html5/spec Overview.html,1.5237,1.5238

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6469

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r6539)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5237
retrieving revision 1.5238
diff -u -d -r1.5237 -r1.5238
--- Overview.html	4 Sep 2011 20:56:30 -0000	1.5237
+++ Overview.html	4 Sep 2011 21:24:54 -0000	1.5238
@@ -36611,20 +36611,20 @@
   options</a>. If the attribute is absent, then the
   <code><a href="#the-select-element">select</a></code> element <a href="#represents">represents</a> a control for
   selecting a single option from the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>.<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.<div class="impl">
 
   <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>
 

Received on Sunday, 4 September 2011 21:25:29 UTC