<?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>10608</bug_id>
          
          <creation_ts>2010-09-12 10:47:39 +0000</creation_ts>
          <short_desc>HTML table: Incorrect validation error description</short_desc>
          <delta_ts>2015-08-23 07:07:34 +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>NEEDSINFO</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>venn85</reporter>
          <assigned_to name="Michael[tm] Smith">mike</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>38906</commentid>
    <comment_count>0</comment_count>
    <who name="">venn85</who>
    <bug_when>2010-09-12 10:47:39 +0000</bug_when>
    <thetext>According to w3c, the &lt;td&gt; tags must be always located inside &lt;tr&gt; tag.
An overlapping &lt;td&gt; outside &lt;tr&gt; will always invalidate a documents.

However, when you validate a page with that kind of error, W3C validator will tell you have missing &lt;table&gt; start tag instead. Regardless of the presence of the &lt;table&gt; tag.

To be exact, w3c will generate Error 66,
&quot;document type does not allow element &quot;tr&quot; here; assuming MISSING &quot;table&quot; start-tag&quot;

and

Error 70
&quot;70: end tag for table omitted, but OMITTAG NO was specified&quot;

This could be confusing to web developer/designer relying on W3C validator to produce standard compliant webpage.

Perhaps, the more proper error for a &lt;td&gt; outside &lt;tr&gt; is Error 73 (end tag for X which is not finished). Error 73 also has clear explanation regarding usage of element which requires a child element.

I apologise if I submit this e-mail to the wrong component, but I do believe this issue needs to be brought up.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42443</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2010-11-11 18:15:07 +0000</bug_when>
    <thetext>please provide a test case</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>