Re: unvalid HTML in Valid HTML stamp code

On Wed, 22 Jan 2003, Bruno Trevisan wrote:

>     It happens that while validating some pages I decided to include the
>     valid HTML 4.01 stamp provided when the page validates, by pasting
>     the code supplied in the w3c's page:
> 
>     <p>
>         <a href="http://validator.w3.org/check/referer"><img
>         src="http://www.w3.org/Icons/valid-html401"
>         alt="Valid HTML 4.01!" height="31" width="88"></a>
>     </p>
> 
>     Unfortunately, this code breaks HTML 4.10 strict validation ( height
>     and width in the image tag ). Will you correct this mistake for the
>     4.01 strict standard by using style="..." in the image tag ?

HTML 4.01 Strict allows height and width attributes for the img element.

-- 
Liam Quinn

Received on Wednesday, 22 January 2003 16:12:02 UTC