- From: poot <cvsmail@w3.org>
- Date: Fri, 2 Apr 2010 15:12:51 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: bogus grammar (whatwg r4950)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3972&r2=1.3973&f=h
http://html5.org/tools/web-apps-tracker?from=4949&to=4950
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3972
retrieving revision 1.3973
diff -u -d -r1.3972 -r1.3973
--- Overview.html 2 Apr 2010 06:10:53 -0000 1.3972
+++ Overview.html 2 Apr 2010 06:12:40 -0000 1.3973
@@ -51705,13 +51705,13 @@
<pre><pre>Hello</pre></pre>
<pre><pre><br>Hello</pre></pre>
</div><h5 id="cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The text in <a href="#raw-text-elements" title="raw text elements">raw text</a> and
- <a href="#rcdata-elements" title="RCDATA elements">RCDATAs</a> element must not
- contain any occurrences of the string "<code title=""></</code>"
- (U+003C LESS-THAN SIGN, U+002F SOLIDUS) followed by characters that
- case-insensitively match the tag name of the element followed by one
- of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM
- FEED (FF), U+000D CARRIAGE RETURN (CR), U+0020 SPACE, U+003E
- GREATER-THAN SIGN (>), or U+002F SOLIDUS (/).<h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements,
+ <a href="#rcdata-elements">RCDATA elements</a> must not contain any occurrences of the
+ string "<code title=""></</code>" (U+003C LESS-THAN SIGN, U+002F
+ SOLIDUS) followed by characters that case-insensitively match the
+ tag name of the element followed by one of U+0009 CHARACTER
+ TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D
+ CARRIAGE RETURN (CR), U+0020 SPACE, U+003E GREATER-THAN SIGN (>), or
+ U+002F SOLIDUS (/).<h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements,
attributes, and comments. Text must consist of Unicode characters.
Text must not contain U+0000 characters. Text must not contain
permanently undefined Unicode characters (noncharacters). Text must
Received on Friday, 2 April 2010 06:13:19 UTC