- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 05 Nov 2004 22:12:27 +0100
- To: "Ruud Vroon" <ruudvroon@hccnet.nl>
- Cc: <www-validator-css@w3.org>
* Ruud Vroon wrote: >If I go to http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fnew.aftertheparty.nl >I've get a message that mij site wasn't xhtml valid, but it is valid >(http://validator.w3.org/check?uri=http://new.aftertheparty.nl) You can usually trust the CSS Validator when it considers your document ill-formed, it has better XML/XHTML support than the Markup Validator, and the Markup Validator correctly notes in the Validation results The Validator XML support has some limitations (http://openjade.sourceforge.net/doc/xml.htm). Here your document uses class="sam_atas1"width="100%" which is not allowed in XML, there needs to be a space between " and width.
Received on Friday, 5 November 2004 21:13:09 UTC