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