Skip to content

Commit

Permalink
[giow] (2) change select.size once more, to match browsers
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11162

git-svn-id: http://svn.whatwg.org/webapps@5793 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2011
1 parent 8c6146b commit 2112f78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -45381,7 +45381,8 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<
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>, and has no default value (unlike the <code title=attr-select-size><a href=#attr-select-size>size</a></code> content attribute that it
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>

<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>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -45363,7 +45363,8 @@ You cannot submit this form when the field is incorrect.</samp></pre>
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>, and has no default value (unlike the <code title=attr-select-size><a href=#attr-select-size>size</a></code> content attribute that it
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>

<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>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -50807,7 +50807,8 @@ You cannot submit this form when the field is incorrect.</samp></pre>
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>, and has no default value (unlike the <code
zero</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>

Expand Down

0 comments on commit 2112f78

Please sign in to comment.