mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
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:
parent
d39c8546b6
commit
a844b080d6
6 changed files with 17 additions and 273 deletions
|
@ -21,5 +21,5 @@ partial interface HTMLTableRowElement {
|
|||
// attribute DOMString chOff;
|
||||
// attribute DOMString vAlign;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue