validator bug?

I tried validating a page as HTML 4.0 Transitional and the validator is trying
to tell me that there is no attribute "NAME" for an image!  But looking in the
attribute list for images in HTML4, I clearly see a "NAME".  Is this a bug in
the validator?

<from validator>
Line 139, column 49:
  ... ="community_off.gif" border=0 name="community" alt="Communit ...
                                         ^
Error: there is no attribute "NAME"


<from http://www.w3.org/TR/html401/struct/objects.html#edef-IMG>
<!ATTLIST IMG
  %attrs;                              -- %coreattrs, %i18n, %events --
  src         %URI;          #REQUIRED -- URI of image to embed --
  alt         %Text;         #REQUIRED -- short description --
  longdesc    %URI;          #IMPLIED  -- link to long description
                                          (complements alt) --
  name        CDATA          #IMPLIED  -- name of image for scripting --
  height      %Length;       #IMPLIED  -- override height --
  width       %Length;       #IMPLIED  -- override width --
  usemap      %URI;          #IMPLIED  -- use client-side image map --
  ismap       (ismap)        #IMPLIED  -- use server-side image map --
  >

Received on Monday, 14 February 2000 11:06:19 UTC