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