[html5] r5347 - [e] (0) typo

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 25 10:58:36 PDT 2010


Author: ianh
Date: 2010-08-25 10:58:34 -0700 (Wed, 25 Aug 2010)
New Revision: 5347

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo

Modified: complete.html
===================================================================
--- complete.html	2010-08-25 00:15:35 UTC (rev 5346)
+++ complete.html	2010-08-25 17:58:34 UTC (rev 5347)
@@ -3649,7 +3649,7 @@
   <div class=example>
 
    <p>Here is an example of a checkbox that is checked and disabled.
-   The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attributes are the
+   The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-disabled>disabled</code> attributes are the
    boolean attributes.</p>
 
    <pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>

Modified: index
===================================================================
--- index	2010-08-25 00:15:35 UTC (rev 5346)
+++ index	2010-08-25 17:58:34 UTC (rev 5347)
@@ -3571,7 +3571,7 @@
   <div class=example>
 
    <p>Here is an example of a checkbox that is checked and disabled.
-   The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attributes are the
+   The <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and <code title=attr-input-disabled>disabled</code> attributes are the
    boolean attributes.</p>
 
    <pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>

Modified: source
===================================================================
--- source	2010-08-25 00:15:35 UTC (rev 5346)
+++ source	2010-08-25 17:58:34 UTC (rev 5347)
@@ -2602,7 +2602,7 @@
 
    <p>Here is an example of a checkbox that is checked and disabled.
    The <code title="attr-input-checked">checked</code> and <code
-   title="attr-input-readonly">readonly</code> attributes are the
+   title="attr-input-disabled">disabled</code> attributes are the
    boolean attributes.</p>
 
    <pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>




More information about the Commit-Watchers mailing list