Navigation Menu

Skip to content

Commit

Permalink
[giow] (2) select.size has odd legacy behaviour required for compat
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@6119 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 7, 2011
1 parent 499362f commit 62d5f3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions complete.html
Expand Up @@ -47894,10 +47894,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-greater-than-zero>limited to only non-negative numbers greater than
zero</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
reflects).</p>
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
reflects).</p> <!-- see bug 12288 for compat reasons why .size
allows 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
9 changes: 5 additions & 4 deletions index
Expand Up @@ -47922,10 +47922,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-greater-than-zero>limited to only non-negative numbers greater than
zero</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
reflects).</p>
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
reflects).</p> <!-- see bug 12288 for compat reasons why .size
allows 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
9 changes: 5 additions & 4 deletions source
Expand Up @@ -53790,11 +53790,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 greater than
zero</span>, with the default value zero (which for historical
reasons is different from the default value of the <code
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
title="attr-select-size">size</code> content attribute that it
reflects).</p>
reflects).</p> <!-- see bug 12288 for compat reasons why .size
allows 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 62d5f3c

Please sign in to comment.