[html5] r1322 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Mar 3 02:05:10 PST 2008


Author: ianh
Date: 2008-03-03 02:05:09 -0800 (Mon, 03 Mar 2008)
New Revision: 1322

Modified:
   index
   source
Log:
[e] (0) clarify the 'reset the insertion mode appropriately' algorithm

Modified: index
===================================================================
--- index	2008-03-03 09:58:10 UTC (rev 1321)
+++ index	2008-03-03 10:05:09 UTC (rev 1322)
@@ -40878,8 +40878,8 @@
     href="#stack">stack of open elements</a>.
 
    <li>If <var title="">node</var> is the first node in the stack of open
-    elements, then set <var title="">last</var> to true. If the <var
-    title="">context</var> element of the <span>HTML fragment parsing
+    elements, then set <var title="">last</var> to true; if, in addition, the
+    <var title="">context</var> element of the <span>HTML fragment parsing
     algorithm is neither a <code><a href="#td">td</a></code> element nor a
     <code><a href="#th">th</a></code> element, then set <var
     title="">node</var> to the <var title="">context</var> element. (<a

Modified: source
===================================================================
--- source	2008-03-03 09:58:10 UTC (rev 1321)
+++ source	2008-03-03 10:05:09 UTC (rev 1322)
@@ -38136,12 +38136,12 @@
    <span>stack of open elements</span>.</li>
 
    <li>If <var title="">node</var> is the first node in the stack of
-   open elements, then set <var title="">last</var> to true. If the
-   <var title="">context</var> element of the <span>HTML fragment
-   parsing algorithm</var> is neither a <code>td</code> element nor a
-   <code>th</code> element, then set <var title="">node</var> to the
-   <var title="">context</var> element. (<span>fragment
-   case</span>)</li>
+   open elements, then set <var title="">last</var> to true; if, in
+   addition, the <var title="">context</var> element of the <span>HTML
+   fragment parsing algorithm</var> is neither a <code>td</code>
+   element nor a <code>th</code> element, then set <var
+   title="">node</var> to the <var title="">context</var>
+   element. (<span>fragment case</span>)</li>
 
    <li>If <var title="">node</var> is a <code>select</code> element,
    then switch the <span>insertion mode</span> to "<span




More information about the Commit-Watchers mailing list