- From: poot <cvsmail@w3.org>
- Date: Sun, 8 Mar 2009 22:35:49 +0900 (JST)
- To: public-html-diffs@w3.org
Editorial: changed 'double quotes' to 'single quotes' in description of
single quoted attribute values
3.2.3.4 Single-Quoted Attribute Values
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.49.html#single-quote-attr
3.2.2 Elements
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.49.html#elements
3.2.3.3 Double-Quoted Attribute Values
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.49.html#double-quote-attr
http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.48&r2=1.49&f=h
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.html 6 Mar 2009 14:25:33 -0000 1.48
+++ Overview.html 6 Mar 2009 16:37:28 -0000 1.49
@@ -802,7 +802,7 @@
<h5 id=single-quote-attr><span class=secno>3.2.3.4 </span>Single-Quoted Attribute Values</h5>
- <p>In both HTML and XHTML, attribute values may be surrounded with double
+ <p>In both HTML and XHTML, attribute values may be surrounded with single
quotes.</p>
<p>By quoting attributes, the value may contain the additional characters
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.src.html 6 Mar 2009 14:25:34 -0000 1.49
+++ Overview.src.html 6 Mar 2009 16:37:28 -0000 1.50
@@ -648,7 +648,7 @@
<h2 id="single-quote-attr">Single-Quoted Attribute Values</h2>
- <p>In both HTML and XHTML, attribute values may be surrounded with double
+ <p>In both HTML and XHTML, attribute values may be surrounded with single
quotes.</p>
<p>By quoting attributes, the value may contain the additional characters
Received on Sunday, 8 March 2009 13:36:25 UTC