1 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
4 |
|
the value is resolved into the computed value by the |{compute}| |
5 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
6 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
7 |
|
|
8 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
11 |
|
when |inherit| is specified as if it were the specified value. |
12 |
|
|
13 |
|
* Parser.pm: Some properties were incorrectly marked as |
14 |
|
inherited. |
15 |
|
(background-repeat, background-attachment, font-style, |
16 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
17 |
|
|
18 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm: Give |list-style-image|'s compute function a name. |
21 |
|
|
22 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Parser.pm: Give |list-style-image|'s parser a name. Bug fix |
25 |
|
on base URI scalar reference. |
26 |
|
|
27 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Parser.pm (page-break-before, page-break-after, page-break-inside, |
30 |
|
orphans, widows, list-style): Added. |
31 |
|
(z-index): Support for negative values. |
32 |
|
|
33 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Parser.pm: Set |manakai_base_uri| attribute of the |
36 |
|
created |CSSStyleSheet| object. |
37 |
|
More properties from CSS 2.1 are implemented. |
38 |
|
|
39 |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* Cascade.pm: The |use strict| line was missing!!!!!!!!!11 |
* Cascade.pm: The |use strict| line was missing!!!!!!!!!11 |