1 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
4 |
|
('content'): Implemented. |
5 |
|
|
6 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
9 |
|
('quotes'): Implemented. |
10 |
|
|
11 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
14 |
|
reporting. |
15 |
|
('overflow-x', 'overflow-y'): Implemented. |
16 |
|
('overflow'): Reimplemented as a shorthand. |
17 |
|
|
18 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
21 |
|
|
22 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
25 |
|
('border-spacing' serialize_multiple): Revised taking into |
26 |
|
account 'import' and 'inherit'. |
27 |
|
('border-spacing' parse): Support for '+'. |
28 |
|
|
29 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
32 |
|
convertion was wrong. |
33 |
|
('orphans', 'background-position' parse): Support for '+'. |
34 |
|
|
35 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
38 |
|
for '+'. |
39 |
|
('margin-top' parse): Fixed to report more accureate error |
40 |
|
position. |
41 |
|
('right'): Negative values and 'auto' were not supported. |
42 |
|
|
43 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
46 |
|
|
47 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
48 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
49 |
|
|
50 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
53 |
|
report more accurate error position. Enabled the |
54 |
|
support for '-webkit-xxx-large'. |
55 |
|
('font' parse): Support for '+' in <'font-weight'> |
56 |
|
and <'font-size'>. |
57 |
|
|
58 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* Parser.pm ('background' serialize_multiple, 'background-position' |
* Parser.pm ('background' serialize_multiple, 'background-position' |