1 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Cascade.pm: Specificity and priority are now supported. |
4 |
|
|
5 |
|
* Parser.pm (get_selector_specificity): New method. |
6 |
|
|
7 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Cascade.pm: New Perl module. |
10 |
|
|
11 |
|
* Parser.pm: |@namespace| prohibbitted immediately |
12 |
|
following |@namespace| rules by mistake. |
13 |
|
|
14 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Parser.pm: Support for border-style properties, as a model case |
17 |
|
for shorthand properties. |
18 |
|
|
19 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Parser.pm: Ignore property which is not supported by the |
22 |
|
application. Support for properties with a keyword being |
23 |
|
able to be specified is added. |
24 |
|
|
25 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Parser.pm: At-keywords were not case-insensitive. |
28 |
|
Support for property value parsing. Empty declarations |
29 |
|
were not supported. Raise errors for broken declarations. |
30 |
|
Parser and serializer definition for |color| is added. |
31 |
|
|
32 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Parser.pm: Support for |@namespace| rule. |
35 |
|
|
36 |
|
* SelectorsSerializer.pm: Support for |lookup_namespace_prefix| |
37 |
|
parameter is added. |
38 |
|
|
39 |
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* Parser.pm: Support for the |@charset| rule. |
* Parser.pm: Support for the |@charset| rule. |