[html5] r6091 - [e] (0) try to clarify that this algorithm a little

whatwg at whatwg.org whatwg at whatwg.org
Thu May 5 17:16:53 PDT 2011


Author: ianh
Date: 2011-05-05 17:16:52 -0700 (Thu, 05 May 2011)
New Revision: 6091

Modified:
   complete.html
   index
   source
Log:
[e] (0) try to clarify that this algorithm a little

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 00:05:23 UTC (rev 6090)
+++ complete.html	2011-05-06 00:16:52 UTC (rev 6091)
@@ -17834,8 +17834,8 @@
     the first relevant step below for each element as you enter and
     exit it.</p>
 
-    <dl class=switch><dt>If the top of the stack is an element, and you are exiting
-     that element</dt>
+    <dl class=switch><dt>If you are exiting an element and that element is the element
+     at the top of the stack</dt>
 
      <dd>
 

Modified: index
===================================================================
--- index	2011-05-06 00:05:23 UTC (rev 6090)
+++ index	2011-05-06 00:16:52 UTC (rev 6091)
@@ -17859,8 +17859,8 @@
     the first relevant step below for each element as you enter and
     exit it.</p>
 
-    <dl class=switch><dt>If the top of the stack is an element, and you are exiting
-     that element</dt>
+    <dl class=switch><dt>If you are exiting an element and that element is the element
+     at the top of the stack</dt>
 
      <dd>
 

Modified: source
===================================================================
--- source	2011-05-06 00:05:23 UTC (rev 6090)
+++ source	2011-05-06 00:16:52 UTC (rev 6091)
@@ -19121,8 +19121,8 @@
 
     <dl class="switch">
 
-     <dt>If the top of the stack is an element, and you are exiting
-     that element</dt>
+     <dt>If you are exiting an element and that element is the element
+     at the top of the stack</dt>
 
      <dd>
 




More information about the Commit-Watchers mailing list