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> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |