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