mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement 'bgcolor' IDL attribute for 'HTMLTableCellElement'
This commit is contained in:
parent
ef74bf5d42
commit
765ade6892
4 changed files with 7 additions and 268 deletions
|
@ -26,5 +26,5 @@ partial interface HTMLTableCellElement {
|
|||
// attribute boolean noWrap;
|
||||
// attribute DOMString vAlign;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue