1 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
4 |
|
for '+'. |
5 |
|
('margin-top' parse): Fixed to report more accureate error |
6 |
|
position. |
7 |
|
('right'): Negative values and 'auto' were not supported. |
8 |
|
|
9 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
12 |
|
|
13 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
14 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
15 |
|
|
16 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
19 |
|
report more accurate error position. Enabled the |
20 |
|
support for '-webkit-xxx-large'. |
21 |
|
('font' parse): Support for '+' in <'font-weight'> |
22 |
|
and <'font-size'>. |
23 |
|
|
24 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Parser.pm ('background' serialize_multiple, 'background-position' |
27 |
|
serialize_shorthand): Reimplemented taking 'inherit' |
28 |
|
and 'important' into account. |
29 |
|
('background' parse): Support for '+'. Correct initial value |
30 |
|
for 'background-position-y' was not set in some cases. |
31 |
|
Wrong value was set to 'background-position-x' in some case. |
32 |
|
Did not return by some syntax errors. |
33 |
|
|
34 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Parser.pm (get_char): Use argument to avoid self reference. |
37 |
|
|
38 |
|
* Tokenizer.pm: Set the tokenizer itself as the first |
39 |
|
argument to the |get_char| function. |
40 |
|
|
41 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* Parser.pm ('border' serialize_multiple): Reimplement |
* Parser.pm ('border' serialize_multiple): Reimplement |