Skip to content

Commit

Permalink
[e] (0) consistency in the parser w.r.t. how steps are introduced.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4802 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 25, 2010
1 parent 68f555f commit e08f25a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 17 deletions.
16 changes: 10 additions & 6 deletions complete.html
Expand Up @@ -157,7 +157,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 23 February 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 25 February 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -75443,6 +75443,8 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<dt id=scriptTag>A start tag whose tag name is "script"</dt>
<dd>

<p>Run these steps:</p>

<ol><li><p><a href=#create-an-element-for-the-token>Create an element for the token</a> in the
<a href=#html-namespace-0>HTML namespace</a>.</li>

Expand Down Expand Up @@ -75901,7 +75903,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<dt>A start tag whose tag name is "li"</dt>
<dd>

<p>Run the following algorithm:</p>
<p>Run the following steps:</p>

<ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>

Expand Down Expand Up @@ -75949,7 +75951,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<dt>A start tag whose tag name is one of: "dd", "dt"</dt>
<dd>

<p>Run the following algorithm:</p>
<p>Run these steps:</p>

<ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>

Expand Down Expand Up @@ -76243,7 +76245,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
"strike", "strong", "tt", "u"</dt>
<dd>

<p>Follow these steps:</p>
<p>Run these steps:</p>

<ol><li>

Expand Down Expand Up @@ -76596,6 +76598,8 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<dt>A start tag whose tag name is "textarea"</dt>
<dd>

<p>Run these steps:</p>

<ol><li><p><a href=#insert-an-html-element>Insert an HTML element</a> for the
token.</li>

Expand Down Expand Up @@ -76834,7 +76838,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<dt>Any other end tag</dt>
<dd>

<p>Run the following steps:</p>
<p>Run these steps:</p>

<ol><li><p>Initialize <var title="">node</var> to be the <a href=#current-node>current
node</a> (the bottommost node of the stack).</li>
Expand Down Expand Up @@ -76952,7 +76956,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df

<dd>

<p>Follow these steps:</p>
<p>Run these steps:</p>

<ol><li><p>Let <var title="">the script</var> be the <a href=#pending-parsing-blocking-script>pending
parsing-blocking script</a>. There is no longer a <a href=#pending-parsing-blocking-script>pending
Expand Down
16 changes: 10 additions & 6 deletions index
Expand Up @@ -161,7 +161,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 23 February 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 25 February 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -69747,6 +69747,8 @@ document.body.appendChild(text);
<dt id=scriptTag>A start tag whose tag name is "script"</dt>
<dd>

<p>Run these steps:</p>

<ol><li><p><a href=#create-an-element-for-the-token>Create an element for the token</a> in the
<a href=#html-namespace-0>HTML namespace</a>.</li>

Expand Down Expand Up @@ -70205,7 +70207,7 @@ document.body.appendChild(text);
<dt>A start tag whose tag name is "li"</dt>
<dd>

<p>Run the following algorithm:</p>
<p>Run the following steps:</p>

<ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>

Expand Down Expand Up @@ -70253,7 +70255,7 @@ document.body.appendChild(text);
<dt>A start tag whose tag name is one of: "dd", "dt"</dt>
<dd>

<p>Run the following algorithm:</p>
<p>Run these steps:</p>

<ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>

Expand Down Expand Up @@ -70547,7 +70549,7 @@ document.body.appendChild(text);
"strike", "strong", "tt", "u"</dt>
<dd>

<p>Follow these steps:</p>
<p>Run these steps:</p>

<ol><li>

Expand Down Expand Up @@ -70900,6 +70902,8 @@ document.body.appendChild(text);
<dt>A start tag whose tag name is "textarea"</dt>
<dd>

<p>Run these steps:</p>

<ol><li><p><a href=#insert-an-html-element>Insert an HTML element</a> for the
token.</li>

Expand Down Expand Up @@ -71138,7 +71142,7 @@ document.body.appendChild(text);
<dt>Any other end tag</dt>
<dd>

<p>Run the following steps:</p>
<p>Run these steps:</p>

<ol><li><p>Initialize <var title="">node</var> to be the <a href=#current-node>current
node</a> (the bottommost node of the stack).</li>
Expand Down Expand Up @@ -71256,7 +71260,7 @@ document.body.appendChild(text);

<dd>

<p>Follow these steps:</p>
<p>Run these steps:</p>

<ol><li><p>Let <var title="">the script</var> be the <a href=#pending-parsing-blocking-script>pending
parsing-blocking script</a>. There is no longer a <a href=#pending-parsing-blocking-script>pending
Expand Down
14 changes: 9 additions & 5 deletions source
Expand Up @@ -86154,6 +86154,8 @@ document.body.appendChild(text);
<dt id="scriptTag">A start tag whose tag name is "script"</dt>
<dd>

<p>Run these steps:</p>

<ol>

<li><p><span>Create an element for the token</span> in the
Expand Down Expand Up @@ -86650,7 +86652,7 @@ document.body.appendChild(text);
<dt>A start tag whose tag name is "li"</dt>
<dd>

<p>Run the following algorithm:</p>
<p>Run the following steps:</p>

<ol>

Expand Down Expand Up @@ -86702,7 +86704,7 @@ document.body.appendChild(text);
<dt>A start tag whose tag name is one of: "dd", "dt"</dt>
<dd>

<p>Run the following algorithm:</p>
<p>Run these steps:</p>

<ol>

Expand Down Expand Up @@ -87030,7 +87032,7 @@ document.body.appendChild(text);
"strike", "strong", "tt", "u"</dt>
<dd>

<p>Follow these steps:</p>
<p>Run these steps:</p>

<ol>

Expand Down Expand Up @@ -87410,6 +87412,8 @@ document.body.appendChild(text);
<dt>A start tag whose tag name is "textarea"</dt>
<dd>

<p>Run these steps:</p>

<ol>

<li><p><span>Insert an HTML element</span> for the
Expand Down Expand Up @@ -87656,7 +87660,7 @@ document.body.appendChild(text);
<dt>Any other end tag</dt>
<dd>

<p>Run the following steps:</p>
<p>Run these steps:</p>

<ol>

Expand Down Expand Up @@ -87795,7 +87799,7 @@ document.body.appendChild(text);

<dd>

<p>Follow these steps:</p>
<p>Run these steps:</p>

<ol>

Expand Down

0 comments on commit e08f25a

Please sign in to comment.