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:
bors-servo 2018-08-15 00:04:13 -04:00 committed by GitHub
commit 3ccfc288de
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;