1 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
4 |
|
property families. |
5 |
|
|
6 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Parser.pm: 'font-size' support. |
9 |
|
|
10 |
|
* Cascade.pm (new): Set default value for 'font-size' |
11 |
|
relative- and absolute- value computations. |
12 |
|
|
13 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
16 |
|
were ignored. |
17 |
|
|
18 |
|
* Parser.pm (cursor): Implemented. |
19 |
|
|
20 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Parser.pm (text-align, text-transform, white-space, |
23 |
|
caption-side, table-layout, border-collapse, empty-cells, |
24 |
|
outline-style, text-decoration): Implemented. |
25 |
|
|
26 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
29 |
|
the value is resolved into the computed value by the |{compute}| |
30 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
31 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
32 |
|
|
33 |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* Cascade.pm (get_computed_value): Resolve initial value referred |
* Cascade.pm (get_computed_value): Resolve initial value referred |