<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>9238</bug_id>
          
          <creation_ts>2010-03-13 04:32:04 +0000</creation_ts>
          <short_desc>&lt;p&gt;&lt;ol&gt;&lt;li&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt; gets fals error</short_desc>
          <delta_ts>2015-08-23 07:07:42 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>computer html file</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Howard Cary Morris">Howard_Cary_Morris</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>32926</commentid>
    <comment_count>0</comment_count>
    <who name="Howard Cary Morris">Howard_Cary_Morris</who>
    <bug_when>2010-03-13 04:32:04 +0000</bug_when>
    <thetext>get &quot;Error found while checking this document as HTML5!&quot;
and &quot;Line 9, Column 24: No p element in scope but a p end tag seen. &quot;

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:

&lt;!DOCTYPE HTML&gt;&lt;html&gt;
&lt;head&gt;&lt;title&gt;Test Bug&lt;/title&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Start with a paragraph - Add an ordered list
&lt;ol&gt;
&lt;li&gt;First&lt;/li&gt;
&lt;li&gt;Second&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32942</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2010-03-14 11:37:09 +0000</bug_when>
    <thetext>&lt;ol&gt; may not appear in &lt;p&gt; so the &lt;p&gt; is implicitly closed immediately before the &lt;ol&gt; start tag.  See also the HTML 5 related bug reporting instructions at http://validator.w3.org/feedback.html#bugreport</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>