1 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
4 |
|
convertion was wrong. |
5 |
|
('orphans', 'background-position' parse): Support for '+'. |
6 |
|
|
7 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
10 |
|
for '+'. |
11 |
|
('margin-top' parse): Fixed to report more accureate error |
12 |
|
position. |
13 |
|
('right'): Negative values and 'auto' were not supported. |
14 |
|
|
15 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
18 |
|
|
19 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
20 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
21 |
|
|
22 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
25 |
|
report more accurate error position. Enabled the |
26 |
|
support for '-webkit-xxx-large'. |
27 |
|
('font' parse): Support for '+' in <'font-weight'> |
28 |
|
and <'font-size'>. |
29 |
|
|
30 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* Parser.pm ('background' serialize_multiple, 'background-position' |
* Parser.pm ('background' serialize_multiple, 'background-position' |