html5/spec spec.html,1.1058,1.1059 tokenization.html,1.12,1.13

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

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

[updated by splitter]


Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- tokenization.html	14 Jul 2010 19:16:53 -0000	1.12
+++ tokenization.html	14 Jul 2010 19:26:46 -0000	1.13
@@ -4083,10 +4083,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="parsing.html#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="parsing.html#list-of-active-formatting-elements">list of active
@@ -4096,6 +4092,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="parsing.html#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>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1058
retrieving revision 1.1059
diff -u -d -r1.1058 -r1.1059
--- spec.html	14 Jul 2010 19:16:53 -0000	1.1058
+++ spec.html	14 Jul 2010 19:26:46 -0000	1.1059
@@ -333,7 +333,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4118.
+This is revision 1.4119.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 14 July 2010 19:26:49 UTC