aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableRowElement.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/HTMLTableRowElement.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/HTMLTableRowElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableRowElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTableRowElement.webidl b/components/script/dom/webidls/HTMLTableRowElement.webidl
index 3f2db6fb720..00d3fecd9e1 100644
--- a/components/script/dom/webidls/HTMLTableRowElement.webidl
+++ b/components/script/dom/webidls/HTMLTableRowElement.webidl
@@ -30,5 +30,5 @@ partial interface HTMLTableRowElement {
// attribute DOMString vAlign;
[CEReactions]
- attribute [TreatNullAs=EmptyString] DOMString bgColor;
+ attribute [LegacyNullToEmptyString] DOMString bgColor;
};