aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableCellElement.webidl
diff options
context:
space:
mode:
authorsagudev <16504129+sagudev@users.noreply.github.com>2023-02-19 14:05:45 +0100
committersagudev <16504129+sagudev@users.noreply.github.com>2023-02-19 14:05:45 +0100
commit55dac83d9a90fa074cbae74a9ea2711b272fffc2 (patch)
tree31ab2e304618cec405420b82712b6543d404826c /components/script/dom/webidls/HTMLTableCellElement.webidl
parent2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6 (diff)
downloadservo-55dac83d9a90fa074cbae74a9ea2711b272fffc2.tar.gz
servo-55dac83d9a90fa074cbae74a9ea2711b272fffc2.zip
Rename legacy extended attributes in webidls
https://github.com/whatwg/webidl/pull/870
Diffstat (limited to 'components/script/dom/webidls/HTMLTableCellElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableCellElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTableCellElement.webidl b/components/script/dom/webidls/HTMLTableCellElement.webidl
index 3c955de66b9..7ec277d5bda 100644
--- a/components/script/dom/webidls/HTMLTableCellElement.webidl
+++ b/components/script/dom/webidls/HTMLTableCellElement.webidl
@@ -43,5 +43,5 @@ partial interface HTMLTableCellElement {
// attribute DOMString vAlign;
[CEReactions]
- attribute [TreatNullAs=EmptyString] DOMString bgColor;
+ attribute [LegacyNullToEmptyString] DOMString bgColor;
};