- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Aug 2009 11:02:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv26716
Modified Files:
spec.html syntax.html
Log Message:
mention iframe in the section about escaping text spans
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- syntax.html 6 Aug 2009 10:34:35 -0000 1.23
+++ syntax.html 6 Aug 2009 11:02:08 -0000 1.24
@@ -895,7 +895,12 @@
"<code title="U+002D HYPHEN-MINUS">-</code>"
characters with its corresponding
<a href="syntax.html#syntax-escape-end">escaping text span end</a>.</p>
- <p>The text in <a href="style.html#style">style</a>, <a href="script.html#script">script</a>, <a href="title.html#title">title</a>, and
+ <p>The text in
+ <a href="style.html#style">style</a>,
+ <a href="script.html#script">script</a>,
+ <a href="iframe.html#iframe">iframe</a>,
+ <a href="title.html#title">title</a>,
+ and
<a href="textarea.html#textarea">textarea</a>
elements must not have an
<a href="syntax.html#syntax-escape-start">escaping text span start</a>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- spec.html 6 Aug 2009 10:34:35 -0000 1.89
+++ spec.html 6 Aug 2009 11:02:08 -0000 1.90
@@ -1933,7 +1933,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