- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Jul 2008 09:41:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18245
Modified Files:
	Overview.html 
Log Message:
duh, no do (whatwg r1962)
Index: Overview.html
===================================================================
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:50:00 UTC