hixie: typo (whatwg r5347)

hixie: typo (whatwg r5347)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4263&r2=1.4264&f=h
http://html5.org/tools/web-apps-tracker?from=5346&to=5347

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4263
retrieving revision 1.4264
diff -u -d -r1.4263 -r1.4264
--- Overview.html 25 Aug 2010 00:15:39 -0000 1.4263
+++ Overview.html 25 Aug 2010 17:58:40 -0000 1.4264
@@ -3069,7 +3069,7 @@
   be omitted altogether.<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>&lt;label&gt;&lt;input type=checkbox checked name=cheese disabled&gt; Cheese&lt;/label&gt;</pre>

Received on Wednesday, 25 August 2010 17:59:29 UTC