1 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (page-break-before, page-break-after, page-break-inside, |
4 |
|
orphans, widows, list-style): Added. |
5 |
|
(z-index): Support for negative values. |
6 |
|
|
7 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm: Set |manakai_base_uri| attribute of the |
10 |
|
created |CSSStyleSheet| object. |
11 |
|
More properties from CSS 2.1 are implemented. |
12 |
|
|
13 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Cascade.pm: The |use strict| line was missing!!!!!!!!!11 |
16 |
|
(get_computed_value): Support for the |inherit| value. |
17 |
|
|
18 |
|
* Parser.pm: The |inherit| value is represented by new |INHERIT| |
19 |
|
value type, rather than |KEYWORD|. |
20 |
|
(position): The initial value was incorrect. |
21 |
|
|
22 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Cascade.pm (get_cascaded_value): It now should return |undef| |
25 |
|
for shorthand properties. |
26 |
|
(get_specified_value, get_computed_value): New methods. |
27 |
|
|
28 |
|
* Parser.pm: |initial|, |inherited|, and |compute| properties |
29 |
|
are added to property definitions. |
30 |
|
|
31 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Cascade.pm: Specificity and priority are now supported. |
34 |
|
|
35 |
|
* Parser.pm (get_selector_specificity): New method. |
36 |
|
|
37 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Cascade.pm: New Perl module. |
40 |
|
|
41 |
|
* Parser.pm: |@namespace| prohibbitted immediately |
42 |
|
following |@namespace| rules by mistake. |
43 |
|
|
44 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Parser.pm: Support for border-style properties, as a model case |
47 |
|
for shorthand properties. |
48 |
|
|
49 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Parser.pm: Ignore property which is not supported by the |
52 |
|
application. Support for properties with a keyword being |
53 |
|
able to be specified is added. |
54 |
|
|
55 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Parser.pm: At-keywords were not case-insensitive. |
58 |
|
Support for property value parsing. Empty declarations |
59 |
|
were not supported. Raise errors for broken declarations. |
60 |
|
Parser and serializer definition for |color| is added. |
61 |
|
|
62 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Parser.pm: Support for |@namespace| rule. |
65 |
|
|
66 |
|
* SelectorsSerializer.pm: Support for |lookup_namespace_prefix| |
67 |
|
parameter is added. |
68 |
|
|
69 |
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
* Parser.pm: Support for the |@charset| rule. |
* Parser.pm: Support for the |@charset| rule. |