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

@ -152,8 +152,8 @@ Document implements DocumentAndElementEventHandlers;
// https://html.spec.whatwg.org/multipage/#Document-partial
partial interface Document {
[CEReactions, TreatNullAs=EmptyString]
attribute DOMString fgColor;
[CEReactions]
attribute [TreatNullAs=EmptyString] DOMString fgColor;
// https://github.com/servo/servo/issues/8715
// [CEReactions, TreatNullAs=EmptyString]
@ -167,8 +167,8 @@ partial interface Document {
// [CEReactions, TreatNullAs=EmptyString]
// attribute DOMString alinkColor;
[CEReactions, TreatNullAs=EmptyString]
attribute DOMString bgColor;
[CEReactions]
attribute [TreatNullAs=EmptyString] DOMString bgColor;
[SameObject]
readonly attribute HTMLCollection anchors;