Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6455 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2011
1 parent 500ae6f commit 7c8e445
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -48978,11 +48978,11 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<
<dfn id=dom-select-size title=dom-select-size><code>size</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name. The <code title=dom-select-size><a href=#dom-select-size>size</a></code> IDL
attribute is <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>, with
the default value zero (which for historical reasons is different
from the default value of the <code title=attr-select-size><a href=#attr-select-size>size</a></code> content attribute that it
attribute has a default value of zero (which for historical reasons
is different from the default value of the <code title=attr-select-size><a href=#attr-select-size>size</a></code> content attribute that it
reflects).</p> <!-- see bug 12288 for compat reasons why .size
allows zero even though that value really makes no sense -->
allows zero (it's not limited to values greater than zero) even
though that value really makes no sense -->

<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>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -48845,11 +48845,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<dfn id=dom-select-size title=dom-select-size><code>size</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name. The <code title=dom-select-size><a href=#dom-select-size>size</a></code> IDL
attribute is <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>, with
the default value zero (which for historical reasons is different
from the default value of the <code title=attr-select-size><a href=#attr-select-size>size</a></code> content attribute that it
attribute has a default value of zero (which for historical reasons
is different from the default value of the <code title=attr-select-size><a href=#attr-select-size>size</a></code> content attribute that it
reflects).</p> <!-- see bug 12288 for compat reasons why .size
allows zero even though that value really makes no sense -->
allows zero (it's not limited to values greater than zero) even
though that value really makes no sense -->

<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>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -54851,12 +54851,12 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<dfn title="dom-select-size"><code>size</code></dfn> IDL attributes
must <span>reflect</span> the respective content attributes of the
same name. The <code title="dom-select-size">size</code> IDL
attribute is <span>limited to only non-negative numbers</span>, with
the default value zero (which for historical reasons is different
from the default value of the <code
attribute has a default value of zero (which for historical reasons
is different from the default value of the <code
title="attr-select-size">size</code> content attribute that it
reflects).</p> <!-- see bug 12288 for compat reasons why .size
allows zero even though that value really makes no sense -->
allows zero (it's not limited to values greater than zero) even
though that value really makes no sense -->

<p>The <code title="dom-cva-willValidate">willValidate</code>, <code
title="dom-cva-validity">validity</code>, and <code
Expand Down

0 comments on commit 7c8e445

Please sign in to comment.