1 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: Support for '@nedia' at-rule. |
4 |
|
|
5 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
8 |
|
|
9 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Parser.pm ('display', 'list-style-type', |
12 |
|
'caption-side'): CSS 2.0 values added. |
13 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
14 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
15 |
|
($length_keyword_parser): Now this is in a variable, too. |
16 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
17 |
|
defined by CSS2. |
18 |
|
('marks', 'size', 'page'): Implemented. |
19 |
|
|
20 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
23 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
24 |
|
('overflow' key): Removed (since it is a shorthand property). |
25 |
|
|
26 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
29 |
|
merged with $default_serializer. |
30 |
|
|
31 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
34 |
|
('clip'): Implemented. |
35 |
|
|
36 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
39 |
|
and 'SETCOUNTER' types supported. |
40 |
|
('content'): 'counter()' and 'counters()' are supported iff |
41 |
|
the property 'counter-reset' is supported. |
42 |
|
('counter-reset', 'counter-increment'): Implemented. |
43 |
|
|
44 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
47 |
|
('content'): Implemented. |
48 |
|
|
49 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
52 |
|
('quotes'): Implemented. |
53 |
|
|
54 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
57 |
|
reporting. |
58 |
|
('overflow-x', 'overflow-y'): Implemented. |
59 |
|
('overflow'): Reimplemented as a shorthand. |
60 |
|
|
61 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
64 |
|
|
65 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
68 |
|
('border-spacing' serialize_multiple): Revised taking into |
69 |
|
account 'import' and 'inherit'. |
70 |
|
('border-spacing' parse): Support for '+'. |
71 |
|
|
72 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
75 |
|
convertion was wrong. |
76 |
|
('orphans', 'background-position' parse): Support for '+'. |
77 |
|
|
78 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
81 |
|
for '+'. |
82 |
|
('margin-top' parse): Fixed to report more accureate error |
83 |
|
position. |
84 |
|
('right'): Negative values and 'auto' were not supported. |
85 |
|
|
86 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
89 |
|
|
90 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
91 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
92 |
|
|
93 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
96 |
|
report more accurate error position. Enabled the |
97 |
|
support for '-webkit-xxx-large'. |
98 |
|
('font' parse): Support for '+' in <'font-weight'> |
99 |
|
and <'font-size'>. |
100 |
|
|
101 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
* Parser.pm ('background' serialize_multiple, 'background-position' |
* Parser.pm ('background' serialize_multiple, 'background-position' |