1 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ($default_serializer): Support for |
4 |
|
the |PERCENTAGE| data type. |
5 |
|
(padding-top, border-top-width): The parser now |
6 |
|
refers the parser of the 'margin-top'. |
7 |
|
(width, height, min-width, min-height, max-width, max-height, |
8 |
|
vertical-align, line-height): Implemented. |
9 |
|
|
10 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
13 |
|
(get_computed_value): New way to get computed value, |
14 |
|
the |{compute_multiple}| code, is now supported. |
15 |
|
|
16 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
17 |
|
|
18 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm: Some condition operators were incorrect. |
21 |
|
The 'border-width' property family is implemented. |
22 |
|
|
23 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
26 |
|
property families. |
27 |
|
|
28 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Parser.pm: 'font-size' support. |
31 |
|
|
32 |
|
* Cascade.pm (new): Set default value for 'font-size' |
33 |
|
relative- and absolute- value computations. |
34 |
|
|
35 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
38 |
|
were ignored. |
39 |
|
|
40 |
|
* Parser.pm (cursor): Implemented. |
41 |
|
|
42 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Parser.pm (text-align, text-transform, white-space, |
45 |
|
caption-side, table-layout, border-collapse, empty-cells, |
46 |
|
outline-style, text-decoration): Implemented. |
47 |
|
|
48 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
51 |
|
the value is resolved into the computed value by the |{compute}| |
52 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
53 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
54 |
|
|
55 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
58 |
|
when |inherit| is specified as if it were the specified value. |
59 |
|
|
60 |
|
* Parser.pm: Some properties were incorrectly marked as |
61 |
|
inherited. |
62 |
|
(background-repeat, background-attachment, font-style, |
63 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
64 |
|
|
65 |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
* Parser.pm: Give |list-style-image|'s compute function a name. |
* Parser.pm: Give |list-style-image|'s compute function a name. |