NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 260 - Now that <p> is dealt with after looking for an <li> element, make sure we don't stop at <p>. (bug: 5796) (credit: hs)
Now that <p> is dealt with after looking for an <li> element, make sure we do...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-22 15:34 CEST by Henri Sivonen
Modified: 2008-07-22 17:41 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-07-22 15:34:29 CEST
Index: source
===================================================================
--- source	(revision 1830)
+++ source	(revision 1831)
@@ -44658,9 +44658,9 @@
      <li><p>If <var title="">node</var> is not in the
      <span>formatting</span> category, and is not in the
      <span>phrasing</span> category, and is not an
-     <code>address</code> or <code>div</code> element, then jump to
-     the last step.</p></li> <!-- an element <foo> is in this list if
-     the following markup:
+     <code>address</code>, <code>div</code>, or <code>p</code>
+     element, then jump to the last step.</p></li> <!-- an element
+     <foo> is in this list if the following markup:
 
          <!DOCTYPE html><body><ol><li><foo><li>
 
@@ -44707,9 +44707,9 @@
      <li><p>If <var title="">node</var> is not in the
      <span>formatting</span> category, and is not in the
      <span>phrasing</span> category, and is not an
-     <code>address</code> or <code>div</code> element, then jump to
-     the last step.</p></li> <!-- an element <foo> is in this list if
-     the following markup:
+     <code>address</code>, <code>div</code>, or <code>p</code>
+     element, then jump to the last step.</p></li> <!-- an element
+     <foo> is in this list if the following markup:
 
          <!DOCTYPE html><body><dl><dt><foo><dt>