[html5] r6539 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13845

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 4 14:23:29 PDT 2011


Author: ianh
Date: 2011-09-04 14:23:27 -0700 (Sun, 04 Sep 2011)
New Revision: 6539

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13845

Modified: complete.html
===================================================================
--- complete.html	2011-09-04 20:55:03 UTC (rev 6538)
+++ complete.html	2011-09-04 21:23:27 UTC (rev 6539)
@@ -48580,12 +48580,12 @@
   selecting a single option from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
 
   <p>The <dfn id=attr-select-size title=attr-select-size><code>size</code></dfn>
-  attribute gives the number of options to show to the user. The <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute, if specified, must
+  attribute gives the number of options to show to the user. The <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute, if specified, must
   have a value that is a <a href=#valid-non-negative-integer>valid non-negative integer</a>
   greater than zero. If the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is present,
-  then the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute's
+  then the <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute's
   default value is 4. If the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is absent,
-  then the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute's
+  then the <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute's
   default value is 1.</p>
 
   <div class=impl>
@@ -48593,9 +48593,9 @@
   <p>The <dfn id=concept-select-size title=concept-select-size>display size</dfn> of a
   <code><a href=#the-select-element>select</a></code> element is the result of applying the
   <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> to the value of
-  element's <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute, if it
+  element's <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute, if it
   has one and parsing it is successful. If applying those rules to the
-  attribute's value is not successful, or if the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute is absent, the
+  attribute's value is not successful, or if the <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute is absent, the
   element's <a href=#concept-select-size title=concept-select-size>display size</a> is
   the default value of the attribute.</p>
 

Modified: index
===================================================================
--- index	2011-09-04 20:55:03 UTC (rev 6538)
+++ index	2011-09-04 21:23:27 UTC (rev 6539)
@@ -48447,12 +48447,12 @@
   selecting a single option from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
 
   <p>The <dfn id=attr-select-size title=attr-select-size><code>size</code></dfn>
-  attribute gives the number of options to show to the user. The <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute, if specified, must
+  attribute gives the number of options to show to the user. The <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute, if specified, must
   have a value that is a <a href=#valid-non-negative-integer>valid non-negative integer</a>
   greater than zero. If the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is present,
-  then the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute's
+  then the <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute's
   default value is 4. If the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is absent,
-  then the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute's
+  then the <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute's
   default value is 1.</p>
 
   <div class=impl>
@@ -48460,9 +48460,9 @@
   <p>The <dfn id=concept-select-size title=concept-select-size>display size</dfn> of a
   <code><a href=#the-select-element>select</a></code> element is the result of applying the
   <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> to the value of
-  element's <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute, if it
+  element's <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute, if it
   has one and parsing it is successful. If applying those rules to the
-  attribute's value is not successful, or if the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute is absent, the
+  attribute's value is not successful, or if the <code title=attr-select-size><a href=#attr-select-size>size</a></code> attribute is absent, the
   element's <a href=#concept-select-size title=concept-select-size>display size</a> is
   the default value of the attribute.</p>
 

Modified: source
===================================================================
--- source	2011-09-04 20:55:03 UTC (rev 6538)
+++ source	2011-09-04 21:23:27 UTC (rev 6539)
@@ -54381,14 +54381,14 @@
 
   <p>The <dfn title="attr-select-size"><code>size</code></dfn>
   attribute gives the number of options to show to the user. The <code
-  title="attr-input-size">size</code> attribute, if specified, must
+  title="attr-select-size">size</code> attribute, if specified, must
   have a value that is a <span>valid non-negative integer</span>
   greater than zero. If the <code
   title="attr-select-multiple">multiple</code> attribute is present,
-  then the <code title="attr-input-size">size</code> attribute's
+  then the <code title="attr-select-size">size</code> attribute's
   default value is 4. If the <code
   title="attr-select-multiple">multiple</code> attribute is absent,
-  then the <code title="attr-input-size">size</code> attribute's
+  then the <code title="attr-select-size">size</code> attribute's
   default value is 1.</p>
 
   <div class="impl">
@@ -54396,10 +54396,10 @@
   <p>The <dfn title="concept-select-size">display size</dfn> of a
   <code>select</code> element is the result of applying the
   <span>rules for parsing non-negative integers</span> to the value of
-  element's <code title="attr-input-size">size</code> attribute, if it
+  element's <code title="attr-select-size">size</code> attribute, if it
   has one and parsing it is successful. If applying those rules to the
   attribute's value is not successful, or if the <code
-  title="attr-input-size">size</code> attribute is absent, the
+  title="attr-select-size">size</code> attribute is absent, the
   element's <span title="concept-select-size">display size</span> is
   the default value of the attribute.</p>
 




More information about the Commit-Watchers mailing list