When I validate a document as XHTML 1.1, I get the following code to insert a "w3c xhtml" image, but when I insert this code, the page doesn't validate anymore ! In fact, this code uses the "height" and "width" attributes, which are deprecated in XHTML 1.1 ... This is easy to correct (use css instead of attributes) but shouldnąt the validator always give correct code ? ;) <p> <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1!" height="31" width="88" /></a> ^^^^^^^^^^^^^^^^^^^^ problem here </p>Received on Saturday, 22 September 2001 11:54:25 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:24 UTC