mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01: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:
commit
babeed998d
4 changed files with 10 additions and 137 deletions
|
@ -10,5 +10,5 @@ interface HTMLDivElement : HTMLElement {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLDivElement-partial
|
||||
partial interface HTMLDivElement {
|
||||
// attribute DOMString align;
|
||||
attribute DOMString align;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue