Minor
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 23 Oct 2009 14:39:06 +0000
changeset 169 28586feb25c7
parent 168 673bfb3bc9c7
child 170 2e921415fa18
Minor
testsuite/web-framework/HTML5_player.js
--- a/testsuite/web-framework/HTML5_player.js	Fri Oct 23 14:34:29 2009 +0000
+++ b/testsuite/web-framework/HTML5_player.js	Fri Oct 23 14:39:06 2009 +0000
@@ -24,8 +24,8 @@
     };
 }
 
+var XHTML_NS = "http://www.w3.org/1999/xhtml";
 var DFXP_NS = "http://www.w3.org/2006/10/ttaf1";
-var XHTML_NS = "http://www.w3.org/1999/xhtml";
 var DFXP_NS_Parameter = "http://www.w3.org/2006/10/ttaf1#parameter";
 var DFXP_NS_Style = "http://www.w3.org/2006/10/ttaf1#styling";
 var DFXP_NS_Style_Extensions = "http://www.w3.org/2006/10/ttaf1#style-extension";
@@ -519,7 +519,8 @@
     }
 
     // for each node, we're going to compute the time container and
-    // its corresponding relative time interval.
+    // its corresponding relative time interval (relative to its parent
+    // or its previous sibling)
     //
     // we'll decorate the tree with the results:
     //   dfxpNode.tContainer
@@ -587,7 +588,7 @@
 
     // set the relative time interval. 
     // for a par, its' relative to its parent.
-    // for a seq, it's relative to its previous sibling or the its
+    // for a seq, it's relative to its previous sibling or the
     // parent if no previous sibling.
     dfxpNode.rBegin = begin;  // 0 or higher
     dfxpNode.rEnd   = end;    // TIME_INDEFINITE or >= begin