File: ChangeLog

package info (click to toggle)
flute 1%3A1.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 736 kB
  • sloc: java: 9,067; xml: 1,531; makefile: 18
file content (18 lines) | stat: -rw-r--r-- 984 bytes parent folder | download | duplicates (4)
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.