Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) WF2: <input size>, content side. The rendering side will be do…
…ne later and is much harder...

git-svn-id: http://svn.whatwg.org/webapps@2277 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 3, 2008
1 parent 4f426dc commit ffe3636
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 9 additions & 1 deletion index
Expand Up @@ -25636,8 +25636,16 @@ function AddCloud(data, x, y) { ... }</pre>

<h6 id=the-size-attribute><span class=secno>4.10.4.2.4 </span>The <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute</h6>

<p class=XXX>... <dfn id=attr-input-size title=attr-input-size><code>size</code></dfn></p>
<p>The <dfn id=attr-input-size title=attr-input-size><code>size</code></dfn>
attribute, if specified, must have a value that is a <a href=#valid-non-negative-integer>valid
non-negative integer</a> greater than zero.</p>

<p>The attribute's value gives the number of characters that, in a
visual rendering, the user agent should allow the user to see while
editing the element's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>

<p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> DOM attribute
<a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero numbers</a>.</p>


<h6 id=the-required-attribute><span class=secno>4.10.4.2.5 </span>The <code title=attr-input-required><a href=#attr-input-required>required</a></code> attribute</h6>
Expand Down
11 changes: 10 additions & 1 deletion source
Expand Up @@ -28551,8 +28551,17 @@ function AddCloud(data, x, y) { ... }</pre>

<h6>The <code title="attr-input-size">size</code> attribute</h6>

<p class="XXX">... <dfn title="attr-input-size"><code>size</code></dfn></p>
<p>The <dfn title="attr-input-size"><code>size</code></dfn>
attribute, if specified, must have a value that is a <span>valid
non-negative integer</span> greater than zero.</p>

<p>The attribute's value gives the number of characters that, in a
visual rendering, the user agent should allow the user to see while
editing the element's <span
title="concept-fe-value">value</span>.</p>

<p>The <code title="dom-input-size">size</code> DOM attribute
<span>limited to only positive non-zero numbers</span>.</p>


<h6>The <code title="attr-input-required">required</code> attribute</h6>
Expand Down

0 comments on commit ffe3636

Please sign in to comment.