- From: poot <cvsmail@w3.org>
- Date: Thu, 6 Aug 2009 20:02:30 +0900 (JST)
- To: public-html-diffs@w3.org
mike: mention iframe in the section about escaping text spans http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.89&r2=1.90&f=h =================================================================== 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:03:05 UTC