There are a few things that the validator could warn about: - empty class="" attribute does not seem to be allowed, but is not reported by the validator - HTML-comments inside of CSS and script tags are legal XHTML, but will cause content to be ignored by XHTML-conformant browsers - tags with non-empty content model in HTML4 should be closed explicitly in XHTML to ensure interoperability; the validator could warn in such situations when validating XHTML (e.g. <a id="foo" name="foo"></a> and not <a id="foo" name="foo" />) - named HTML entities like © are legal in XHTML when specifiying a DTD, but a non-validating browser is free to ignore the DTD and thus not know them; thus when using named entities except > / < / "e; / & in XHTML, the validator should warn Best regards and thanks for the validator service ChristianReceived on Wednesday, 7 November 2007 15:03:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:49:04 GMT