After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143308 - Parsing non-trivial functional notations
Parsing non-trivial functional notations
Status: RESOLVED FIXED
Product: libcroco
Classification: Core
Component: General
unspecified
Other All
: Low trivial
: ---
Assigned To: libcroco maintainers
libcroco maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-27 21:08 UTC by Björn Höhrmann
Modified: 2006-05-01 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Björn Höhrmann 2004-05-27 21:08:20 UTC
CVS HEAD fails to parse unknown functional notations if their value consists of 
more than a single term, for example, declarations like

  foo { bar: attr(x, y) }
  foo { bar: attr(width, length, calc(70% - 5px)) }

are considered erroneous and the property handler does not get called.
Comment 1 Dodji Seketeli 2004-05-30 00:00:16 UTC
Hi, this bug is fixed in 
+ CVS HEAD (future libcroco 0.6.x series), see ChangeLog file revision 1.122.
+ CVS gnome-2-6 serie (the libcroco .0.5.x series), see ChangeLog file revision
1.115.2.5 
+ libcroco--mainline--0.1--patch-34 and libcroco--mainline--0.1--patch-25 in arch.

I will let the bug open untill libcroco 0.5.2 get released.

Thank you for reporting it.

Dodji.
Comment 2 Dominic Lachowicz 2006-05-01 17:41:26 UTC
Closing as FIXED. Thanks.