<?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>5508</bug_id>
          
          <creation_ts>2008-02-27 20:53:03 +0000</creation_ts>
          <short_desc>&lt;/p&gt; flagged as not required when there is a matching &lt;p&gt;</short_desc>
          <delta_ts>2008-04-17 12:08:37 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.arkdisabilityrights.org/index.html</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="Robert Brown">robertbrown</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>19216</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Brown">robertbrown</who>
    <bug_when>2008-02-27 20:53:03 +0000</bug_when>
    <thetext>Starting line 170, &lt;/p&gt; is being flagged (twice) as not required because there is no open &lt;p&gt; element, when in fact there is an opening &lt;p&gt; just a few lines above it in both cases.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19847</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2008-04-17 12:08:37 +0000</bug_when>
    <thetext>The example document at the given URI has many errors but not the one you mention. 

In HTML some end tags can be omitted, and some constructs will be interpreted as implicitly closing them.
e.g
&lt;p&gt;some content&lt;div&gt;&lt;/div&gt;&lt;/p&gt;
will be interpreted, in HTML, where a &lt;p&gt;cannot contain a &lt;div&gt; but can be implicitely closed, as:
&lt;p&gt;some content&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;/p&gt;
You can see why the validator will see an issue with the &lt;/p&gt;

If you don&apos;t want this (implicit closing), you can use XHTML where all end tags are required.
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>