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> |
34 |
|
|
35 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
36 |
|
when |inherit| is specified as if it were the specified value. |
37 |
|
|
38 |
|
* Parser.pm: Some properties were incorrectly marked as |
39 |
|
inherited. |
40 |
|
(background-repeat, background-attachment, font-style, |
41 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
42 |
|
|
43 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Parser.pm: Give |list-style-image|'s compute function a name. |
46 |
|
|
47 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Parser.pm: Give |list-style-image|'s parser a name. Bug fix |
50 |
|
on base URI scalar reference. |
51 |
|
|
52 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* Parser.pm (page-break-before, page-break-after, page-break-inside, |
55 |
|
orphans, widows, list-style): Added. |
56 |
|
(z-index): Support for negative values. |
57 |
|
|
58 |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* Parser.pm: Set |manakai_base_uri| attribute of the |
* Parser.pm: Set |manakai_base_uri| attribute of the |