DUH! (was:prosposal: addition of type attribute to <link>)

Never mind that last message.  I didn't think TYPE was
in the "Style Sheets and HTML 3" technical report,
but it is.

http://www.w3.org/pub/WWW/TR/WD-style#linktag

Link is listed as follows:

    <!ELEMENT LINK - O EMPTY>
    <!ATTLIST LINK
        href    CDATA     #REQUIRED  -- Uniform Resource Locator
--
        title   CDATA     #IMPLIED   -- advisory title string --
        rel     CDATA     #IMPLIED   -- forward link type --
        rev     CDATA     #IMPLIED   -- reverse link type --
        type    CDATA     #IMPLIED   -- advisory Internet media
type --
        >

hmmm.... I notice it's CDATA instead of %CONTENT-TYPE.


Charles.

Received on Tuesday, 21 May 1996 20:34:58 UTC