- From: Christian Roth <roth@visualclick.de>
- Date: Wed, 15 Jan 2003 23:54:17 +0100
- To: "www-style Mailing List" <www-style@w3.org>
Hello,
given this stylesheet:
.footnote\002e reference { vertical-align: super }
what is the selector's AttributeCondition.getValue() method expected to
return,
"footnote\002e reference"
or
"footnote.reference"?
Flute 1.3 returns the former, i.e. it seems not to unquote the value.
However, I would expect the parser to resolve the Unicode quote,
especially since there is no utility method to have the unquoting done in
SAC. Or have I missed something?
Regards, Christian.
Received on Wednesday, 15 January 2003 17:54:33 UTC