<?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>3542</bug_id>
          
          <creation_ts>2006-07-30 20:23:49 +0000</creation_ts>
          <short_desc>XML Validation Error</short_desc>
          <delta_ts>2006-07-31 08:53:26 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>XHTML1.0</component>
          <version>CSS Validator</version>
          <rep_platform>Macintosh</rep_platform>
          <op_sys>MacOS X</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://jigsaw.w3.org/css-validator/validator?profile=css3&amp;uri=http://securecc.homeip.net/install/shop/index.php</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="Ben Harper">ben_harper</reporter>
          <assigned_to name="Olivier Thereaux">ot</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>10880</commentid>
    <comment_count>0</comment_count>
    <who name="Ben Harper">ben_harper</who>
    <bug_when>2006-07-30 20:23:49 +0000</bug_when>
    <thetext>To the best of my knowledge, XHTML would never require a &lt;/img&gt; tag, yet when I validate my page, it returns this error:

Please, validate your XML document first!
Line 12
Column 5679
The element type &quot;img&quot; must be terminated by the matching end-tag &quot;&lt;/img&gt;&quot;.

The URL is http://securecc.homeip.net/install/shop/index.php

I really think that the CSS Validator should use the W3C Markup Validation Service parser to validate the page rather than having it&apos;s own. It should be consistent with the Markup Validation Service in it&apos;s results, since the two go hand-in-hand.

Best,

Ben Harper</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10882</commentid>
    <comment_count>1</comment_count>
    <who name="Robin Whittleton">robin</who>
    <bug_when>2006-07-31 08:53:26 +0000</bug_when>
    <thetext>When using XHTML all elements should be closed normally (&lt;element&gt;&lt;/element&gt;) or self-closing (&lt;element/&gt;). As &lt;img&gt; is an empty element it should be self-closing (&lt;img/&gt;) but you&apos;re page doesn&apos;t close it (&lt;img&gt;). Add in the closing slash and the problem will go away.

--&gt; INVALID</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>