1 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (new): s/unsupported/u/; |
4 |
|
|
5 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Parser.pm: Support for '@nedia' at-rule. |
8 |
|
|
9 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
12 |
|
|
13 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Parser.pm ('display', 'list-style-type', |
16 |
|
'caption-side'): CSS 2.0 values added. |
17 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
18 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
19 |
|
($length_keyword_parser): Now this is in a variable, too. |
20 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
21 |
|
defined by CSS2. |
22 |
|
('marks', 'size', 'page'): Implemented. |
23 |
|
|
24 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
27 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
28 |
|
('overflow' key): Removed (since it is a shorthand property). |
29 |
|
|
30 |
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* Parser.pm ('font', 'cursor'): Serializer are |
* Parser.pm ('font', 'cursor'): Serializer are |