<?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>22173</bug_id>
          
          <creation_ts>2013-05-27 07:45:34 +0000</creation_ts>
          <short_desc>Reporting missing opening tag when it&apos;s there</short_desc>
          <delta_ts>2015-08-23 07:07:30 +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>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://validator.w3.org/check?uri=chen.asraf.me</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="Chen Asraf">ohmrbigshot</reporter>
          <assigned_to name="Michael[tm] Smith">mike+validator</assigned_to>
          <cc>mike</cc>
    
    <cc>ohmrbigshot</cc>
          
          <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>88244</commentid>
    <comment_count>0</comment_count>
    <who name="Chen Asraf">ohmrbigshot</who>
    <bug_when>2013-05-27 07:45:34 +0000</bug_when>
    <thetext>HTML5 validator is reporting a missing opening tag for &lt;p&gt; when I clearly have the opening tag before it. If this is an error about a &lt;p&gt; tag no allowed where it is, then the description is ambiguous. 

Steps to reproduce: 
Not sure if this is reproducible in all websites, but here is a link to my validation page and see the error yourself. 
http://validator.w3.org/check?uri=chen.asraf.me

Actual error is:
No p element in scope but a p end tag seen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>89677</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-06-21 05:49:04 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; HTML5 validator is reporting a missing opening tag for &lt;p&gt; when I clearly
&gt; have the opening tag before it. If this is an error about a &lt;p&gt; tag no
&gt; allowed where it is, then the description is ambiguous. 

Please see http://validator.w3.org/nu/?showsource=yes&amp;doc=http%3A%2F%2Fchen.asraf.me%2F#l39c138

On line 38 you have an &lt;p&gt; start tag and a &lt;/p&gt; end tag -- which is all good -- but then on line 39 you have a &lt;/p&gt; end tag without a &lt;p&gt; start tag. 

&gt; Steps to reproduce: 
&gt; Not sure if this is reproducible in all websites, but here is a link to my
&gt; validation page and see the error yourself. 
&gt; http://validator.w3.org/check?uri=chen.asraf.me

For validating HTML5 documents, please consider using http://validator.w3.org/nu/ instead.

&gt; Actual error is:
&gt; No p element in scope but a p end tag seen.

Right -- that&apos;s because you don&apos;t have any &lt;p&gt; start tag on line 39.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>