[html5] r4804 - [e] (0) Make some algorithms things more consistent with other algorithms.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 24 18:21:44 PST 2010
Author: ianh
Date: 2010-02-24 18:21:42 -0800 (Wed, 24 Feb 2010)
New Revision: 4804
Modified:
complete.html
index
source
Log:
[e] (0) Make some algorithms things more consistent with other algorithms.
Modified: complete.html
===================================================================
--- complete.html 2010-02-25 02:10:01 UTC (rev 4803)
+++ complete.html 2010-02-25 02:21:42 UTC (rev 4804)
@@ -30710,7 +30710,7 @@
<p>If there is no cell covering slot (<var title="">x</var>,
<var title="">y</var>), or if there is more than one cell
covering slot (<var title="">x</var>, <var title="">y</var>),
- return to the substep marked <i>loop</i>.</p>
+ return to the substep labeled <i>loop</i>.</p>
</li>
@@ -30784,7 +30784,7 @@
<li>
- <p>Return to the step marked <i>loop</i>.</p>
+ <p>Return to the step labeled <i>loop</i>.</p>
</li>
@@ -48055,7 +48055,7 @@
the child elements of <var title="">current</var> to <var title="">pending</var>.</li>
<li><p><i>End of loop</i>: If <var title="">pending</var> is not
- empty, return to the step marked <i>loop</i>.</li>
+ empty, return to the step labeled <i>loop</i>.</li>
<li><p>Return <var title="">results</var>.</li>
@@ -70591,7 +70591,7 @@
<li>One or more <a href=#space-character title="space character">space characters</a>.</li>
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
<li>The literal string "<code><a href=#about:legacy-compat>about:legacy-compat</a></code>".</li>
- <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
+ <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
</ol><p class=note>In other words, <code><!DOCTYPE HTML SYSTEM
"about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
'about:legacy-compat'></code>, case-insensitively except for the bit
@@ -72250,38 +72250,38 @@
<li>If <var title="">node</var> is a <code><a href=#the-select-element>select</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>" and jump to the
- step marked <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
+ step labeled <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
<li>If <var title="">node</var> is a <code><a href=#the-td-element>td</a></code> or
<code><a href=#the-th-element>th</a></code> element and <var title="">last</var> is false, then
switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intd title="insertion
- mode: in cell">in cell</a>" and jump to the step marked <i title="">end</i>.</li>
+ mode: in cell">in cell</a>" and jump to the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-tr-element>tr</a></code> element, then
switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion
- mode: in row">in row</a>" and jump to the step marked <i title="">end</i>.</li>
+ mode: in row">in row</a>" and jump to the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-tbody-element>tbody</a></code>,
<code><a href=#the-thead-element>thead</a></code>, or <code><a href=#the-tfoot-element>tfoot</a></code> element, then switch the
<a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intbody title="insertion mode: in
- table body">in table body</a>" and jump to the step marked <i title="">end</i>.</li>
+ table body">in table body</a>" and jump to the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-caption-element>caption</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incaption title="insertion mode: in caption">in caption</a>" and jump to
- the step marked <i title="">end</i>.</li>
+ the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-colgroup-element>colgroup</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incolgroup title="insertion mode: in column group">in column group</a>" and
- jump to the step marked <i title="">end</i>. (<a href=#fragment-case>fragment
+ jump to the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment
case</a>)</li>
<li>If <var title="">node</var> is a <code><a href=#the-table-element>table</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>" and jump to the
- step marked <i title="">end</i>.</li>
+ step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-head-element-0>head</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" ("<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>"! <em> not "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>"</em>!) and jump to
- the step marked <i title="">end</i>. (<a href=#fragment-case>fragment
+ the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment
case</a>)</li> <!-- This is only here for now in case people
think that the spec accidentally omitted it and try to "fix"
it. Note that noscript-in-head is also handled this way. This is
@@ -72296,11 +72296,11 @@
<li>If <var title="">node</var> is a <code><a href=#the-body-element-0>body</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" and jump to the
- step marked <i title="">end</i>.</li>
+ step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#frameset>frameset</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inframeset title="insertion mode: in frameset">in frameset</a>" and jump to
- the step marked <i title="">end</i>. (<a href=#fragment-case>fragment
+ the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment
case</a>)</li>
<li>If <var title="">node</var> is an <code><a href=#the-html-element-0>html</a></code> element,
@@ -72309,7 +72309,7 @@
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, --> jump to the step marked <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li> <!-- if the
+ Then, <!-- in either case, --> jump to the step labeled <i title="">end</i>. (<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 -->
@@ -72319,12 +72319,12 @@
<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
- body">in body</a>" and jump to the step marked <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
+ body">in body</a>" and jump to the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
<li>Let <var title="">node</var> now be the node before <var title="">node</var> in the <a href=#stack-of-open-elements>stack of open
elements</a>.</li>
- <li>Return to the step marked <i>loop</i>.</li>
+ <li>Return to the step labeled <i>loop</i>.</li>
<li><i>End</i>: If <var title="">foreign</var> is true, switch the
<a href=#secondary-insertion-mode>secondary insertion mode</a> to whatever the
@@ -76844,7 +76844,7 @@
node</a> (the bottommost node of the stack).</li>
<li><p>If <var title="">node</var> has the same tag name as
- the end tag token, then:</p>
+ the token, then:</p>
<ol><li><p><a href=#generate-implied-end-tags>Generate implied end tags</a>.</li>
@@ -77594,8 +77594,9 @@
with the same tag name as the token, then this is a
<a href=#parse-error>parse error</a>.</p>
- <p>Pop elements from this stack until an element with the same
- tag name as the token has been popped from the stack.</p>
+ <p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> stack
+ until an element with the same tag name as the token has been
+ popped from the stack.</p>
<p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to
the last marker</a>.</p>
Modified: index
===================================================================
--- index 2010-02-25 02:10:01 UTC (rev 4803)
+++ index 2010-02-25 02:21:42 UTC (rev 4804)
@@ -30617,7 +30617,7 @@
<p>If there is no cell covering slot (<var title="">x</var>,
<var title="">y</var>), or if there is more than one cell
covering slot (<var title="">x</var>, <var title="">y</var>),
- return to the substep marked <i>loop</i>.</p>
+ return to the substep labeled <i>loop</i>.</p>
</li>
@@ -30691,7 +30691,7 @@
<li>
- <p>Return to the step marked <i>loop</i>.</p>
+ <p>Return to the step labeled <i>loop</i>.</p>
</li>
@@ -47962,7 +47962,7 @@
the child elements of <var title="">current</var> to <var title="">pending</var>.</li>
<li><p><i>End of loop</i>: If <var title="">pending</var> is not
- empty, return to the step marked <i>loop</i>.</li>
+ empty, return to the step labeled <i>loop</i>.</li>
<li><p>Return <var title="">results</var>.</li>
@@ -64895,7 +64895,7 @@
<li>One or more <a href=#space-character title="space character">space characters</a>.</li>
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
<li>The literal string "<code><a href=#about:legacy-compat>about:legacy-compat</a></code>".</li>
- <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
+ <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
</ol><p class=note>In other words, <code><!DOCTYPE HTML SYSTEM
"about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
'about:legacy-compat'></code>, case-insensitively except for the bit
@@ -66554,38 +66554,38 @@
<li>If <var title="">node</var> is a <code><a href=#the-select-element>select</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>" and jump to the
- step marked <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
+ step labeled <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
<li>If <var title="">node</var> is a <code><a href=#the-td-element>td</a></code> or
<code><a href=#the-th-element>th</a></code> element and <var title="">last</var> is false, then
switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intd title="insertion
- mode: in cell">in cell</a>" and jump to the step marked <i title="">end</i>.</li>
+ mode: in cell">in cell</a>" and jump to the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-tr-element>tr</a></code> element, then
switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion
- mode: in row">in row</a>" and jump to the step marked <i title="">end</i>.</li>
+ mode: in row">in row</a>" and jump to the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-tbody-element>tbody</a></code>,
<code><a href=#the-thead-element>thead</a></code>, or <code><a href=#the-tfoot-element>tfoot</a></code> element, then switch the
<a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intbody title="insertion mode: in
- table body">in table body</a>" and jump to the step marked <i title="">end</i>.</li>
+ table body">in table body</a>" and jump to the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-caption-element>caption</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incaption title="insertion mode: in caption">in caption</a>" and jump to
- the step marked <i title="">end</i>.</li>
+ the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-colgroup-element>colgroup</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incolgroup title="insertion mode: in column group">in column group</a>" and
- jump to the step marked <i title="">end</i>. (<a href=#fragment-case>fragment
+ jump to the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment
case</a>)</li>
<li>If <var title="">node</var> is a <code><a href=#the-table-element>table</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>" and jump to the
- step marked <i title="">end</i>.</li>
+ step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#the-head-element-0>head</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" ("<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>"! <em> not "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>"</em>!) and jump to
- the step marked <i title="">end</i>. (<a href=#fragment-case>fragment
+ the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment
case</a>)</li> <!-- This is only here for now in case people
think that the spec accidentally omitted it and try to "fix"
it. Note that noscript-in-head is also handled this way. This is
@@ -66600,11 +66600,11 @@
<li>If <var title="">node</var> is a <code><a href=#the-body-element-0>body</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" and jump to the
- step marked <i title="">end</i>.</li>
+ step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code><a href=#frameset>frameset</a></code> element,
then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inframeset title="insertion mode: in frameset">in frameset</a>" and jump to
- the step marked <i title="">end</i>. (<a href=#fragment-case>fragment
+ the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment
case</a>)</li>
<li>If <var title="">node</var> is an <code><a href=#the-html-element-0>html</a></code> element,
@@ -66613,7 +66613,7 @@
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, --> jump to the step marked <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li> <!-- if the
+ Then, <!-- in either case, --> jump to the step labeled <i title="">end</i>. (<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 -->
@@ -66623,12 +66623,12 @@
<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
- body">in body</a>" and jump to the step marked <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
+ body">in body</a>" and jump to the step labeled <i title="">end</i>. (<a href=#fragment-case>fragment case</a>)</li>
<li>Let <var title="">node</var> now be the node before <var title="">node</var> in the <a href=#stack-of-open-elements>stack of open
elements</a>.</li>
- <li>Return to the step marked <i>loop</i>.</li>
+ <li>Return to the step labeled <i>loop</i>.</li>
<li><i>End</i>: If <var title="">foreign</var> is true, switch the
<a href=#secondary-insertion-mode>secondary insertion mode</a> to whatever the
@@ -71148,7 +71148,7 @@
node</a> (the bottommost node of the stack).</li>
<li><p>If <var title="">node</var> has the same tag name as
- the end tag token, then:</p>
+ the token, then:</p>
<ol><li><p><a href=#generate-implied-end-tags>Generate implied end tags</a>.</li>
@@ -71898,8 +71898,9 @@
with the same tag name as the token, then this is a
<a href=#parse-error>parse error</a>.</p>
- <p>Pop elements from this stack until an element with the same
- tag name as the token has been popped from the stack.</p>
+ <p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> stack
+ until an element with the same tag name as the token has been
+ popped from the stack.</p>
<p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to
the last marker</a>.</p>
Modified: source
===================================================================
--- source 2010-02-25 02:10:01 UTC (rev 4803)
+++ source 2010-02-25 02:21:42 UTC (rev 4804)
@@ -33855,7 +33855,7 @@
<p>If there is no cell covering slot (<var title="">x</var>,
<var title="">y</var>), or if there is more than one cell
covering slot (<var title="">x</var>, <var title="">y</var>),
- return to the substep marked <i>loop</i>.</p>
+ return to the substep labeled <i>loop</i>.</p>
</li>
@@ -33948,7 +33948,7 @@
<li>
- <p>Return to the step marked <i>loop</i>.</p>
+ <p>Return to the step labeled <i>loop</i>.</p>
</li>
@@ -53576,7 +53576,7 @@
title="">pending</var>.</p></li>
<li><p><i>End of loop</i>: If <var title="">pending</var> is not
- empty, return to the step marked <i>loop</i>.</p></li>
+ empty, return to the step labeled <i>loop</i>.</p></li>
<li><p>Return <var title="">results</var>.</p></li>
@@ -80569,7 +80569,7 @@
<li>One or more <span title="space character">space characters</span>.</li>
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
<li>The literal string "<code>about:legacy-compat</code>".</li>
- <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
+ <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
</ol>
<p class="note">In other words, <code><!DOCTYPE HTML SYSTEM
@@ -82484,47 +82484,47 @@
<li>If <var title="">node</var> is a <code>select</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in select">in select</span>" and jump to the
- step marked <i title="">end</i>. (<span>fragment case</span>)</li>
+ step labeled <i title="">end</i>. (<span>fragment case</span>)</li>
<li>If <var title="">node</var> is a <code>td</code> or
<code>th</code> element and <var title="">last</var> is false, then
switch the <span>insertion mode</span> to "<span title="insertion
- mode: in cell">in cell</span>" and jump to the step marked <i
+ mode: in cell">in cell</span>" and jump to the step labeled <i
title="">end</i>.</li>
<li>If <var title="">node</var> is a <code>tr</code> element, then
switch the <span>insertion mode</span> to "<span title="insertion
- mode: in row">in row</span>" and jump to the step marked <i
+ mode: in row">in row</span>" and jump to the step labeled <i
title="">end</i>.</li>
<li>If <var title="">node</var> is a <code>tbody</code>,
<code>thead</code>, or <code>tfoot</code> element, then switch the
<span>insertion mode</span> to "<span title="insertion mode: in
- table body">in table body</span>" and jump to the step marked <i
+ table body">in table body</span>" and jump to the step labeled <i
title="">end</i>.</li>
<li>If <var title="">node</var> is a <code>caption</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in caption">in caption</span>" and jump to
- the step marked <i title="">end</i>.</li>
+ the step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code>colgroup</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in column group">in column group</span>" and
- jump to the step marked <i title="">end</i>. (<span>fragment
+ jump to the step labeled <i title="">end</i>. (<span>fragment
case</span>)</li>
<li>If <var title="">node</var> is a <code>table</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in table">in table</span>" and jump to the
- step marked <i title="">end</i>.</li>
+ step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code>head</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in body">in body</span>" ("<span
title="insertion mode: in body">in body</span>"! <em> not "<span
title="insertion mode: in head">in head</span>"</em>!) and jump to
- the step marked <i title="">end</i>. (<span>fragment
+ the step labeled <i title="">end</i>. (<span>fragment
case</span>)</li> <!-- This is only here for now in case people
think that the spec accidentally omitted it and try to "fix"
it. Note that noscript-in-head is also handled this way. This is
@@ -82540,12 +82540,12 @@
<li>If <var title="">node</var> is a <code>body</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in body">in body</span>" and jump to the
- step marked <i title="">end</i>.</li>
+ step labeled <i title="">end</i>.</li>
<li>If <var title="">node</var> is a <code>frameset</code> element,
then switch the <span>insertion mode</span> to "<span
title="insertion mode: in frameset">in frameset</span>" and jump to
- the step marked <i title="">end</i>. (<span>fragment
+ the step labeled <i title="">end</i>. (<span>fragment
case</span>)</li>
<li>If <var title="">node</var> is an <code>html</code> element,
@@ -82554,7 +82554,7 @@
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, --> jump to the step marked <i
+ Then, <!-- in either case, --> jump to the step labeled <i
title="">end</i>. (<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 -->
@@ -82565,14 +82565,14 @@
<li>If <var title="">last</var> is true, then switch the
<span>insertion mode</span> to "<span title="insertion mode: in
- body">in body</span>" and jump to the step marked <i
+ body">in body</span>" and jump to the step labeled <i
title="">end</i>. (<span>fragment case</span>)</li>
<li>Let <var title="">node</var> now be the node before <var
title="">node</var> in the <span>stack of open
elements</span>.</li>
- <li>Return to the step marked <i>loop</i>.</li>
+ <li>Return to the step labeled <i>loop</i>.</li>
<li><i>End</i>: If <var title="">foreign</var> is true, switch the
<span>secondary insertion mode</span> to whatever the
@@ -87668,7 +87668,7 @@
node</span> (the bottommost node of the stack).</p></li>
<li><p>If <var title="">node</var> has the same tag name as
- the end tag token, then:</p>
+ the token, then:</p>
<ol>
@@ -88498,8 +88498,9 @@
with the same tag name as the token, then this is a
<span>parse error</span>.</p>
- <p>Pop elements from this stack until an element with the same
- tag name as the token has been popped from the stack.</p>
+ <p>Pop elements from the <span>stack of open elements</span> stack
+ until an element with the same tag name as the token has been
+ popped from the stack.</p>
<p><span>Clear the list of active formatting elements up to
the last marker</span>.</p>
More information about the Commit-Watchers
mailing list