1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
* Changed the grammar to support vendor-extension stylekeys. Vendor
specific stylekeys must be preceeded with '-x-vendorname-', for instance
'-x-moz-' for keys defined by the Mozilla foundation. Both "_" and "-"
have been added as valid name-token-chars.
23-Apr-2006: Flute 1.3-jfree
* Changed the grammar to accept namespaces. As we have to co-exist with
Birt, we can't change the overal semantics; therefore we map the raw-
strings into the single name-property and leave the namespace parameter
unused.
LibLayout's SelectorFactory later parses that raw-format and translates
the prefixes into URIs. The same happens for attribute values for the
'attr(..)' function (This seems to be the only place in the value space,
where namespaces are used at all.)
While working on it, I changed what seemed to be a bug in the LexicalUnit
class: 'Ident'-Units should not print themself as 'attr(..)' functions.
|