Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) bogus grammar
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9340

git-svn-id: http://svn.whatwg.org/webapps@4950 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 2, 2010
1 parent 30b2206 commit d2f1b9d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -73364,13 +73364,13 @@ <h5 id=element-restrictions><span class=secno>12.1.2.5 </span>Restrictions on co
<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="">&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 (/).</p>
<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 (/).</p>


<h4 id=text-1><span class=secno>12.1.3 </span>Text</h4>
Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -66636,13 +66636,13 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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="">&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 (/).</p>
<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 (/).</p>


<h4 id=text-1><span class=secno>10.1.3 </span>Text</h4>
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -83596,13 +83596,13 @@ interface <dfn>SQLTransactionSync</dfn> {
<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="">&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 (>), or U+002F SOLIDUS (/).</p>
<span>RCDATA elements</span> 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 (>), or
U+002F SOLIDUS (/).</p>


<h4>Text</h4>
Expand Down

0 comments on commit d2f1b9d

Please sign in to comment.