Re: outright error in error message?

"Magda Wojtyra" <magda@rna.ca> writes:
> I am using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> and the
> element in question is an image, so a border is perfectly fine.

Nope:

<!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 --
  >

DES
-- 
Dag-Erling Smørgrav - des@des.no

Received on Thursday, 29 October 2009 20:57:42 UTC