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