1 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
4 |
|
when |inherit| is specified as if it were the specified value. |
5 |
|
|
6 |
|
* Parser.pm: Some properties were incorrectly marked as |
7 |
|
inherited. |
8 |
|
(background-repeat, background-attachment, font-style, |
9 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
10 |
|
|
11 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Parser.pm: Give |list-style-image|'s compute function a name. |
14 |
|
|
15 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Parser.pm: Give |list-style-image|'s parser a name. Bug fix |
18 |
|
on base URI scalar reference. |
19 |
|
|
20 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Parser.pm (page-break-before, page-break-after, page-break-inside, |
23 |
|
orphans, widows, list-style): Added. |
24 |
|
(z-index): Support for negative values. |
25 |
|
|
26 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm: Set |manakai_base_uri| attribute of the |
29 |
|
created |CSSStyleSheet| object. |
30 |
|
More properties from CSS 2.1 are implemented. |
31 |
|
|
32 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Cascade.pm: The |use strict| line was missing!!!!!!!!!11 |
35 |
|
(get_computed_value): Support for the |inherit| value. |
36 |
|
|
37 |
|
* Parser.pm: The |inherit| value is represented by new |INHERIT| |
38 |
|
value type, rather than |KEYWORD|. |
39 |
|
(position): The initial value was incorrect. |
40 |
|
|
41 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Cascade.pm (get_cascaded_value): It now should return |undef| |
44 |
|
for shorthand properties. |
45 |
|
(get_specified_value, get_computed_value): New methods. |
46 |
|
|
47 |
|
* Parser.pm: |initial|, |inherited|, and |compute| properties |
48 |
|
are added to property definitions. |
49 |
|
|
50 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Cascade.pm: Specificity and priority are now supported. |
53 |
|
|
54 |
|
* Parser.pm (get_selector_specificity): New method. |
55 |
|
|
56 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Cascade.pm: New Perl module. |
59 |
|
|
60 |
|
* Parser.pm: |@namespace| prohibbitted immediately |
61 |
|
following |@namespace| rules by mistake. |
62 |
|
|
63 |
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* Parser.pm: Support for border-style properties, as a model case |
* Parser.pm: Support for border-style properties, as a model case |