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