[html5] r880 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 8 18:02:32 PDT 2007


Author: ianh
Date: 2007-06-08 18:02:29 -0700 (Fri, 08 Jun 2007)
New Revision: 880

Modified:
   index
   source
Log:
[act] (0) Parse errors for <li> <dt> <dd> closing other elements.

Modified: index
===================================================================
--- index	2007-06-09 00:48:02 UTC (rev 879)
+++ index	2007-06-09 01:02:29 UTC (rev 880)
@@ -35994,7 +35994,8 @@
            href="#li">li</a></code> element, then pop all the nodes from the
            <a href="#current4">current node</a> up to <var
            title="">node</var>, including <var title="">node</var>, then stop
-           this algorithm.
+           this algorithm. If more than one node is popped, then this is a <a
+           href="#parse">parse error</a>.
 
          <li>
           <p>If <var title="">node</var> is not in the <a
@@ -36042,7 +36043,9 @@
            href="#dd">dd</a></code> or <code><a href="#dt">dt</a></code>
            element, then pop all the nodes from the <a
            href="#current4">current node</a> up to <var title="">node</var>,
-           including <var title="">node</var>, then stop this algorithm.
+           including <var title="">node</var>, then stop this algorithm. If
+           more than one node is popped, then this is a <a
+           href="#parse">parse error</a>.
 
          <li>
           <p>If <var title="">node</var> is not in the <a

Modified: source
===================================================================
--- source	2007-06-09 00:48:02 UTC (rev 879)
+++ source	2007-06-09 01:02:29 UTC (rev 880)
@@ -33407,10 +33407,12 @@
          <li><p>Initialise <var title="">node</var> to be the <span>current
          node</span> (the bottommost node of the stack).</p></li>
 
-         <li><p>If <var title="">node</var> is an <code>li</code> element, then
-         pop all the nodes from the <span>current node</span> up to
-         <var title="">node</var>, including <var title="">node</var>, then stop this
-         algorithm.</p></li>
+         <li><p>If <var title="">node</var> is an <code>li</code>
+         element, then pop all the nodes from the <span>current
+         node</span> up to <var title="">node</var>, including <var
+         title="">node</var>, then stop this algorithm. If more than
+         one node is popped, then this is a <span>parse
+         error</span>.</p></li>
 
          <li><p>If <var title="">node</var> is not in the
          <span>formatting</span> category, and is not in the
@@ -33453,8 +33455,10 @@
 
          <li><p>If <var title="">node</var> is a <code>dd</code> or
          <code>dt</code> element, then pop all the nodes from the
-         <span>current node</span> up to <var title="">node</var>, including
-         <var title="">node</var>, then stop this algorithm.</p></li>
+         <span>current node</span> up to <var title="">node</var>,
+         including <var title="">node</var>, then stop this algorithm.
+         If more than one node is popped, then this is a <span>parse
+         error</span>.</p></li>
 
          <li><p>If <var title="">node</var> is not in the
          <span>formatting</span> category, and is not in the




More information about the Commit-Watchers mailing list