Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4257 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent c7191a0 commit 8c281c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -71803,10 +71803,10 @@ <h5 id=markup-declaration-open-state><span class=secno>11.2.4.44 </span><dfn>Mar
<p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
content</a>" and the <a href=#current-node>current node</a> is not an element
in the <a href=#html-namespace-0>HTML namespace</a> and the next seven characters are
an <span>ASCII case-sensitive</span> match for the string "[CDATA["
(the five uppercase letters "CDATA" with a U+005B LEFT SQUARE
BRACKET character before and after), then consume those characters
and switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>
an <a href=#case-sensitive>case-sensitive</a> match for the string "[CDATA[" (the
five uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
character before and after), then consume those characters and
switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>

<p>Otherwise, this is a <a href=#parse-error>parse error</a>. Switch to the
<a href=#bogus-comment-state>bogus comment state</a>. The next character that is
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -62866,10 +62866,10 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
content</a>" and the <a href=#current-node>current node</a> is not an element
in the <a href=#html-namespace-0>HTML namespace</a> and the next seven characters are
an <span>ASCII case-sensitive</span> match for the string "[CDATA["
(the five uppercase letters "CDATA" with a U+005B LEFT SQUARE
BRACKET character before and after), then consume those characters
and switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>
an <a href=#case-sensitive>case-sensitive</a> match for the string "[CDATA[" (the
five uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
character before and after), then consume those characters and
switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>

<p>Otherwise, this is a <a href=#parse-error>parse error</a>. Switch to the
<a href=#bogus-comment-state>bogus comment state</a>. The next character that is
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -80859,10 +80859,10 @@ interface <dfn>MessagePort</dfn> {
title="insertion mode: in foreign content">in foreign
content</span>" and the <span>current node</span> is not an element
in the <span>HTML namespace</span> and the next seven characters are
an <span>ASCII case-sensitive</span> match for the string "[CDATA["
(the five uppercase letters "CDATA" with a U+005B LEFT SQUARE
BRACKET character before and after), then consume those characters
and switch to the <span>CDATA section state</span>.</p>
an <span>case-sensitive</span> match for the string "[CDATA[" (the
five uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
character before and after), then consume those characters and
switch to the <span>CDATA section state</span>.</p>

<p>Otherwise, this is a <span>parse error</span>. Switch to the
<span>bogus comment state</span>. The next character that is
Expand Down

0 comments on commit 8c281c0

Please sign in to comment.