- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 10 Jul 2010 13:11:03 +0200
- To: Mohamadou Nassourou <mohamadou.nassourou@uni-wuerzburg.de>
- Cc: www-style@w3.org
* Mohamadou Nassourou wrote:
>Using Flute parser in a project, I tried implementing the counter()
>function, but I found that a bracket was missing. Following is the
>code retrieved from Parser.jj
>
>instead of : else if ("counter".equals(f)) {
>
>it should have been: else if ("counter(".equals(f)) {
http://dev.w3.org/java/classes/org/w3c/flute/parser/Parser.jj does not
contain that, but the bundle on http://www.w3.org/Style/CSS/SAC/ does,
even though they claim to be the same version. Either way, please note
that both versions are about a decade old, and for all I know unmain-
tained.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Saturday, 10 July 2010 11:11:43 UTC