- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 24 Jan 2010 10:29:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3934
Modified Files:
Overview.html
Log Message:
s/quote/escape/ (whatwg r4624)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3684
retrieving revision 1.3685
diff -u -d -r1.3684 -r1.3685
--- Overview.html 24 Jan 2010 06:45:32 -0000 1.3684
+++ Overview.html 24 Jan 2010 10:29:44 -0000 1.3685
@@ -16902,7 +16902,7 @@
</div><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 class="note">Due to restrictions of <span>the XML syntax</span>,
in XML a number of other characters need to be escaped also to
Received on Sunday, 24 January 2010 10:29:49 UTC