- From: Benjamin C. W. Sittler <bsittler@nmt.edu>
- Date: Wed, 21 Aug 1996 13:53:51 -0600 (MDT)
- To: HTML/SGML Stylesheet Discussion Group <www-style@w3.org>
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