mike: fixed minor error

mike: fixed minor error

http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.320&r2=1.321&f=h

===================================================================
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>&lt;input <em>disabled="disabled"</em>&gt;</pre>
+            <pre>&lt;input <em>disabled=""</em>&gt;</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>&lt;input <em>disabled="disabled"</em>&gt;</pre>
+            <pre>&lt;input <em>disabled=""</em>&gt;</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 08:03:31 UTC