html5/markup/src syntax.html,1.64,1.65

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv26716/src

Modified Files:
	syntax.html 
Log Message:
mention iframe in the section about escaping text spans


Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- syntax.html	6 Aug 2009 10:34:35 -0000	1.64
+++ syntax.html	6 Aug 2009 11:02:08 -0000	1.65
@@ -910,8 +910,12 @@
      "<code title="U+002D HYPHEN-MINUS">-</code>"
      characters with its corresponding
      <a href="#syntax-escape-end">escaping text span end</a>.</p>
-    <p>The text in <a href="#style">style</a>, <a
-      href="#script">script</a>, <a href="#title">title</a>, and
+    <p>The text in
+    <a href="#style">style</a>,
+    <a href="#script">script</a>,
+    <a href="#iframe">iframe</a>,
+    <a href="#title">title</a>,
+    and
     <a href="#textarea">textarea</a>
     elements must not have an
      <a href="#syntax-escape-start">escaping text span start</a>

Received on Thursday, 6 August 2009 11:02:20 UTC