- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 07:15:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8380
Modified Files:
Overview.html
Log Message:
xref typo (whatwg r5766)
Index: Overview.html
===================================================================
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><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>
Received on Tuesday, 11 January 2011 07:15:36 UTC