|
From: Bjoern H. <der...@gm...> - 2003-06-28 22:24:25
|
Hi Robin,
h1 { color: attr(color, color) }
As far as I understand, DocumentHandler::property should get something
like
LexicalUnit(ATTR)
=> [
LexicalUnit(IDENT),
LexicalUnit(COMMA),
LexicalUnit(IDENT)
]
but I get
LexicalUnit(ATTR)
=> "color, color"
with CSS::SAC. Other SAC implementations like Apache Batik return what I
expected. Is this intentional or fixed in CVS?
regards.
|