mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add a style property to HTMLElement.
This commit is contained in:
parent
2cfa8e85a6
commit
2e14b653bf
5 changed files with 62 additions and 9 deletions
|
@ -46,3 +46,4 @@ interface HTMLElement : Element {
|
|||
//readonly attribute boolean? commandChecked;
|
||||
};
|
||||
HTMLElement implements GlobalEventHandlers;
|
||||
HTMLElement implements ElementCSSInlineStyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue