HTML 3.2 PR

I'd just like to reiterate a comment I made before:

AREA should get the REL, REV, and TITLE attributes on the grounds that an
AREA is just a fancy way of presenting a normal link.

SGMLishly:

<!ATTLIST AREA
    shape   %SHAPE  rect
    coords  %COORDS #IMPLIED  -- always needed except for shape=default --
    href    %URL    #IMPLIED  -- this region acts as hypertext link --
    nohref (nohref) #IMPLIED  -- this region has no action --
    alt     CDATA   #REQUIRED
    rel     CDATA   #IMPLIED    -- forward link types --
    rev     CDATA   #IMPLIED    -- reverse link types --
    title   CDATA   #IMPLIED    -- advisory title string --
    >

	-- Mary
	   Holstege@firstfloor.com

| Mary Holstege, PhD
| First Floor Software                    (415) 254-5161
| 444 Castro Street, Suite 200            (415) 968-1193 (Fax)
| Mountain View, CA 94041

Received on Monday, 11 November 1996 13:48:36 UTC