[html5] r2219 - [] (0) WF2: Define input.readonly.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 18 18:28:57 PDT 2008


Author: ianh
Date: 2008-09-18 18:28:56 -0700 (Thu, 18 Sep 2008)
New Revision: 2219

Modified:
   index
   source
Log:
[] (0) WF2: Define input.readonly.

Modified: index
===================================================================
--- index	2008-09-19 01:02:51 UTC (rev 2218)
+++ index	2008-09-19 01:28:56 UTC (rev 2219)
@@ -1125,6 +1125,10 @@
            <li><a href="#the-autocomplete"><span class=secno>4.10.4.2.1.
             </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>
+            attribute</a>
           </ul>
 
          <li><a href="#common5"><span class=secno>4.10.4.3. </span>Common
@@ -27997,7 +28001,8 @@
 
    <dd><code title=attr-input-pattern>pattern</code>
 
-   <dd><code title=attr-input-readonly>readonly</code>
+   <dd><code title=attr-input-readonly><a
+    href="#readonly0">readonly</a></code>
 
    <dd><code title=attr-input-required>required</code>
 
@@ -28313,7 +28318,7 @@
    title=attr-fs-method><a href="#method">method</a></code>, <code
    title=attr-input-min>min</code>, <code
    title=attr-input-pattern>pattern</code>, <code
-   title=attr-input-readonly>readonly</code>, <code
+   title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code
    title=attr-input-required>required</code>, <code
    title=attr-input-size>size</code>, <code title=attr-input-src>src</code>,
    <code title=attr-input-step>step</code>, and <code title=attr-fs-target><a
@@ -28943,7 +28948,8 @@
      <td class=no> · <!-- Button -->
 
     <tr>
-     <th> <code title=attr-input-readonly>readonly</code>
+     <th> <code title=attr-input-readonly><a
+      href="#readonly0">readonly</a></code>
 
      <td class=yes> Yes <!-- Text -->
 
@@ -29537,8 +29543,9 @@
    href="#disabled4" title=concept-fe-disabled>disabled</a>, it is <i
    title=concept-input-immutable><a href="#immutable">immutable</a></i>.
 
-  <p class=note>The <code title=attr-input-readonly>readonly</code> attribute
-   can also make an <code><a href="#input0">input</a></code> element <i
+  <p class=note>The <code title=attr-input-readonly><a
+   href="#readonly0">readonly</a></code> attribute can also make an <code><a
+   href="#input0">input</a></code> element <i
    title=concept-input-immutable><a href="#immutable">immutable</a></i>.
 
   <p>Each <code><a href="#input0">input</a></code> element has a boolean <dfn
@@ -29603,8 +29610,8 @@
    title=attr-input-maxlength>maxlength</code> content attribute. The <dfn
    id=readonly title=dom-input-readOnly><code>readOnly</code></dfn> DOM
    attribute must <a href="#reflect">reflect</a> the <code
-   title=attr-input-readonly>readonly</code> content attribute. The <dfn
-   id=defaultchecked
+   title=attr-input-readonly><a href="#readonly0">readonly</a></code> content
+   attribute. The <dfn id=defaultchecked
    title=dom-input-defaultChecked><code>defaultChecked</code></dfn> DOM
    attribute must <a href="#reflect">reflect</a> the <code
    title=attr-input-checked>checked</code> content attribute. The <dfn
@@ -29683,7 +29690,7 @@
    title=attr-input-list>list</code>, <code
    title=attr-input-maxlength>maxlength</code>, <code
    title=attr-input-pattern>pattern</code>, <code
-   title=attr-input-readonly>readonly</code>, <code
+   title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code
    title=attr-input-required>required</code>, and <code
    title=attr-input-size>size</code> content attributes; <code
    title=dom-input-list><a href="#list">list</a></code>, and <code
@@ -29779,7 +29786,7 @@
    title=attr-input-inputmode>inputmode</code>, <code
    title=attr-input-maxlength>maxlength</code>, <code
    title=attr-input-pattern>pattern</code>, <code
-   title=attr-input-readonly>readonly</code>, <code
+   title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code
    title=attr-input-required>required</code>, and <code
    title=attr-input-size>size</code>.
 
@@ -30111,6 +30118,15 @@
    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>.
+
   <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-19 01:02:51 UTC (rev 2218)
+++ source	2008-09-19 01:28:56 UTC (rev 2219)
@@ -26597,7 +26597,14 @@
   disabled.</p>
 
 
+  <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>
+
+
+
   <h5>Common <code>input</code> element APIs</h5>
 
   <h6>Value manipulation</h6>




More information about the Commit-Watchers mailing list