Re: What's wrong with <object>?

In a future version of CSS, one could use a "replace" property to
implement OBJECT:

/* I'm using @attr(X) as a reference to the value of attribute X of the
   current element */

OBJECT {
   replace: url(@attr(DATA)) /* this doesn't handle OBJECT DECLARE
                                properly */
}

Received on Wednesday, 21 August 1996 15:54:16 UTC