Implement 'background' IDL attribute on <body>

This commit is contained in:
Corey Farwell 2016-01-02 14:02:28 -08:00
parent c0835ec336
commit 9a1fd472ab
4 changed files with 12 additions and 136 deletions

View file

@ -23,5 +23,5 @@ partial interface HTMLBodyElement {
//[TreatNullAs=EmptyString] attribute DOMString aLink;
[TreatNullAs=EmptyString] attribute DOMString bgColor;
// attribute DOMString background;
attribute DOMString background;
};