[html5] r4624 - [e] (0) s/quote/escape/

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 24 02:29:39 PST 2010


Author: ianh
Date: 2010-01-24 02:29:37 -0800 (Sun, 24 Jan 2010)
New Revision: 4624

Modified:
   complete.html
   index
   source
Log:
[e] (0) s/quote/escape/

Modified: complete.html
===================================================================
--- complete.html	2010-01-24 06:45:25 UTC (rev 4623)
+++ complete.html	2010-01-24 10:29:37 UTC (rev 4624)
@@ -19728,7 +19728,7 @@
 
   <p class=note>In <a href=#syntax>the HTML syntax</a>, authors need only
   remember to use U+0022 QUOTATION MARK characters (") to wrap the
-  attribute contents and then to quote all U+0022 QUOTATION MARK (")
+  attribute contents and then to escape all U+0022 QUOTATION MARK (")
   and U+0026 AMPERSAND (&) characters, and to specify the <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute, to ensure safe
   embedding of content.</p>
 

Modified: index
===================================================================
--- index	2010-01-24 06:45:25 UTC (rev 4623)
+++ index	2010-01-24 10:29:37 UTC (rev 4624)
@@ -19628,7 +19628,7 @@
 
   <p class=note>In <a href=#syntax>the HTML syntax</a>, authors need only
   remember to use U+0022 QUOTATION MARK characters (") to wrap the
-  attribute contents and then to quote all U+0022 QUOTATION MARK (")
+  attribute contents and then to escape all U+0022 QUOTATION MARK (")
   and U+0026 AMPERSAND (&) characters, and to specify the <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute, to ensure safe
   embedding of content.</p>
 

Modified: source
===================================================================
--- source	2010-01-24 06:45:25 UTC (rev 4623)
+++ source	2010-01-24 10:29:37 UTC (rev 4624)
@@ -20985,7 +20985,7 @@
 
   <p class="note">In <span>the HTML syntax</span>, authors need only
   remember to use U+0022 QUOTATION MARK characters (") to wrap the
-  attribute contents and then to quote all U+0022 QUOTATION MARK (")
+  attribute contents and then to escape all U+0022 QUOTATION MARK (")
   and U+0026 AMPERSAND (&) characters, and to specify the <code
   title="attr-iframe-sandbox">sandbox</code> attribute, to ensure safe
   embedding of content.</p>




More information about the Commit-Watchers mailing list