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