validator allows border="none" on IMG

I noticed that a friend of mine's website validates as XHTML 1.O
Transitional, but he uses border="none" on images.

<img src="/images/tn_shutout.jpg" width="325" height="265" border="none" 
alt="shutout" />

http://validator.w3.org/check?uri=http://www.agnosticllama.com/&ss=1

border = pixels [CN]
Deprecated. This attribute specifies the width of an IMG or OBJECT
order, in pixels. The default value for this attribute depends on the
user agent.

1. Pixels: The value (%Pixels; in the DTD) is an integer that represents
the number of pixels of the canvas (screen, paper). Thus, the value "50"
means fifty pixels.

I'm guessing this is a bug in the validator, but please correct me if 
I'm wrong.

--
  Phillip M. Stewart
  pms@codenet.net
  http://www2.netdoor.com/~pms/

Received on Thursday, 14 March 2002 01:21:39 UTC