spec/Overview.html 1.1450 2277 WF2: <input size>, content side. The ren

WF2: <input size>, content side. The rendering side will be done later
and is much harder... (whatwg r2277)

4.10.4.2.4 The size attribute
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1450.html#the-size-attribute
required
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1450.html#concept-input-required
4.10.4.2.2 The list attribute
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1450.html#the-list-attribute
4.10.4.2.5 The required attribute
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1450.html#the-required-attribute

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1449&r2=1.1450&f=h
http://html5.org/tools/web-apps-tracker?from=2276&to=2277

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1449
retrieving revision 1.1450
diff -u -d -r1.1449 -r1.1450
--- Overview.html 3 Oct 2008 23:26:17 -0000 1.1449
+++ Overview.html 3 Oct 2008 23:43:02 -0000 1.1450
@@ -20637,7 +20637,12 @@
   attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified, the
   element is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.<p><strong>Constraint validation:</strong> If the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute is specified
   on an <code><a href=#the-input-element>input</a></code> element, the element is <a href=#barred-from-constraint-validation>barred from
-  constraint validation</a>.<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><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>
+  constraint validation</a>.<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>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>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>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>.<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>
   attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified, the
   element is <dfn id=concept-input-required title=concept-input-required><i>required</i></dfn>.<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i>, and its <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute applies and is in
   the mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>, and the

Received on Friday, 3 October 2008 23:46:53 UTC