mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement Body.bgColor and Document.bgColor
This commit is contained in:
parent
34070b1348
commit
16973624c8
9 changed files with 36 additions and 285 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue