Implement Body.bgColor and Document.bgColor

This commit is contained in:
Anthony Ramine 2015-04-27 14:08:07 +02:00
parent 34070b1348
commit 16973624c8
9 changed files with 36 additions and 285 deletions

View file

@ -137,7 +137,7 @@ partial interface Document {
// [TreatNullAs=EmptyString] attribute DOMString linkColor;
// [TreatNullAs=EmptyString] attribute DOMString vlinkColor;
// [TreatNullAs=EmptyString] attribute DOMString alinkColor;
// [TreatNullAs=EmptyString] attribute DOMString bgColor;
[TreatNullAs=EmptyString] attribute DOMString bgColor;
[SameObject]
readonly attribute HTMLCollection anchors;