1 |
|
2007-10-28 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsSerializer.pm (serialize_test): Namespace prefix |
4 |
|
IS namespace URI for sorting stability (attribute and :not() |
5 |
|
selectors). |
6 |
|
|
7 |
|
* selectors-object.en.html: Namespace URI cannot be empty. |
8 |
|
|
9 |
|
2007-10-22 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* SelectorsSerializer.pm ($ident): Non-ascii name start |
12 |
|
characters after leading |-| was escaped. An IDENT |
13 |
|
of |-| was not escaped. |
14 |
|
|
15 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* selectors-object.en.html: New documentation. |
18 |
|
|
19 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* SelectorsParser.pod, Makefile: New files. |
22 |
|
|
23 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* SelectorsParser.pm (parse_string): An |IDENT| |
26 |
|
can be specified as the argument for |-manakai-contains|, |
27 |
|
as defined in Selectors CR (2001). |
28 |
|
|
29 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* SelectorsParser.pm (BEFORE_CONTAINS_STRING_STATE): New state. |
32 |
|
(parse_string): Support for |-manakai-current| |
33 |
|
and |-manakai-contains| pseudo-classes. |
34 |
|
|
35 |
|
* SelectorsSerializer.pm: Support for |-manakai-current| |
36 |
|
and |-manakai-contains| pseudo-classes. |
37 |
|
|
38 |
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to |
41 |
|
the string value of the token. |
42 |
|
|
43 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* SelectorsParser.pm: Pass an empty string as a prefix |
46 |
|
for lookup namespace prefix callback, for loose compatibility |
47 |
|
with the |NSResolver| interface. |
48 |
|
|
49 |
|
2007-09-22 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules. |
52 |
|
|
53 |
|
* Tokenizer.pm: Token type constants are exportable. |
54 |
|
|
55 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* Tokenizer.pm: Delimiters frequently used in CSS |
* Tokenizer.pm: Delimiters frequently used in CSS |