Remove unnecessary CEReactions.

This incorporates a spec update in https://github.com/whatwg/html/pull/3901.
This commit is contained in:
Josh Matthews 2018-08-13 11:16:46 -04:00 committed by GitHub
parent e051c5880e
commit 6d3ff9f742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;