mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement 'align' attribute for <div> elements
This commit is contained in:
parent
9cccd98254
commit
55c65d3192
4 changed files with 10 additions and 137 deletions
|
@ -10,5 +10,5 @@ interface HTMLDivElement : HTMLElement {
|
|||
|
||||
// https://www.whatwg.org/html/#HTMLDivElement-partial
|
||||
partial interface HTMLDivElement {
|
||||
// attribute DOMString align;
|
||||
attribute DOMString align;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue