mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -3,9 +3,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://www.whatwg.org/html/#htmlbodyelement
|
||||
// https://html.spec.whatwg.org/#the-body-element
|
||||
interface HTMLBodyElement : HTMLElement {
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
HTMLBodyElement implements WindowEventHandlers;
|
||||
|
@ -16,6 +15,6 @@ partial interface HTMLBodyElement {
|
|||
//[TreatNullAs=EmptyString] attribute DOMString link;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString vLink;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString aLink;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
// attribute DOMString background;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue