[html5] r2277 - [] (0) WF2: <input size>, content side. The rendering side will be done later an [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 3 16:42:58 PDT 2008


Author: ianh
Date: 2008-10-03 16:42:57 -0700 (Fri, 03 Oct 2008)
New Revision: 2277

Modified:
   index
   source
Log:
[] (0) WF2: <input size>, content side. The rendering side will be done later and is much harder...

Modified: index
===================================================================
--- index	2008-10-03 23:26:13 UTC (rev 2276)
+++ index	2008-10-03 23:42:57 UTC (rev 2277)
@@ -25636,10 +25636,18 @@
 
   <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>
 
   <p>The <dfn id=attr-input-required title=attr-input-required><code>required</code></dfn>

Modified: source
===================================================================
--- source	2008-10-03 23:26:13 UTC (rev 2276)
+++ source	2008-10-03 23:42:57 UTC (rev 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>




More information about the Commit-Watchers mailing list