Imlement 'bgcolor' IDL attrs for table elements

The content attributes and presentational hints were implemented in
the #4289 pull request. This just implements the relevant IDL
attributes.
This commit is contained in:
Corey Farwell 2015-09-26 10:07:34 -04:00
parent d39c8546b6
commit a844b080d6
6 changed files with 17 additions and 273 deletions

View file

@ -34,7 +34,7 @@ partial interface HTMLTableElement {
// attribute DOMString summary;
// attribute DOMString width;
//[TreatNullAs=EmptyString] attribute DOMString bgColor;
[TreatNullAs=EmptyString] attribute DOMString bgColor;
//[TreatNullAs=EmptyString] attribute DOMString cellPadding;
//[TreatNullAs=EmptyString] attribute DOMString cellSpacing;
};