1 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: Ignore property which is not supported by the |
4 |
|
application. Support for properties with a keyword being |
5 |
|
able to be specified is added. |
6 |
|
|
7 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm: At-keywords were not case-insensitive. |
10 |
|
Support for property value parsing. Empty declarations |
11 |
|
were not supported. Raise errors for broken declarations. |
12 |
|
Parser and serializer definition for |color| is added. |
13 |
|
|
14 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Parser.pm: Support for |@namespace| rule. |
17 |
|
|
18 |
|
* SelectorsSerializer.pm: Support for |lookup_namespace_prefix| |
19 |
|
parameter is added. |
20 |
|
|
21 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Parser.pm: Support for the |@charset| rule. |
24 |
|
|
25 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Parser.pm (parse_char_string): A poor support for error |
28 |
|
line/column reporting is added. Support for pseudo-element |
29 |
|
and pseudo-class. |
30 |
|
|
31 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Parser.pm: New module. |
34 |
|
|
35 |
|
* SelectorsParser.pm (parse_string): Split into |parse_string| |
36 |
|
and |_parse_selectors_with_tokenizer|. Support for "end by |
37 |
|
token T" option. Return the last token as well as the |
38 |
|
parsed selectors pbject. |
39 |
|
|
40 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |