spec/Overview.html 1.1153 1962 duh, no do (whatwg r1962)

duh, no do (whatwg r1962)

In addition, whenever you exit a node, after doing the steps above, if current section is not null, associate the node with the section current section.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1153.html#associatedSection

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1152&r2=1.1153&f=h
http://html5.org/tools/web-apps-tracker?from=1961&to=1962

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1152
retrieving revision 1.1153
diff -u -d -r1.1152 -r1.1153
--- Overview.html 30 Jul 2008 09:32:18 -0000 1.1152
+++ Overview.html 30 Jul 2008 09:41:09 -0000 1.1153
@@ -11492,7 +11492,7 @@
 
    <pre>function (root, enter, exit) {
   var node = root;
-  start: do while (node) {
+  start: while (node) {
     enter(node);
     if (node.firstChild) {
       node = node.firstChild;

Received on Wednesday, 30 July 2008 09:53:14 UTC