Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6748 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2011
1 parent 859a117 commit 018eaab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -86613,12 +86613,12 @@ <h5 id=markup-declaration-open-state><span class=secno>13.2.4.45 </span><dfn>Mar
case-insensitive</a> match for the word "DOCTYPE", then consume
those characters and switch to the <a href=#doctype-state>DOCTYPE state</a>.</p>

<p>Otherwise, if 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
<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, if there is a <a href=#current-node>current node</a> and it is not
an element in the <a href=#html-namespace-0>HTML namespace</a> and the next seven
characters are 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
12 changes: 6 additions & 6 deletions index
Expand Up @@ -86613,12 +86613,12 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
case-insensitive</a> match for the word "DOCTYPE", then consume
those characters and switch to the <a href=#doctype-state>DOCTYPE state</a>.</p>

<p>Otherwise, if 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
<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, if there is a <a href=#current-node>current node</a> and it is not
an element in the <a href=#html-namespace-0>HTML namespace</a> and the next seven
characters are 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
12 changes: 6 additions & 6 deletions source
Expand Up @@ -98227,12 +98227,12 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
case-insensitive</span> match for the word "DOCTYPE", then consume
those characters and switch to the <span>DOCTYPE state</span>.</p>

<p>Otherwise, if the <span>current node</span> is not an element in
the <span>HTML namespace</span> and the next seven characters are 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, if there is a <span>current node</span> and it is not
an element in the <span>HTML namespace</span> and the next seven
characters are 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 018eaab

Please sign in to comment.