- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 May 2011 07:56:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv22377
Modified Files:
spec.html syntax.html
Log Message:
fixed minor error
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- syntax.html 12 May 2011 07:23:50 -0000 1.81
+++ syntax.html 12 May 2011 07:56:05 -0000 1.82
@@ -616,7 +616,7 @@
<a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref2">empty attribute syntax</a>
is exactly equivalent to specifying the empty string as the
value for the attribute, as in the following example.</p>
- <pre><input <em>disabled="disabled"</em>></pre>
+ <pre><input <em>disabled=""</em>></pre>
</div>
</dd>
<dt><dfn id="syntax-attr-unquoted" title="syntax-attr-unquoted" role="button" tabindex="0" aria-haspopup="true">unquoted attribute-value syntax</dfn></dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- spec.html 12 May 2011 07:23:49 -0000 1.320
+++ spec.html 12 May 2011 07:56:04 -0000 1.321
@@ -1727,7 +1727,7 @@
<a href="#syntax-attr-empty" id="syntax-attr-empty_xref2">empty attribute syntax</a>
is exactly equivalent to specifying the empty string as the
value for the attribute, as in the following example.</p>
- <pre><input <em>disabled="disabled"</em>></pre>
+ <pre><input <em>disabled=""</em>></pre>
</div>
</dd>
<dt><dfn id="syntax-attr-unquoted" title="syntax-attr-unquoted" role="button" tabindex="0" aria-haspopup="true">unquoted attribute-value syntax</dfn></dt>
Received on Thursday, 12 May 2011 07:56:08 UTC