1 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: Support for the |@charset| rule. |
4 |
|
|
5 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Parser.pm (parse_char_string): A poor support for error |
8 |
|
line/column reporting is added. Support for pseudo-element |
9 |
|
and pseudo-class. |
10 |
|
|
11 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Parser.pm: New module. |
14 |
|
|
15 |
|
* SelectorsParser.pm (parse_string): Split into |parse_string| |
16 |
|
and |_parse_selectors_with_tokenizer|. Support for "end by |
17 |
|
token T" option. Return the last token as well as the |
18 |
|
parsed selectors pbject. |
19 |
|
|
20 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |
23 |
|
|
24 |
|
2007-10-28 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* SelectorsSerializer.pm (serialize_test): Namespace prefix |
27 |
|
IS namespace URI for sorting stability (attribute and :not() |
28 |
|
selectors). |
29 |
|
|
30 |
|
* selectors-object.en.html: Namespace URI cannot be empty. |
31 |
|
|
32 |
|
2007-10-22 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* SelectorsSerializer.pm ($ident): Non-ascii name start |
35 |
|
characters after leading |-| was escaped. An IDENT |
36 |
|
of |-| was not escaped. |
37 |
|
|
38 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* selectors-object.en.html: New documentation. |
41 |
|
|
42 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* SelectorsParser.pod, Makefile: New files. |
45 |
|
|
46 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* SelectorsParser.pm (parse_string): An |IDENT| |
49 |
|
can be specified as the argument for |-manakai-contains|, |
50 |
|
as defined in Selectors CR (2001). |
51 |
|
|
52 |
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
* SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state. |
* SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state. |