1 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (parse_char_string): A poor support for error |
4 |
|
line/column reporting is added. Support for pseudo-element |
5 |
|
and pseudo-class. |
6 |
|
|
7 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm: New module. |
10 |
|
|
11 |
|
* SelectorsParser.pm (parse_string): Split into |parse_string| |
12 |
|
and |_parse_selectors_with_tokenizer|. Support for "end by |
13 |
|
token T" option. Return the last token as well as the |
14 |
|
parsed selectors pbject. |
15 |
|
|
16 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* SelectorsParser.pm (parse_string): Raise errors if appropriate. |
19 |
|
|
20 |
|
2007-10-28 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* SelectorsSerializer.pm (serialize_test): Namespace prefix |
23 |
|
IS namespace URI for sorting stability (attribute and :not() |
24 |
|
selectors). |
25 |
|
|
26 |
|
* selectors-object.en.html: Namespace URI cannot be empty. |
27 |
|
|
28 |
|
2007-10-22 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* SelectorsSerializer.pm ($ident): Non-ascii name start |
31 |
|
characters after leading |-| was escaped. An IDENT |
32 |
|
of |-| was not escaped. |
33 |
|
|
34 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* selectors-object.en.html: New documentation. |
37 |
|
|
38 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* SelectorsParser.pod, Makefile: New files. |
41 |
|
|
42 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* SelectorsParser.pm (parse_string): An |IDENT| |
45 |
|
can be specified as the argument for |-manakai-contains|, |
46 |
|
as defined in Selectors CR (2001). |
47 |
|
|
48 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state. |
51 |
|
(parse_string): Support for |-manakai-current| |
52 |
|
and |-manakai-contains| pseudo-classes. |
53 |
|
|
54 |
|
* SelectorsSerializer.pm: Support for |-manakai-current| |
55 |
|
and |-manakai-contains| pseudo-classes. |
56 |
|
|
57 |
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to |
60 |
|
the string value of the token. |
61 |
|
|
62 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* SelectorsParser.pm: Pass an empty string as a prefix |
65 |
|
for lookup namespace prefix callback, for loose compatibility |
66 |
|
with the |NSResolver| interface. |
67 |
|
|
68 |
|
2007-09-22 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules. |
71 |
|
|
72 |
|
* Tokenizer.pm: Token type constants are exportable. |
73 |
|
|
74 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* Tokenizer.pm: Delimiters frequently used in CSS |
77 |
|
now have different |type|s than |DELIM_TOKEN|. |
78 |
|
|
79 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer |
82 |
|
includes |U+| prefix. |
83 |
|
|
84 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Tokenizer.pm: |URI| bugs are fixed. |
87 |
|
|
88 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Tokenizer.pm: |DIMENSION| and |NUMBER| related |
91 |
|
bugs are fixed. |
92 |
|
|
93 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Tokenizer.pm: |NUMBER|-related bugs are fixed. |
96 |
|
|
97 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Tokenizer.pm: |STRING|-related bugs are fixed. |
100 |
|
|
101 |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
* Tokenizer.pm: Bug fixes. |
* Tokenizer.pm: Bug fixes. |