mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement 'background' IDL attribute on <body>
This commit is contained in:
parent
c0835ec336
commit
9a1fd472ab
4 changed files with 12 additions and 136 deletions
|
@ -23,5 +23,5 @@ partial interface HTMLBodyElement {
|
|||
//[TreatNullAs=EmptyString] attribute DOMString aLink;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
// attribute DOMString background;
|
||||
attribute DOMString background;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue