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> |
79 |
|
|
80 |
|
* SelectorsParser.pm (parse_string): An |IDENT| |
81 |
|
can be specified as the argument for |-manakai-contains|, |
82 |
|
as defined in Selectors CR (2001). |
83 |
|
|
84 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state. |
87 |
|
(parse_string): Support for |-manakai-current| |
88 |
|
and |-manakai-contains| pseudo-classes. |
89 |
|
|
90 |
|
* SelectorsSerializer.pm: Support for |-manakai-current| |
91 |
|
and |-manakai-contains| pseudo-classes. |
92 |
|
|
93 |
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to |
96 |
|
the string value of the token. |
97 |
|
|
98 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* SelectorsParser.pm: Pass an empty string as a prefix |
101 |
|
for lookup namespace prefix callback, for loose compatibility |
102 |
|
with the |NSResolver| interface. |
103 |
|
|
104 |
|
2007-09-22 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules. |
107 |
|
|
108 |
|
* Tokenizer.pm: Token type constants are exportable. |
109 |
|
|
110 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* Tokenizer.pm: Delimiters frequently used in CSS |
113 |
|
now have different |type|s than |DELIM_TOKEN|. |
114 |
|
|
115 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
* Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer |
* Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer |