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