mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02: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:
@@ -21,5 +21,5 @@ partial interface HTMLTableRowElement {
|
||||
// attribute DOMString chOff;
|
||||
// attribute DOMString vAlign;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user