Add a style property to HTMLElement.

This commit is contained in:
Josh Matthews 2014-09-18 15:34:55 -04:00
parent 2cfa8e85a6
commit 2e14b653bf
5 changed files with 62 additions and 9 deletions

View file

@ -46,3 +46,4 @@ interface HTMLElement : Element {
//readonly attribute boolean? commandChecked;
};
HTMLElement implements GlobalEventHandlers;
HTMLElement implements ElementCSSInlineStyle;