Short URL: http://html5.org/r/2277
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2277 | WF2: <input size>, content side. The rendering side will be done later and is much harder... | 2008-10-03 23:42 |
Index: source =================================================================== --- source (revision 2276) +++ source (revision 2277) @@ -28551,10 +28551,19 @@ <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> <p>The <dfn title="attr-input-required"><code>required</code></dfn>