1 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: |attr(prefix|localname)| did not work. Support |
4 |
|
for uppercase namespace prefixes (namespace prefixes were |
5 |
|
not normalized into lowercase when they were looked up.). Report |
6 |
|
the property name token when an unknown property error is raised. |
7 |
|
The '-moz-pre-wrap' value is supported for 'white-space' property. |
8 |
|
('background-position'): 'center left' and 'center right' |
9 |
|
were not supported. |
10 |
|
|
11 |
|
* SelectorsParser.pm: Report the namespace prefix token when |
12 |
|
an undeclared prefix error is raised. S_TOKEN in |
13 |
|
COMBINATOR_STATE was not handled correctly. |
14 |
|
|
15 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Parser.pm (new): s/unsupported/u/; |
18 |
|
|
19 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Parser.pm: Support for '@nedia' at-rule. |
22 |
|
|
23 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
26 |
|
|
27 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Parser.pm ('display', 'list-style-type', |
30 |
|
'caption-side'): CSS 2.0 values added. |
31 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
32 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
33 |
|
($length_keyword_parser): Now this is in a variable, too. |
34 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
35 |
|
defined by CSS2. |
36 |
|
('marks', 'size', 'page'): Implemented. |
37 |
|
|
38 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
41 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
42 |
|
('overflow' key): Removed (since it is a shorthand property). |
43 |
|
|
44 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
47 |
|
merged with $default_serializer. |
48 |
|
|
49 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
52 |
|
('clip'): Implemented. |
53 |
|
|
54 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
57 |
|
and 'SETCOUNTER' types supported. |
58 |
|
('content'): 'counter()' and 'counters()' are supported iff |
59 |
|
the property 'counter-reset' is supported. |
60 |
|
('counter-reset', 'counter-increment'): Implemented. |
61 |
|
|
62 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
65 |
|
('content'): Implemented. |
66 |
|
|
67 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
70 |
|
('quotes'): Implemented. |
71 |
|
|
72 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
75 |
|
reporting. |
76 |
|
('overflow-x', 'overflow-y'): Implemented. |
77 |
|
('overflow'): Reimplemented as a shorthand. |
78 |
|
|
79 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
82 |
|
|
83 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
* Parser.pm ('letter-spacing' parse): Support for '+'. |
* Parser.pm ('letter-spacing' parse): Support for '+'. |