Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13845

git-svn-id: http://svn.whatwg.org/webapps@6539 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2011
1 parent 49e6330 commit bc3d9bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -48580,22 +48580,22 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<
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>

<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>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -48447,22 +48447,22 @@ You cannot submit this form when the field is incorrect.</samp></pre>
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>

<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>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -54381,25 +54381,25 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<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">

<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>

Expand Down

0 comments on commit bc3d9bc

Please sign in to comment.