1 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (border-spacing serialize_multiple): Implemented. |
4 |
|
|
5 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Parser.pm: Disallow '-' without following NUMBER or DIMENSION. |
8 |
|
(border-width serialize): Was incorrect. |
9 |
|
|
10 |
|
2008-01-05 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Parser.pm (-manakai-border-spacing-x, -manakai-border-spacing-y, |
13 |
|
border-spacing): Implemented. |
14 |
|
|
15 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Parser.pm (letter-spacing, word-specing, text-indent, |
18 |
|
outline-width): Implemented. |
19 |
|
(outline-style): Don't allow 'hidden'. |
20 |
|
|
21 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Parser.pm ($default_serializer): Support for |
24 |
|
the |PERCENTAGE| data type. |
25 |
|
(padding-top, border-top-width): The parser now |
26 |
|
refers the parser of the 'margin-top'. |
27 |
|
(width, height, min-width, min-height, max-width, max-height, |
28 |
|
vertical-align, line-height): Implemented. |
29 |
|
|
30 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
33 |
|
(get_computed_value): New way to get computed value, |
34 |
|
the |{compute_multiple}| code, is now supported. |
35 |
|
|
36 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
37 |
|
|
38 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Parser.pm: Some condition operators were incorrect. |
41 |
|
The 'border-width' property family is implemented. |
42 |
|
|
43 |
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* Parser.pm: Support for the 'margin' and 'padding' |
* Parser.pm: Support for the 'margin' and 'padding' |