- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 17:58:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12489
Modified Files:
Overview.html
Log Message:
typo (whatwg r5347)
Index: Overview.html
===================================================================
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><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>
Received on Wednesday, 25 August 2010 17:58:46 UTC