html5/spec Overview.html,1.1019,1.1020

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12010

Modified Files:
	Overview.html 
Log Message:
Now that <p> is dealt with after looking for an <li> element, make sure we don't stop at <p>. (bug: 5796) (credit: hs) (whatwg r1831)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1019
retrieving revision 1.1020
diff -u -d -r1.1019 -r1.1020
--- Overview.html	30 Jun 2008 20:19:28 -0000	1.1019
+++ Overview.html	30 Jun 2008 21:58:48 -0000	1.1020
@@ -47640,11 +47640,12 @@
       <p>If <var title="">node</var> is not in the <a
        href="#formatting">formatting</a> category, and is not in the <a
        href="#phrasing1">phrasing</a> category, and is not an <code><a
-       href="#address">address</a></code> or <code><a
-       href="#div">div</a></code> element, then jump to the last step.
+       href="#address">address</a></code>, <code><a
+       href="#div">div</a></code>, or <code><a href="#p">p</a></code>
+       element, then jump to the last step.
      </li>
-     <!-- an element <foo> is in this list if
-     the following markup:
+     <!-- an element
+     <foo> is in this list if the following markup:
 
          <!DOCTYPE html><body><ol><li><foo><li>
 
@@ -47688,11 +47689,12 @@
       <p>If <var title="">node</var> is not in the <a
        href="#formatting">formatting</a> category, and is not in the <a
        href="#phrasing1">phrasing</a> category, and is not an <code><a
-       href="#address">address</a></code> or <code><a
-       href="#div">div</a></code> element, then jump to the last step.
+       href="#address">address</a></code>, <code><a
+       href="#div">div</a></code>, or <code><a href="#p">p</a></code>
+       element, then jump to the last step.
      </li>
-     <!-- an element <foo> is in this list if
-     the following markup:
+     <!-- an element
+     <foo> is in this list if the following markup:
 
          <!DOCTYPE html><body><dl><dt><foo><dt>
 

Received on Monday, 30 June 2008 21:59:27 UTC