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> |
41 |
|
|
42 |
|
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |
43 |
|
|
44 |
|
2007-10-28 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* SelectorsSerializer.pm (serialize_test): Namespace prefix |
47 |
|
IS namespace URI for sorting stability (attribute and :not() |
48 |
|
selectors). |
49 |
|
|
50 |
|
* selectors-object.en.html: Namespace URI cannot be empty. |
51 |
|
|
52 |
|
2007-10-22 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* SelectorsSerializer.pm ($ident): Non-ascii name start |
55 |
|
characters after leading |-| was escaped. An IDENT |
56 |
|
of |-| was not escaped. |
57 |
|
|
58 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* selectors-object.en.html: New documentation. |
61 |
|
|
62 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* SelectorsParser.pod, Makefile: New files. |
65 |
|
|
66 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* SelectorsParser.pm (parse_string): An |IDENT| |
69 |
|
can be specified as the argument for |-manakai-contains|, |
70 |
|
as defined in Selectors CR (2001). |
71 |
|
|
72 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state. |
75 |
|
(parse_string): Support for |-manakai-current| |
76 |
|
and |-manakai-contains| pseudo-classes. |
77 |
|
|
78 |
|
* SelectorsSerializer.pm: Support for |-manakai-current| |
79 |
|
and |-manakai-contains| pseudo-classes. |
80 |
|
|
81 |
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to |
84 |
|
the string value of the token. |
85 |
|
|
86 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* SelectorsParser.pm: Pass an empty string as a prefix |
89 |
|
for lookup namespace prefix callback, for loose compatibility |
90 |
|
with the |NSResolver| interface. |
91 |
|
|
92 |
|
2007-09-22 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules. |
95 |
|
|
96 |
|
* Tokenizer.pm: Token type constants are exportable. |
97 |
|
|
98 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
* Tokenizer.pm: Delimiters frequently used in CSS |
* Tokenizer.pm: Delimiters frequently used in CSS |