- From: poot <cvsmail@w3.org>
- Date: Sun, 04 Sep 2011 17:25:34 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6539) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5237&r2=1.5238&f=h http://html5.org/tools/web-apps-tracker?from=6538&to=6539 =================================================================== 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:35 UTC