From 0c8e1aeda338c4fc6397e3e413fa8d93b7bad50c Mon Sep 17 00:00:00 2001 From: Matthew Rasmus Date: Mon, 8 Dec 2014 10:20:09 -0800 Subject: Implements dirty value/checked flags for input And modifies test-inputs.html to test. Fixes wpt breaking mistake --- components/script/dom/htmltextareaelement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/htmltextareaelement.rs') diff --git a/components/script/dom/htmltextareaelement.rs b/components/script/dom/htmltextareaelement.rs index 431be82e9db..bfa382c6f5f 100644 --- a/components/script/dom/htmltextareaelement.rs +++ b/components/script/dom/htmltextareaelement.rs @@ -109,7 +109,7 @@ impl<'a> HTMLTextAreaElementMethods for JSRef<'a, HTMLTextAreaElement> { make_bool_getter!(ReadOnly) // https://html.spec.whatwg.org/multipage/forms.html#attr-textarea-readonly - make_bool_setter!(SetReadOnly, "readOnly") + make_bool_setter!(SetReadOnly, "readonly") // https://html.spec.whatwg.org/multipage/forms.html#dom-textarea-required make_bool_getter!(Required) -- cgit v1.2.3