- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 13 Mar 2010 04:32:05 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9238 Summary: <p><ol><li></li></ol></p> gets fals error Product: Validator Version: HEAD Platform: PC URL: computer html file OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: HTML5 AssignedTo: dave.null@w3.org ReportedBy: Howard_Cary_Morris@hotmail.com QAContact: www-validator-cvs@w3.org 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> -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Saturday, 13 March 2010 04:32:09 UTC