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