1 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ('display', 'list-style-type', |
4 |
|
'caption-side'): CSS 2.0 values added. |
5 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
6 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
7 |
|
($length_keyword_parser): Now this is in a variable, too. |
8 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
9 |
|
defined by CSS2. |
10 |
|
('marks', 'size', 'page'): Implemented. |
11 |
|
|
12 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
15 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
16 |
|
('overflow' key): Removed (since it is a shorthand property). |
17 |
|
|
18 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
21 |
|
merged with $default_serializer. |
22 |
|
|
23 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
26 |
|
('clip'): Implemented. |
27 |
|
|
28 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
31 |
|
and 'SETCOUNTER' types supported. |
32 |
|
('content'): 'counter()' and 'counters()' are supported iff |
33 |
|
the property 'counter-reset' is supported. |
34 |
|
('counter-reset', 'counter-increment'): Implemented. |
35 |
|
|
36 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
39 |
|
('content'): Implemented. |
40 |
|
|
41 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
44 |
|
('quotes'): Implemented. |
45 |
|
|
46 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* Parser.pm ($one_keyword_parser): More accurate error location |
* Parser.pm ($one_keyword_parser): More accurate error location |