mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement 'width' IDL attribute on <table>
This commit is contained in:
@@ -32,7 +32,7 @@ partial interface HTMLTableElement {
|
||||
// attribute DOMString frame;
|
||||
// attribute DOMString rules;
|
||||
// attribute DOMString summary;
|
||||
// attribute DOMString width;
|
||||
attribute DOMString width;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString cellPadding;
|
||||
|
||||
Reference in New Issue
Block a user