- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 18:06:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13602
Modified Files:
common-microsyntaxes.html spec.html
Log Message:
typo (whatwg r5347)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1175
retrieving revision 1.1176
diff -u -d -r1.1175 -r1.1176
--- spec.html 25 Aug 2010 00:16:33 -0000 1.1175
+++ spec.html 25 Aug 2010 18:06:34 -0000 1.1176
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4263.
+This is revision 1.4264.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- common-microsyntaxes.html 25 Aug 2010 00:16:33 -0000 1.12
+++ common-microsyntaxes.html 25 Aug 2010 18:06:34 -0000 1.13
@@ -411,7 +411,7 @@
be omitted altogether.</p><div class="example">
<p>Here is an example of a checkbox that is checked and disabled.
- The <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked">checked</a></code> and <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attributes are the
+ The <code title="attr-input-checked"><a href="the-input-element.html#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 18:06:38 UTC