Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Make this more consistent with other prose, for clarity.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16083
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7340 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 12, 2012
1 parent ae97dba commit 115de8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -93339,13 +93339,13 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<
an element in the <a href=#special>special</a> category. There might not
be one.</li>

<li><p>If there is no <var title="">furthest block</var>,
then the UA must skip the subsequent steps and instead just
pop all the nodes from the bottom of the <a href=#stack-of-open-elements>stack of open
elements</a>, from the <a href=#current-node>current node</a> up to and
including the <var title="">formatting element</var>, and
remove the <var title="">formatting element</var> from the
<a href=#list-of-active-formatting-elements>list of active formatting elements</a>.</li>
<li><p>If there is no <var title="">furthest block</var>, then
the UA must first pop all the nodes from the bottom of the
<a href=#stack-of-open-elements>stack of open elements</a>, from the <a href=#current-node>current
node</a> up to and including the <var title="">formatting
element</var>, then remove the <var title="">formatting
element</var> from the <a href=#list-of-active-formatting-elements>list of active formatting
elements</a>, and finally abort these steps.</li>

<li><p>Let the <var title="">common ancestor</var> be the element
immediately above the <var title="">formatting element</var> in the
Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -93339,13 +93339,13 @@ document.body.appendChild(text);
an element in the <a href=#special>special</a> category. There might not
be one.</li>

<li><p>If there is no <var title="">furthest block</var>,
then the UA must skip the subsequent steps and instead just
pop all the nodes from the bottom of the <a href=#stack-of-open-elements>stack of open
elements</a>, from the <a href=#current-node>current node</a> up to and
including the <var title="">formatting element</var>, and
remove the <var title="">formatting element</var> from the
<a href=#list-of-active-formatting-elements>list of active formatting elements</a>.</li>
<li><p>If there is no <var title="">furthest block</var>, then
the UA must first pop all the nodes from the bottom of the
<a href=#stack-of-open-elements>stack of open elements</a>, from the <a href=#current-node>current
node</a> up to and including the <var title="">formatting
element</var>, then remove the <var title="">formatting
element</var> from the <a href=#list-of-active-formatting-elements>list of active formatting
elements</a>, and finally abort these steps.</li>

<li><p>Let the <var title="">common ancestor</var> be the element
immediately above the <var title="">formatting element</var> in the
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -108235,13 +108235,13 @@ document.body.appendChild(text);
an element in the <span>special</span> category. There might not
be one.</p></li>

<li><p>If there is no <var title="">furthest block</var>,
then the UA must skip the subsequent steps and instead just
pop all the nodes from the bottom of the <span>stack of open
elements</span>, from the <span>current node</span> up to and
including the <var title="">formatting element</var>, and
remove the <var title="">formatting element</var> from the
<span>list of active formatting elements</span>.</p></li>
<li><p>If there is no <var title="">furthest block</var>, then
the UA must first pop all the nodes from the bottom of the
<span>stack of open elements</span>, from the <span>current
node</span> up to and including the <var title="">formatting
element</var>, then remove the <var title="">formatting
element</var> from the <span>list of active formatting
elements</span>, and finally abort these steps.</p></li>

<li><p>Let the <var title="">common ancestor</var> be the element
immediately above the <var title="">formatting element</var> in the
Expand Down

0 comments on commit 115de8c

Please sign in to comment.