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> |
99 |
|
100 |
* Tokenizer.pm: Delimiters frequently used in CSS |
101 |
now have different |type|s than |DELIM_TOKEN|. |
102 |
|
103 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer |
106 |
includes |U+| prefix. |
107 |
|
108 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
109 |
|
110 |
* Tokenizer.pm: |URI| bugs are fixed. |
111 |
|
112 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* Tokenizer.pm: |DIMENSION| and |NUMBER| related |
115 |
bugs are fixed. |
116 |
|
117 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* Tokenizer.pm: |NUMBER|-related bugs are fixed. |
120 |
|
121 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
122 |
|
123 |
* Tokenizer.pm: |STRING|-related bugs are fixed. |
124 |
|
125 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
126 |
|
127 |
* Tokenizer.pm: Bug fixes. |
128 |
|
129 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
130 |
|
131 |
* Tokenizer.pm: |UNICODE-RANGE| is implemented. |
132 |
|
133 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* Tokenizer.pm: |COMMENT| is implemented. |
136 |
A bug for treatement for |@-->| is fixed. |
137 |
|
138 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* Tokenizer.pm: |url()| and |url-prefix()| are implemented. |
141 |
Bug for treatement for |@-| is fixed. |
142 |
|
143 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
144 |
|
145 |
* Tokenizer.pm: First working version. |
146 |
|
147 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
148 |
|
149 |
* Tokenizer.pm: New module. |
150 |
|
151 |
* ChangeLog: New file. |
152 |
|