This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
get "Error found while checking this document as HTML5!" and "Line 9, Column 24: No p element in scope but a p end tag seen. " Correction: System is: Windows Vista There is no real error that I can determine; Code that can be used to recreate validation error is below: <!DOCTYPE HTML><html> <head><title>Test Bug</title> <meta charset="utf-8"> </head> <body> <p>Start with a paragraph - Add an ordered list <ol> <li>First</li> <li>Second</li></ol></p> </body></html>
<ol> may not appear in <p> so the <p> is implicitly closed immediately before the <ol> start tag. See also the HTML 5 related bug reporting instructions at http://validator.w3.org/feedback.html#bugreport