mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Auto merge of #7953 - frewsxcv:htmldivelement-align, r=mbrubeck
Implement 'align' attribute for <div> elements <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7953) <!-- Reviewable:end -->
This commit is contained in:
@@ -10,5 +10,5 @@ interface HTMLDivElement : HTMLElement {
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLDivElement-partial
|
||||
partial interface HTMLDivElement {
|
||||
// attribute DOMString align;
|
||||
attribute DOMString align;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user