1 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: 'writing-mode', 'text-anchor', 'dominant-baseline', |
4 |
|
and 'alignment-baseline' are implemented. |
5 |
|
|
6 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Parser.pm (parse_char_string): Precious '@charset' error |
9 |
|
reporting. |
10 |
|
|
11 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Parser.pm (parse_char_string): '@import' support. |
14 |
|
|
15 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Parser.pm (parse_char_string): Create a style sheet |
18 |
|
before the actual parsing (or use the style sheet created before |
19 |
|
the invocation to the method. |
20 |
|
(init): New. |
21 |
|
|
22 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Parser.pm: |attr(prefix|localname)| did not work. Support |
25 |
|
for uppercase namespace prefixes (namespace prefixes were |
26 |
|
not normalized into lowercase when they were looked up.). Report |
27 |
|
the property name token when an unknown property error is raised. |
28 |
|
The '-moz-pre-wrap' value is supported for 'white-space' property. |
29 |
|
('background-position'): 'center left' and 'center right' |
30 |
|
were not supported. |
31 |
|
|
32 |
|
* SelectorsParser.pm: Report the namespace prefix token when |
33 |
|
an undeclared prefix error is raised. S_TOKEN in |
34 |
|
COMBINATOR_STATE was not handled correctly. |
35 |
|
|
36 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Parser.pm (new): s/unsupported/u/; |
39 |
|
|
40 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Parser.pm: Support for '@nedia' at-rule. |
43 |
|
|
44 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
47 |
|
|
48 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Parser.pm ('display', 'list-style-type', |
51 |
|
'caption-side'): CSS 2.0 values added. |
52 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
53 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
54 |
|
($length_keyword_parser): Now this is in a variable, too. |
55 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
56 |
|
defined by CSS2. |
57 |
|
('marks', 'size', 'page'): Implemented. |
58 |
|
|
59 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
62 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
63 |
|
('overflow' key): Removed (since it is a shorthand property). |
64 |
|
|
65 |
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
* Parser.pm ('font', 'cursor'): Serializer are |
* Parser.pm ('font', 'cursor'): Serializer are |