mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #21394 - servo:jdm-patch-6, r=cbrewster
Remove unnecessary CEReactions. This incorporates a spec update in https://github.com/whatwg/html/pull/3901. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21394) <!-- Reviewable:end -->
This commit is contained in:
commit
3ccfc288de
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||||
readonly attribute DOMString type;
|
readonly attribute DOMString type;
|
||||||
[CEReactions]
|
[CEReactions]
|
||||||
attribute DOMString defaultValue;
|
attribute DOMString defaultValue;
|
||||||
[CEReactions,TreatNullAs=EmptyString]
|
[TreatNullAs=EmptyString]
|
||||||
attribute DOMString value;
|
attribute DOMString value;
|
||||||
readonly attribute unsigned long textLength;
|
readonly attribute unsigned long textLength;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue