Skip to content

Commit

Permalink
[giow] (2) Default input.size to 20.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10517

git-svn-id: http://svn.whatwg.org/webapps@5539 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 03ee473 commit 2b6bcfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -42390,7 +42390,7 @@ <h6 id=the-size-attribute><span class=secno>4.10.7.2.4 </span>The <code title=at

<p>The <code title=dom-input-size><a href=#dom-input-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>.</p>
zero</a> and has a default value of 20.</p>

</div>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -42370,7 +42370,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<p>The <code title=dom-input-size><a href=#dom-input-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>.</p>
zero</a> and has a default value of 20.</p>

</div>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -47292,7 +47292,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p>The <code title="dom-input-size">size</code> IDL attribute is
<span>limited to only non-negative numbers greater than
zero</span>.</p>
zero</span> and has a default value of 20.</p>

</div>

Expand Down

0 comments on commit 2b6bcfa

Please sign in to comment.