- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Oct 2008 23:43:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13780 Modified Files: Overview.html Log Message: WF2: <input size>, content side. The rendering side will be done later and is much harder... (whatwg r2277) Index: Overview.html =================================================================== 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:43:38 UTC