Skip to content

Commit

Permalink
[e] (0) Remove some comments to make this more consistent. It's highl…
Browse files Browse the repository at this point in the history
…y unlikely that this will change anyway.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21769
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7900 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 4, 2013
1 parent cebdd11 commit 820fc91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
12 changes: 4 additions & 8 deletions complete.html
Expand Up @@ -85134,6 +85134,7 @@ <h5 id=changing-the-encoding-while-parsing><span class=secno>12.2.2.3 </span>Cha


<div class=impl>
<!--CLEANUP-->

<h4 id=parse-state><span class=secno>12.2.3 </span>Parse state</h4>

Expand Down Expand Up @@ -85251,15 +85252,10 @@ <h5 id=the-insertion-mode><span class=secno>12.2.3.1 </span>The insertion mode</
these steps. (<a href=#fragment-case>fragment case</a>)</li>

<li>If <var title="">node</var> is an <code><a href=#the-html-element>html</a></code> element,
then <!--: if the <span><code title="">head</code> element
pointer</span> is null,--> switch the <a href=#insertion-mode>insertion mode</a>
then switch the <a href=#insertion-mode>insertion mode</a>
to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before
head</a>"<!--, otherwise, switch the <span>insertion mode</span>
to "<span title="insertion mode: after head">after head</span>".-->
Then, <!-- in either case, --> abort these steps. (<a href=#fragment-case>fragment
case</a>)</li> <!-- if the head element pointer can ever be
non-null when we're going through these steps, we'll need to
uncomment out the commented-out bits -->
head</a>" and abort these steps. (<a href=#fragment-case>fragment
case</a>)</li>

<li>If <var title="">last</var> is true, then switch the
<a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in
Expand Down
12 changes: 4 additions & 8 deletions index
Expand Up @@ -85134,6 +85134,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>


<div class=impl>
<!--CLEANUP-->

<h4 id=parse-state><span class=secno>12.2.3 </span>Parse state</h4>

Expand Down Expand Up @@ -85251,15 +85252,10 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
these steps. (<a href=#fragment-case>fragment case</a>)</li>

<li>If <var title="">node</var> is an <code><a href=#the-html-element>html</a></code> element,
then <!--: if the <span><code title="">head</code> element
pointer</span> is null,--> switch the <a href=#insertion-mode>insertion mode</a>
then switch the <a href=#insertion-mode>insertion mode</a>
to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before
head</a>"<!--, otherwise, switch the <span>insertion mode</span>
to "<span title="insertion mode: after head">after head</span>".-->
Then, <!-- in either case, --> abort these steps. (<a href=#fragment-case>fragment
case</a>)</li> <!-- if the head element pointer can ever be
non-null when we're going through these steps, we'll need to
uncomment out the commented-out bits -->
head</a>" and abort these steps. (<a href=#fragment-case>fragment
case</a>)</li>

<li>If <var title="">last</var> is true, then switch the
<a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in
Expand Down
12 changes: 4 additions & 8 deletions source
Expand Up @@ -95043,6 +95043,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {


<div class="impl">
<!--CLEANUP-->

<h4>Parse state</h4>

Expand Down Expand Up @@ -95180,15 +95181,10 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
these steps. (<span>fragment case</span>)</li>

<li>If <var title="">node</var> is an <code>html</code> element,
then <!--: if the <span><code title="">head</code> element
pointer</span> is null,--> switch the <span>insertion mode</span>
then switch the <span>insertion mode</span>
to "<span title="insertion mode: before head">before
head</span>"<!--, otherwise, switch the <span>insertion mode</span>
to "<span title="insertion mode: after head">after head</span>".-->
Then, <!-- in either case, --> abort these steps. (<span>fragment
case</span>)</li> <!-- if the head element pointer can ever be
non-null when we're going through these steps, we'll need to
uncomment out the commented-out bits -->
head</span>" and abort these steps. (<span>fragment
case</span>)</li>

<li>If <var title="">last</var> is true, then switch the
<span>insertion mode</span> to "<span title="insertion mode: in
Expand Down

0 comments on commit 820fc91

Please sign in to comment.