[html5] r5332 - [giow] (1) Change how .autocomplete is reflected. Fixing http://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 24 12:40:50 PDT 2010


Author: ianh
Date: 2010-08-24 12:40:48 -0700 (Tue, 24 Aug 2010)
New Revision: 5332

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Change how .autocomplete is reflected.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9636

Modified: complete.html
===================================================================
--- complete.html	2010-08-24 19:21:10 UTC (rev 5331)
+++ complete.html	2010-08-24 19:40:48 UTC (rev 5332)
@@ -36768,9 +36768,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
@@ -38497,20 +38500,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>

Modified: index
===================================================================
--- index	2010-08-24 19:21:10 UTC (rev 5331)
+++ index	2010-08-24 19:40:48 UTC (rev 5332)
@@ -36693,9 +36693,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
@@ -38422,20 +38425,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>

Modified: source
===================================================================
--- source	2010-08-24 19:21:10 UTC (rev 5331)
+++ source	2010-08-24 19:40:48 UTC (rev 5332)
@@ -40854,9 +40854,12 @@
   <div class="impl">
 
   <p>The <dfn
-  title="dom-form-autocomplete"><code>autocomplete</code></dfn> and
-  <dfn title="dom-form-name"><code>name</code></dfn> IDL attributes
-  must <span>reflect</span> the respective content attributes of the
+  title="dom-form-autocomplete"><code>autocomplete</code></dfn> IDL
+  attribute must <span>reflect</span> the content attribute of the
+  same name, <span>limited to only known values</span>.</p>
+
+  <p>The <dfn title="dom-form-name"><code>name</code></dfn> IDL
+  attribute must <span>reflect</span> the content attribute of the
   same name.</p>
 
   <p>The <dfn
@@ -42821,7 +42824,6 @@
 
   <p>The <dfn title="dom-input-accept"><code>accept</code></dfn>, <dfn
   title="dom-input-alt"><code>alt</code></dfn>, <dfn
-  title="dom-input-autocomplete"><code>autocomplete</code></dfn>, <dfn
   title="dom-input-max"><code>max</code></dfn>, <dfn
   title="dom-input-min"><code>min</code></dfn>, <dfn
   title="dom-input-multiple"><code>multiple</code></dfn>, <dfn
@@ -42833,10 +42835,6 @@
   title="dom-input-step"><code>step</code></dfn> IDL attributes must
   <span>reflect</span> the respective content attributes of the same
   name. The <dfn
-  title="dom-input-maxLength"><code>maxLength</code></dfn> IDL
-  attribute must <span>reflect</span> the <code
-  title="attr-input-maxlength">maxlength</code> content attribute,
-  <span>limited to only non-negative numbers</span>. The <dfn
   title="dom-input-readOnly"><code>readOnly</code></dfn> IDL attribute
   must <span>reflect</span> the <code
   title="attr-input-readonly">readonly</code> content attribute. The
@@ -42848,9 +42846,15 @@
   IDL attribute must <span>reflect</span> the <code
   title="attr-input-value">value</code> content attribute.</p>
 
-  <p>The <dfn title="dom-input-type"><code>type</code></dfn> IDL
-  attribute must <span>reflect</span> the content attribute of the
-  same name, <span>limited to only known values</span>.</p>
+  <p>The <dfn
+  title="dom-input-autocomplete"><code>autocomplete</code></dfn> and
+  <dfn title="dom-input-type"><code>type</code></dfn> IDL attributes
+  must <span>reflect</span> the respective content attributes of the
+  same name, <span>limited to only known values</span>. The <dfn
+  title="dom-input-maxLength"><code>maxLength</code></dfn> IDL
+  attribute must <span>reflect</span> the <code
+  title="attr-input-maxlength">maxlength</code> content attribute,
+  <span>limited to only non-negative numbers</span>.</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>, <code
   title="dom-cva-validity">validity</code>, and <code




More information about the Commit-Watchers mailing list