mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unnecessary CEReactions.
This incorporates a spec update in https://github.com/whatwg/html/pull/3901.
This commit is contained in:
parent
e051c5880e
commit
6d3ff9f742
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
|||
readonly attribute DOMString type;
|
||||
[CEReactions]
|
||||
attribute DOMString defaultValue;
|
||||
[CEReactions,TreatNullAs=EmptyString]
|
||||
[TreatNullAs=EmptyString]
|
||||
attribute DOMString value;
|
||||
readonly attribute unsigned long textLength;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue