Skip to content

Commit

Permalink
[e] (0) Tweak the steps to reduce the likelihood of bugs implementing…
Browse files Browse the repository at this point in the history
… the AAA.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10096

git-svn-id: http://svn.whatwg.org/webapps@5163 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2010
1 parent c328f25 commit fa9683a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -82191,10 +82191,6 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<li>Otherwise, if <var title="">node</var> is the <var title="">formatting element</var>, then go to the next step
in the overall algorithm.</li>

<li>Otherwise, if <var title="">last node</var> is the <var title="">furthest block</var>, then move the aforementioned
bookmark to be immediately after the <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active formatting
elements</a>.</li>

<li><a href=#create-an-element-for-the-token>Create an element for the token</a> for which the
element <var title="">node</var> was created, replace the entry
for <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active
Expand All @@ -82204,6 +82200,10 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
element, and let <var title="">node</var> be the new
element.</li>

<li>If <var title="">last node</var> is the <var title="">furthest block</var>, then move the aforementioned
bookmark to be immediately after the new <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active formatting
elements</a>.</li>

<li>Insert <var title="">last node</var> into <var title="">node</var>, first removing it from its previous
parent node if any.</li>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -75432,10 +75432,6 @@ document.body.appendChild(text);
<li>Otherwise, if <var title="">node</var> is the <var title="">formatting element</var>, then go to the next step
in the overall algorithm.</li>

<li>Otherwise, if <var title="">last node</var> is the <var title="">furthest block</var>, then move the aforementioned
bookmark to be immediately after the <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active formatting
elements</a>.</li>

<li><a href=#create-an-element-for-the-token>Create an element for the token</a> for which the
element <var title="">node</var> was created, replace the entry
for <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active
Expand All @@ -75445,6 +75441,10 @@ document.body.appendChild(text);
element, and let <var title="">node</var> be the new
element.</li>

<li>If <var title="">last node</var> is the <var title="">furthest block</var>, then move the aforementioned
bookmark to be immediately after the new <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active formatting
elements</a>.</li>

<li>Insert <var title="">last node</var> into <var title="">node</var>, first removing it from its previous
parent node if any.</li>

Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -93841,12 +93841,6 @@ document.body.appendChild(text);
title="">formatting element</var>, then go to the next step
in the overall algorithm.</li>

<li>Otherwise, if <var title="">last node</var> is the <var
title="">furthest block</var>, then move the aforementioned
bookmark to be immediately after the <var
title="">node</var> in the <span>list of active formatting
elements</span>.</li>

<li><span>Create an element for the token</span> for which the
element <var title="">node</var> was created, replace the entry
for <var title="">node</var> in the <span>list of active
Expand All @@ -93856,6 +93850,12 @@ document.body.appendChild(text);
element, and let <var title="">node</var> be the new
element.</li>

<li>If <var title="">last node</var> is the <var
title="">furthest block</var>, then move the aforementioned
bookmark to be immediately after the new <var
title="">node</var> in the <span>list of active formatting
elements</span>.</li>

<li>Insert <var title="">last node</var> into <var
title="">node</var>, first removing it from its previous
parent node if any.</li>
Expand Down

0 comments on commit fa9683a

Please sign in to comment.