- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 07:51:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14928 Modified Files: Overview.html Log Message: WF2: r comes after m... (whatwg r2238) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1410 retrieving revision 1.1411 diff -u -d -r1.1410 -r1.1411 --- Overview.html 25 Sep 2008 07:30:47 -0000 1.1410 +++ Overview.html 25 Sep 2008 07:51:28 -0000 1.1411 @@ -1140,12 +1140,12 @@ </span>The <code title=attr-input-autocomplete>autocomplete</code> attribute</a> - <li><a href="#the-readonly"><span class=secno>4.10.4.2.2. - </span>The <code title=attr-input-readonly>readonly</code> + <li><a href="#the-maxlength"><span class=secno>4.10.4.2.2. + </span>The <code title=attr-input-maxlength>maxlength</code> attribute</a> - <li><a href="#the-maxlength"><span class=secno>4.10.4.2.3. - </span>The <code title=attr-input-maxlength>maxlength</code> + <li><a href="#the-readonly"><span class=secno>4.10.4.2.3. + </span>The <code title=attr-input-readonly>readonly</code> attribute</a> </ul> @@ -30441,22 +30441,7 @@ accessible, as there are significant security implications for the user if support for this attribute is disabled. - <h6 id=the-readonly><span class=secno>4.10.4.2.2. </span>The <code - title=attr-input-readonly><a href="#readonly0">readonly</a></code> - attribute</h6> - - <p>The <dfn id=readonly0 - title=attr-input-readonly><code>readonly</code></dfn> attribute is a <a - href="#boolean0">boolean attribute</a>. When specified, the element is <i - title=concept-input-immutable><a href="#immutable">immutable</a></i>. - - <p><strong>Constraint validation:</strong> If the <code - title=attr-input-readonly><a href="#readonly0">readonly</a></code> - attribute is specified on an <code><a href="#input0">input</a></code> - element, the element is <a href="#barred">barred from constraint - validation</a>. - - <h6 id=the-maxlength><span class=secno>4.10.4.2.3. </span>The <code + <h6 id=the-maxlength><span class=secno>4.10.4.2.2. </span>The <code title=attr-input-maxlength><a href="#maxlength0">maxlength</a></code> attribute</h6> @@ -30496,6 +30481,21 @@ href="#codepoint">codepoint length</a> is greater than the element's <a href="#maximum">maximum allowed value length</a>. + <h6 id=the-readonly><span class=secno>4.10.4.2.3. </span>The <code + title=attr-input-readonly><a href="#readonly0">readonly</a></code> + attribute</h6> + + <p>The <dfn id=readonly0 + title=attr-input-readonly><code>readonly</code></dfn> attribute is a <a + href="#boolean0">boolean attribute</a>. When specified, the element is <i + title=concept-input-immutable><a href="#immutable">immutable</a></i>. + + <p><strong>Constraint validation:</strong> If the <code + title=attr-input-readonly><a href="#readonly0">readonly</a></code> + attribute is specified on an <code><a href="#input0">input</a></code> + element, the element is <a href="#barred">barred from constraint + validation</a>. + <h5 id=common5><span class=secno>4.10.4.3. </span>Common <code><a href="#input0">input</a></code> element APIs</h5>
Received on Thursday, 25 September 2008 07:52:06 UTC