Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary CEReactions. #21394

Merged
merged 1 commit into from Aug 15, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove unnecessary CEReactions.

This incorporates a spec update in whatwg/html#3901.
  • Loading branch information
jdm committed Aug 13, 2018
commit 6d3ff9f742d7c79ff5997cf6b06d194565cffb6d
@@ -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;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.