1 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* MediaQueryParser.pm, SelectorsParser.pm, Parser.pm: Support |
4 |
|
for new style of error reports. |
5 |
|
|
6 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Parser.pm: 'writing-mode', 'text-anchor', 'dominant-baseline', |
9 |
|
and 'alignment-baseline' are implemented. |
10 |
|
|
11 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Parser.pm (parse_char_string): Precious '@charset' error |
14 |
|
reporting. |
15 |
|
|
16 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Parser.pm (parse_char_string): '@import' support. |
19 |
|
|
20 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Parser.pm (parse_char_string): Create a style sheet |
23 |
|
before the actual parsing (or use the style sheet created before |
24 |
|
the invocation to the method. |
25 |
|
(init): New. |
26 |
|
|
27 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Parser.pm: |attr(prefix|localname)| did not work. Support |
30 |
|
for uppercase namespace prefixes (namespace prefixes were |
31 |
|
not normalized into lowercase when they were looked up.). Report |
32 |
|
the property name token when an unknown property error is raised. |
33 |
|
The '-moz-pre-wrap' value is supported for 'white-space' property. |
34 |
|
('background-position'): 'center left' and 'center right' |
35 |
|
were not supported. |
36 |
|
|
37 |
|
* SelectorsParser.pm: Report the namespace prefix token when |
38 |
|
an undeclared prefix error is raised. S_TOKEN in |
39 |
|
COMBINATOR_STATE was not handled correctly. |
40 |
|
|
41 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Parser.pm (new): s/unsupported/u/; |
44 |
|
|
45 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Parser.pm: Support for '@nedia' at-rule. |
48 |
|
|
49 |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |