hixie: Tweak the steps to reduce the likelihood of bugs implementing the AAA. (whatwg r5163)

hixie: Tweak the steps to reduce the likelihood of bugs implementing the
AAA. (whatwg r5163)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4118&r2=1.4119&f=h
http://html5.org/tools/web-apps-tracker?from=5162&to=5163

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4118
retrieving revision 1.4119
diff -u -d -r1.4118 -r1.4119
--- Overview.html 14 Jul 2010 19:14:46 -0000 1.4118
+++ Overview.html 14 Jul 2010 19:19:22 -0000 1.4119
@@ -56990,10 +56990,6 @@
        <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
@@ -57003,6 +56999,10 @@
        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>

Received on Wednesday, 14 July 2010 19:20:02 UTC