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> |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* Parser.pm (new): s/unsupported/u/; |
* Parser.pm (new): s/unsupported/u/; |