html5/spec Overview.html,1.4118,1.4119

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9194

Modified Files:
	Overview.html 
Log Message:
Tweak the steps to reduce the likelihood of bugs implementing the AAA. (whatwg r5163)

Index: Overview.html
===================================================================
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:19:27 UTC