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