- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 22 Oct 2004 01:56:46 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=859
ot@w3.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |enhancement
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|img tag not correctly closed|"add this code to your page"
|for a xhtml 1.0 document |should have x/html warning
| |when validating css-only
| |docs
------- Additional Comments From ot@w3.org 2004-10-22 01:56 -------
The relevant code is somewhere around
http://dev.w3.org/cvsweb/2002/css-validator/org/w3c/css/css/
and as far as I can tell, the current code ties the "default" (as in non html or xhtml specific) message to
either of the specific ones (that is, ties to [x]html.properties.lang).
CssParser.java: * StyleSheetGenerator.setDocumentBase("html.properties");
I am patching both html.properties and xhtml.properties to include a warning about "the other".
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Friday, 22 October 2004 01:56:47 UTC