diff options
author | sagudev <16504129+sagudev@users.noreply.github.com> | 2023-02-19 14:05:45 +0100 |
---|---|---|
committer | sagudev <16504129+sagudev@users.noreply.github.com> | 2023-02-19 14:05:45 +0100 |
commit | 55dac83d9a90fa074cbae74a9ea2711b272fffc2 (patch) | |
tree | 31ab2e304618cec405420b82712b6543d404826c /components/script/dom/webidls/HTMLTextAreaElement.webidl | |
parent | 2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6 (diff) | |
download | servo-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/HTMLTextAreaElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLTextAreaElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTextAreaElement.webidl b/components/script/dom/webidls/HTMLTextAreaElement.webidl index e9ffbd0a9e6..a8e79095680 100644 --- a/components/script/dom/webidls/HTMLTextAreaElement.webidl +++ b/components/script/dom/webidls/HTMLTextAreaElement.webidl @@ -40,7 +40,7 @@ interface HTMLTextAreaElement : HTMLElement { readonly attribute DOMString type; [CEReactions] attribute DOMString defaultValue; - attribute [TreatNullAs=EmptyString] DOMString value; + attribute [LegacyNullToEmptyString] DOMString value; readonly attribute unsigned long textLength; readonly attribute boolean willValidate; |