Implement 'bgcolor' IDL attribute for 'HTMLTableCellElement'

This commit is contained in:
Corey Farwell 2015-11-12 18:08:27 -05:00
parent ef74bf5d42
commit 765ade6892
4 changed files with 7 additions and 268 deletions

View file

@ -26,5 +26,5 @@ partial interface HTMLTableCellElement {
// attribute boolean noWrap;
// attribute DOMString vAlign;
//[TreatNullAs=EmptyString] attribute DOMString bgColor;
[TreatNullAs=EmptyString] attribute DOMString bgColor;
};