hixie: Change how .autocomplete is reflected. (whatwg r5332)

hixie: Change how .autocomplete is reflected. (whatwg r5332)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4250&r2=1.4251&f=h
http://html5.org/tools/web-apps-tracker?from=5331&to=5332

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4250
retrieving revision 1.4251
diff -u -d -r1.4250 -r1.4251
--- Overview.html 24 Aug 2010 19:21:16 -0000 1.4250
+++ Overview.html 24 Aug 2010 19:40:53 -0000 1.4251
@@ -26789,9 +26789,12 @@
 
   </dl><div class="impl">
 
-  <p>The <dfn id="dom-form-autocomplete" title="dom-form-autocomplete"><code>autocomplete</code></dfn> and
-  <dfn id="dom-form-name" title="dom-form-name"><code>name</code></dfn> IDL attributes
-  must <a href="#reflect">reflect</a> the respective content attributes of the
+  <p>The <dfn id="dom-form-autocomplete" title="dom-form-autocomplete"><code>autocomplete</code></dfn> IDL
+  attribute must <a href="#reflect">reflect</a> the content attribute of the
+  same name, <a href="#limited-to-only-known-values">limited to only known values</a>.</p>
+
+  <p>The <dfn id="dom-form-name" title="dom-form-name"><code>name</code></dfn> IDL
+  attribute must <a href="#reflect">reflect</a> the content attribute of the
   same name.</p>
 
   <p>The <dfn id="dom-form-acceptcharset" title="dom-form-acceptCharset"><code>acceptCharset</code></dfn> IDL
@@ -28447,20 +28450,21 @@
   the last value it was set to. On setting, it must be set to the new
   value. It has no effect except for changing the appearance of <a href="#checkbox-state" title="attr-input-type-checkbox">checkbox</a> controls.</p>
 
-  <p>The <dfn id="dom-input-accept" title="dom-input-accept"><code>accept</code></dfn>, <dfn id="dom-input-alt" title="dom-input-alt"><code>alt</code></dfn>, <dfn id="dom-input-autocomplete" title="dom-input-autocomplete"><code>autocomplete</code></dfn>, <dfn id="dom-input-max" title="dom-input-max"><code>max</code></dfn>, <dfn id="dom-input-min" title="dom-input-min"><code>min</code></dfn>, <dfn id="dom-input-multiple" title="dom-input-multiple"><code>multiple</code></dfn>, <dfn id="dom-input-pattern" title="dom-input-pattern"><code>pattern</code></dfn>, <dfn id="dom-input-placeholder" title="dom-input-placeholder"><code>placeholder</code></dfn>, <dfn id="dom-input-required" title="dom-input-required"><code>required</code></dfn>, <dfn id="dom-input-size" title="dom-input-size"><code>size</code></dfn>, <dfn id="dom-input-src" title="dom-input-src"><code>src</code></dfn>, and <dfn id="dom-input-step" title="dom-input-step"><code>step</code></dfn> IDL attributes must
+  <p>The <dfn id="dom-input-accept" title="dom-input-accept"><code>accept</code></dfn>, <dfn id="dom-input-alt" title="dom-input-alt"><code>alt</code></dfn>, <dfn id="dom-input-max" title="dom-input-max"><code>max</code></dfn>, <dfn id="dom-input-min" title="dom-input-min"><code>min</code></dfn>, <dfn id="dom-input-multiple" title="dom-input-multiple"><code>multiple</code></dfn>, <dfn id="dom-input-pattern" title="dom-input-pattern"><code>pattern</code></dfn>, <dfn id="dom-input-placeholder" title="dom-input-placeholder"><code>placeholder</code></dfn>, <dfn id="dom-input-required" title="dom-input-required"><code>required</code></dfn>, <dfn id="dom-input-size" title="dom-input-size"><code>size</code></dfn>, <dfn id="dom-input-src" title="dom-input-src"><code>src</code></dfn>, and <dfn id="dom-input-step" title="dom-input-step"><code>step</code></dfn> IDL attributes must
   <a href="#reflect">reflect</a> the respective content attributes of the same
-  name. The <dfn id="dom-input-maxlength" title="dom-input-maxLength"><code>maxLength</code></dfn> IDL
-  attribute must <a href="#reflect">reflect</a> the <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code> content attribute,
-  <a href="#limited-to-only-non-negative-numbers">limited to only non-negative numbers</a>. The <dfn id="dom-input-readonly" title="dom-input-readOnly"><code>readOnly</code></dfn> IDL attribute
+  name. The <dfn id="dom-input-readonly" title="dom-input-readOnly"><code>readOnly</code></dfn> IDL attribute
   must <a href="#reflect">reflect</a> the <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> content attribute. The
   <dfn id="dom-input-defaultchecked" title="dom-input-defaultChecked"><code>defaultChecked</code></dfn>
   IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code> content attribute. The
   <dfn id="dom-input-defaultvalue" title="dom-input-defaultValue"><code>defaultValue</code></dfn>
   IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-input-value"><a href="#attr-input-value">value</a></code> content attribute.</p>
 
-  <p>The <dfn id="dom-input-type" title="dom-input-type"><code>type</code></dfn> IDL
-  attribute must <a href="#reflect">reflect</a> the content attribute of the
-  same name, <a href="#limited-to-only-known-values">limited to only known values</a>.</p>
+  <p>The <dfn id="dom-input-autocomplete" title="dom-input-autocomplete"><code>autocomplete</code></dfn> and
+  <dfn id="dom-input-type" title="dom-input-type"><code>type</code></dfn> IDL attributes
+  must <a href="#reflect">reflect</a> the respective content attributes of the
+  same name, <a href="#limited-to-only-known-values">limited to only known values</a>. The <dfn id="dom-input-maxlength" title="dom-input-maxLength"><code>maxLength</code></dfn> IDL
+  attribute must <a href="#reflect">reflect</a> the <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code> content attribute,
+  <a href="#limited-to-only-non-negative-numbers">limited to only non-negative numbers</a>.</p>
 
   <p>The <code title="dom-cva-willValidate"><a href="#dom-cva-willvalidate">willValidate</a></code>, <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>, and <code title="dom-cva-validationMessage"><a href="#dom-cva-validationmessage">validationMessage</a></code>
   attributes, and the <code title="dom-cva-checkValidatity"><a href="#dom-cva-checkvalidatity">checkValidity()</a></code> and <code title="dom-cva-setCustomValidity"><a href="#dom-cva-setcustomvalidity">setCustomValidity()</a></code>

Received on Tuesday, 24 August 2010 19:41:35 UTC