[html5] r4950 - [e] (0) bogus grammar Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9340

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 1 23:12:37 PDT 2010


Author: ianh
Date: 2010-04-01 23:12:36 -0700 (Thu, 01 Apr 2010)
New Revision: 4950

Modified:
   complete.html
   index
   source
Log:
[e] (0) bogus grammar
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9340

Modified: complete.html
===================================================================
--- complete.html	2010-04-02 06:10:48 UTC (rev 4949)
+++ complete.html	2010-04-02 06:12:36 UTC (rev 4950)
@@ -73364,13 +73364,13 @@
   <h5 id=cdata-rcdata-restrictions><span class=secno>12.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5>
 
   <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 (/).</p>
+  <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 (/).</p>
 
 
   <h4 id=text-1><span class=secno>12.1.3 </span>Text</h4>

Modified: index
===================================================================
--- index	2010-04-02 06:10:48 UTC (rev 4949)
+++ index	2010-04-02 06:12:36 UTC (rev 4950)
@@ -66636,13 +66636,13 @@
   <h5 id=cdata-rcdata-restrictions><span class=secno>10.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</h5>
 
   <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 (/).</p>
+  <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 (/).</p>
 
 
   <h4 id=text-1><span class=secno>10.1.3 </span>Text</h4>

Modified: source
===================================================================
--- source	2010-04-02 06:10:48 UTC (rev 4949)
+++ source	2010-04-02 06:12:36 UTC (rev 4950)
@@ -83596,13 +83596,13 @@
   <h5 id="cdata-rcdata-restrictions">Restrictions on the contents of raw text and RCDATA elements</h5>
 
   <p>The text in <span title="raw text elements">raw text</span> and
-  <span title="RCDATA elements">RCDATAs</span> 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 (/).</p>
+  <span>RCDATA elements</span> 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 (/).</p>
 
 
   <h4>Text</h4>




More information about the Commit-Watchers mailing list