- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 16:55:00 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: r comes after m... (whatwg r2238) off http://people.w3.org/mike/diffs/html5/spec/Overview.1.1411.html#off 4.10.4.3. Common input element APIs http://people.w3.org/mike/diffs/html5/spec/Overview.1.1411.html#common5 maximum allowed value length http://people.w3.org/mike/diffs/html5/spec/Overview.1.1411.html#maximum 4.10.4.2.2. The maxlength attribute http://people.w3.org/mike/diffs/html5/spec/Overview.1.1411.html#the-maxlength readonly http://people.w3.org/mike/diffs/html5/spec/Overview.1.1411.html#readonly0 4.10.4.2.3. The readonly attribute http://people.w3.org/mike/diffs/html5/spec/Overview.1.1411.html#the-readonly http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1410&r2=1.1411&f=h http://html5.org/tools/web-apps-tracker?from=2237&to=2238 =================================================================== 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:55:38 UTC