1 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Cascade.pm: New Perl module. |
4 |
|
|
5 |
|
* Parser.pm: |@namespace| prohibbitted immediately |
6 |
|
following |@namespace| rules by mistake. |
7 |
|
|
8 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Parser.pm: Support for border-style properties, as a model case |
11 |
|
for shorthand properties. |
12 |
|
|
13 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Parser.pm: Ignore property which is not supported by the |
16 |
|
application. Support for properties with a keyword being |
17 |
|
able to be specified is added. |
18 |
|
|
19 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Parser.pm: At-keywords were not case-insensitive. |
22 |
|
Support for property value parsing. Empty declarations |
23 |
|
were not supported. Raise errors for broken declarations. |
24 |
|
Parser and serializer definition for |color| is added. |
25 |
|
|
26 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm: Support for |@namespace| rule. |
29 |
|
|
30 |
|
* SelectorsSerializer.pm: Support for |lookup_namespace_prefix| |
31 |
|
parameter is added. |
32 |
|
|
33 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Parser.pm: Support for the |@charset| rule. |
36 |
|
|
37 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Parser.pm (parse_char_string): A poor support for error |
40 |
|
line/column reporting is added. Support for pseudo-element |
41 |
|
and pseudo-class. |
42 |
|
|
43 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Parser.pm: New module. |
46 |
|
|
47 |
|
* SelectorsParser.pm (parse_string): Split into |parse_string| |
48 |
|
and |_parse_selectors_with_tokenizer|. Support for "end by |
49 |
|
token T" option. Return the last token as well as the |
50 |
|
parsed selectors pbject. |
51 |
|
|
52 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |
55 |
|
|
56 |
|
2007-10-28 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* SelectorsSerializer.pm (serialize_test): Namespace prefix |
59 |
|
IS namespace URI for sorting stability (attribute and :not() |
60 |
|
selectors). |
61 |
|
|
62 |
|
* selectors-object.en.html: Namespace URI cannot be empty. |
63 |
|
|
64 |
|
2007-10-22 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* SelectorsSerializer.pm ($ident): Non-ascii name start |
67 |
|
characters after leading |-| was escaped. An IDENT |
68 |
|
of |-| was not escaped. |
69 |
|
|
70 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* selectors-object.en.html: New documentation. |
73 |
|
|
74 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* SelectorsParser.pod, Makefile: New files. |
77 |
|
|
78 |
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
* SelectorsParser.pm (parse_string): An |IDENT| |
* SelectorsParser.pm (parse_string): An |IDENT| |