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> |
31 |
|
|
32 |
|
* Parser.pm ('background' serialize_multiple, 'background-position' |
33 |
|
serialize_shorthand): Reimplemented taking 'inherit' |
34 |
|
and 'important' into account. |
35 |
|
('background' parse): Support for '+'. Correct initial value |
36 |
|
for 'background-position-y' was not set in some cases. |
37 |
|
Wrong value was set to 'background-position-x' in some case. |
38 |
|
Did not return by some syntax errors. |
39 |
|
|
40 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Parser.pm (get_char): Use argument to avoid self reference. |
43 |
|
|
44 |
|
* Tokenizer.pm: Set the tokenizer itself as the first |
45 |
|
argument to the |get_char| function. |
46 |
|
|
47 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* Parser.pm ('border' serialize_multiple): Reimplement |
* Parser.pm ('border' serialize_multiple): Reimplement |