<?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>4025</bug_id>
          
          <creation_ts>2006-11-28 13:23:36 +0000</creation_ts>
          <short_desc>Fails to validate the following xhtml document containing tfoot</short_desc>
          <delta_ts>2006-11-28 14:45:42 +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></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="Matthias Steiner">me</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>13040</commentid>
    <comment_count>0</comment_count>
    <who name="Matthias Steiner">me</who>
    <bug_when>2006-11-28 13:23:36 +0000</bug_when>
    <thetext>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;

&lt;head&gt;
	&lt;title&gt;test&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;table class=&quot;form&quot;&gt;
	    &lt;tbody&gt;
	    	&lt;tr&gt;
		&lt;td&gt;test
		&lt;/td&gt;
		&lt;/tr&gt;
	    	
	    &lt;/tbody&gt;
	    &lt;tfoot&gt;
	    	&lt;tr&gt;
	    		&lt;td&gt;
	    		test
	    		&lt;/td&gt;
	    	&lt;/tr&gt;	    	
	    &lt;/tfoot&gt;             
	&lt;/table&gt;
&lt;p&gt;This should be valid IMHO!&lt;/p&gt;
&lt;/body&gt;

&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>13041</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2006-11-28 14:45:42 +0000</bug_when>
    <thetext>The sample given appears to be invalid.

[[
TFOOT must appear before TBODY within a TABLE definition so that user agents can render the foot before receiving all of the (potentially numerous) rows of data.
]] -- http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>