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