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> |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* Parser.pm: Support for '@nedia' at-rule. |
* Parser.pm: Support for '@nedia' at-rule. |