hixie: xref typo (whatwg r5766)

hixie: xref typo (whatwg r5766)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4629&r2=1.4630&f=h
http://html5.org/tools/web-apps-tracker?from=5765&to=5766

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4629
retrieving revision 1.4630
diff -u -d -r1.4629 -r1.4630
--- Overview.html 11 Jan 2011 06:07:41 -0000 1.4629
+++ Overview.html 11 Jan 2011 07:15:31 -0000 1.4630
@@ -3283,7 +3283,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-disabled">disabled</code> attributes are the
+   The <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code> and <code title="attr-fe-disabled"><a href="#attr-fe-disabled">disabled</a></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, 12 January 2011 02:44:00 UTC