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> |
31 |
|
|
32 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
33 |
|
merged with $default_serializer. |
34 |
|
|
35 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
38 |
|
('clip'): Implemented. |
39 |
|
|
40 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
43 |
|
and 'SETCOUNTER' types supported. |
44 |
|
('content'): 'counter()' and 'counters()' are supported iff |
45 |
|
the property 'counter-reset' is supported. |
46 |
|
('counter-reset', 'counter-increment'): Implemented. |
47 |
|
|
48 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
51 |
|
('content'): Implemented. |
52 |
|
|
53 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
56 |
|
('quotes'): Implemented. |
57 |
|
|
58 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
61 |
|
reporting. |
62 |
|
('overflow-x', 'overflow-y'): Implemented. |
63 |
|
('overflow'): Reimplemented as a shorthand. |
64 |
|
|
65 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
68 |
|
|
69 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
72 |
|
('border-spacing' serialize_multiple): Revised taking into |
73 |
|
account 'import' and 'inherit'. |
74 |
|
('border-spacing' parse): Support for '+'. |
75 |
|
|
76 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
79 |
|
convertion was wrong. |
80 |
|
('orphans', 'background-position' parse): Support for '+'. |
81 |
|
|
82 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
85 |
|
for '+'. |
86 |
|
('margin-top' parse): Fixed to report more accureate error |
87 |
|
position. |
88 |
|
('right'): Negative values and 'auto' were not supported. |
89 |
|
|
90 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
93 |
|
|
94 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
95 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
96 |
|
|
97 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |