- From: Frank Ellermann <nobody@xyzzy.claranet.de>
- Date: Mon, 28 Nov 2005 09:50:04 +0100
- To: www-validator@w3.org
Arioch wrote: > Strangely two official validators foudn different errors in > same XML document :( That's not strange, the CSS validator tries to find errors in the CSS of an (X)HTML document, and it could be lost if this document is invalid (X)HTML. To check the latter there's a separate (X)HTML validator. The CSS validator looks only at the minimum of (X)HTML it needs to find the CSS. And the (X)HTML validator ignores all CSS details as long as it finds the end, e.g. the right double quote for a style="...". Bye, Frank
Received on Monday, 28 November 2005 08:55:30 UTC