This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 894 - Greek in <thead> confuses the validator
Summary: Greek in <thead> confuses the validator
Status: RESOLVED INVALID
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: XHTML1.0 (show other bugs)
Version: CSS Validator
Hardware: Other Windows XP
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://tournaments.opaf.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 21:26 UTC by Takis Pournaras
Modified: 2005-03-01 14:38 UTC (History)
0 users

See Also:


Attachments

Description Takis Pournaras 2004-09-27 21:26:01 UTC
This is the portion of my XHTML file that doesn't validate:

<table>
  <thead>GREEK TEXT HERE</thead>
  <tr>
    <td>...</td>
    <td>...</td>
    <td>...</td>
  </tr>
  <tr>
    <td>...</td>
    <td>...</td>
    <td>...</td>
  </tr>
</table>

Mind that I have set the encoding correctly.
Comment 1 Bj 2004-09-28 01:28:33 UTC
Please have a look at the definition of the thead element in the HTML 4.01 
Recommendation, it seems you confuse it with <caption>; the Validator complains 
here because you have to include <tr>/<td> elements in the <thead> element. The 
encoding problems in the Validator output are known and probably subject of 
another Bugzilla entry, so this would be invalid/duplicate.