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