1 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
4 |
|
were ignored. |
5 |
|
|
6 |
|
* Parser.pm (cursor): Implemented. |
7 |
|
|
8 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Parser.pm (text-align, text-transform, white-space, |
11 |
|
caption-side, table-layout, border-collapse, empty-cells, |
12 |
|
outline-style, text-decoration): Implemented. |
13 |
|
|
14 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
17 |
|
the value is resolved into the computed value by the |{compute}| |
18 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
19 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
20 |
|
|
21 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
24 |
|
when |inherit| is specified as if it were the specified value. |
25 |
|
|
26 |
|
* Parser.pm: Some properties were incorrectly marked as |
27 |
|
inherited. |
28 |
|
(background-repeat, background-attachment, font-style, |
29 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
30 |
|
|
31 |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
* Parser.pm: Give |list-style-image|'s compute function a name. |
* Parser.pm: Give |list-style-image|'s compute function a name. |