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> |
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* Parser.pm: Support for the 'margin' and 'padding' |
* Parser.pm: Support for the 'margin' and 'padding' |