<?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>894</bug_id>
          
          <creation_ts>2004-09-27 21:26:01 +0000</creation_ts>
          <short_desc>Greek in &lt;thead&gt; confuses the validator</short_desc>
          <delta_ts>2005-03-01 14:38:09 +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>Other</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://tournaments.opaf.org</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="Takis Pournaras">pournaras</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>2374</commentid>
    <comment_count>0</comment_count>
    <who name="Takis Pournaras">pournaras</who>
    <bug_when>2004-09-27 21:26:01 +0000</bug_when>
    <thetext>This is the portion of my XHTML file that doesn&apos;t validate:

&lt;table&gt;
  &lt;thead&gt;GREEK TEXT HERE&lt;/thead&gt;
  &lt;tr&gt;
    &lt;td&gt;...&lt;/td&gt;
    &lt;td&gt;...&lt;/td&gt;
    &lt;td&gt;...&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;...&lt;/td&gt;
    &lt;td&gt;...&lt;/td&gt;
    &lt;td&gt;...&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

Mind that I have set the encoding correctly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2375</commentid>
    <comment_count>1</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2004-09-28 01:28:33 +0000</bug_when>
    <thetext>Please have a look at the definition of the thead element in the HTML 4.01 
Recommendation, it seems you confuse it with &lt;caption&gt;; the Validator complains 
here because you have to include &lt;tr&gt;/&lt;td&gt; elements in the &lt;thead&gt; element. The 
encoding problems in the Validator output are known and probably subject of 
another Bugzilla entry, so this would be invalid/duplicate.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>