mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Rename legacy extended attributes in webidls
https://github.com/whatwg/webidl/pull/870
This commit is contained in:
@@ -51,9 +51,9 @@ partial interface HTMLTableElement {
|
||||
attribute DOMString width;
|
||||
|
||||
[CEReactions]
|
||||
attribute [TreatNullAs=EmptyString] DOMString bgColor;
|
||||
// [CEReactions, TreatNullAs=EmptyString]
|
||||
attribute [LegacyNullToEmptyString] DOMString bgColor;
|
||||
// [CEReactions, LegacyNullToEmptyString]
|
||||
// attribute DOMString cellPadding;
|
||||
// [CEReactions, TreatNullAs=EmptyString]
|
||||
// [CEReactions, LegacyNullToEmptyString]
|
||||
// attribute DOMString cellSpacing;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user