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 5232 - Validator claims "table" is not in the XHTML Strict spec
Summary: Validator claims "table" is not in the XHTML Strict spec
Status: RESOLVED INVALID
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.8.2
Hardware: PC Linux
: P2 critical
Target Milestone: 0.8.3
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://validator.w3.org/check?uri=htt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-27 18:48 UTC by doodle62
Modified: 2007-10-28 09:16 UTC (History)
0 users

See Also:


Attachments

Description doodle62 2007-10-27 18:48:37 UTC
The validator claims the "table" tag and all of it's attributes, INCLUDING EVEN THE "STYLE" ATTRIBUTE, are not in the XHTML 1.0 Strict specification. It caused 275 validation errors on my site, and that is not what we want to show our visitors.
Comment 1 Ville Skyttä 2007-10-28 09:16:14 UTC
(In reply to comment #0)
> The validator claims the "table" tag and all of it's attributes, INCLUDING EVEN
> THE "STYLE" ATTRIBUTE, are not in the XHTML 1.0 Strict specification.

No, it doesn't, it says "TABLE" (UPPERCASE) is not, and gives an explanation:

"This error is often caused by: [...] by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case)."