1 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (background-position, background-position-x, |
4 |
|
background-position-y): Implemented. |
5 |
|
|
6 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Parser.pm (border-spacing serialize_multiple): Implemented. |
9 |
|
|
10 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Parser.pm: Disallow '-' without following NUMBER or DIMENSION. |
13 |
|
(border-width serialize): Was incorrect. |
14 |
|
|
15 |
|
2008-01-05 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Parser.pm (-manakai-border-spacing-x, -manakai-border-spacing-y, |
18 |
|
border-spacing): Implemented. |
19 |
|
|
20 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Parser.pm (letter-spacing, word-specing, text-indent, |
23 |
|
outline-width): Implemented. |
24 |
|
(outline-style): Don't allow 'hidden'. |
25 |
|
|
26 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm ($default_serializer): Support for |
29 |
|
the |PERCENTAGE| data type. |
30 |
|
(padding-top, border-top-width): The parser now |
31 |
|
refers the parser of the 'margin-top'. |
32 |
|
(width, height, min-width, min-height, max-width, max-height, |
33 |
|
vertical-align, line-height): Implemented. |
34 |
|
|
35 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
38 |
|
(get_computed_value): New way to get computed value, |
39 |
|
the |{compute_multiple}| code, is now supported. |
40 |
|
|
41 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
42 |
|
|
43 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Parser.pm: Some condition operators were incorrect. |
46 |
|
The 'border-width' property family is implemented. |
47 |
|
|
48 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
51 |
|
property families. |
52 |
|
|
53 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Parser.pm: 'font-size' support. |
56 |
|
|
57 |
|
* Cascade.pm (new): Set default value for 'font-size' |
58 |
|
relative- and absolute- value computations. |
59 |
|
|
60 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
63 |
|
were ignored. |
64 |
|
|
65 |
|
* Parser.pm (cursor): Implemented. |
66 |
|
|
67 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Parser.pm (text-align, text-transform, white-space, |
70 |
|
caption-side, table-layout, border-collapse, empty-cells, |
71 |
|
outline-style, text-decoration): Implemented. |
72 |
|
|
73 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
76 |
|
the value is resolved into the computed value by the |{compute}| |
77 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
78 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
79 |
|
|
80 |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
* Cascade.pm (get_computed_value): Resolve initial value referred |
* Cascade.pm (get_computed_value): Resolve initial value referred |