Manish Goregaokar 2019-03-02 11:48:31 +05:30
parent 5fa80a8be0
commit 7b48df53a1
21 changed files with 917 additions and 621 deletions

View file

@ -5,8 +5,8 @@
// https://html.spec.whatwg.org/multipage/#htmlfontelement
[HTMLConstructor]
interface HTMLFontElement : HTMLElement {
[CEReactions, TreatNullAs=EmptyString]
attribute DOMString color;
[CEReactions]
attribute [TreatNullAs=EmptyString] DOMString color;
[CEReactions]
attribute DOMString face;
[CEReactions]