html5/spec Overview.html,1.3972,1.3973

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5850

Modified Files:
	Overview.html 
Log Message:
bogus grammar (whatwg r4950)

Index: Overview.html
===================================================================
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>&lt;pre&gt;Hello&lt;/pre&gt;</pre>
    <pre>&lt;pre&gt;<br>Hello&lt;/pre&gt;</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="">&lt;/</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 (&gt;), 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="">&lt;/</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 (&gt;), 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:12:45 UTC