[html5] r2238 - [e] (0) WF2: r comes after m...

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 25 00:51:25 PDT 2008


Author: ianh
Date: 2008-09-25 00:51:24 -0700 (Thu, 25 Sep 2008)
New Revision: 2238

Modified:
   index
   source
Log:
[e] (0) WF2: r comes after m...

Modified: index
===================================================================
--- index	2008-09-25 07:30:42 UTC (rev 2237)
+++ index	2008-09-25 07:51:24 UTC (rev 2238)
@@ -1133,12 +1133,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>
 
@@ -30434,22 +30434,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>
 
@@ -30489,6 +30474,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>
 

Modified: source
===================================================================
--- source	2008-09-25 07:30:42 UTC (rev 2237)
+++ source	2008-09-25 07:51:24 UTC (rev 2238)
@@ -26895,19 +26895,6 @@
 
 
 
-  <h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>
-
-  <p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
-  attribute is a <span>boolean attribute</span>. When specified, the
-  element is <i title="concept-input-immutable">immutable</i>.</p>
-
-  <p><strong>Constraint validation:</strong> If the <code
-  title="attr-input-readonly">readonly</code> attribute is specified
-  on an <code>input</code> element, the element is <span>barred from
-  constraint validation</span>.</p>
-
-
-
   <h6>The <code title="attr-input-maxlength">maxlength</code> attribute</h6>
 
   <p>The <dfn
@@ -26947,6 +26934,19 @@
 
 
 
+  <h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>
+
+  <p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
+  attribute is a <span>boolean attribute</span>. When specified, the
+  element is <i title="concept-input-immutable">immutable</i>.</p>
+
+  <p><strong>Constraint validation:</strong> If the <code
+  title="attr-input-readonly">readonly</code> attribute is specified
+  on an <code>input</code> element, the element is <span>barred from
+  constraint validation</span>.</p>
+
+
+
   <h5>Common <code>input</code> element APIs</h5>
 
   <h6>Value manipulation</h6>




More information about the Commit-Watchers mailing list