1 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (parse_char_string): Create a style sheet |
4 |
|
before the actual parsing (or use the style sheet created before |
5 |
|
the invocation to the method. |
6 |
|
(init): New. |
7 |
|
|
8 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Parser.pm: |attr(prefix|localname)| did not work. Support |
11 |
|
for uppercase namespace prefixes (namespace prefixes were |
12 |
|
not normalized into lowercase when they were looked up.). Report |
13 |
|
the property name token when an unknown property error is raised. |
14 |
|
The '-moz-pre-wrap' value is supported for 'white-space' property. |
15 |
|
('background-position'): 'center left' and 'center right' |
16 |
|
were not supported. |
17 |
|
|
18 |
|
* SelectorsParser.pm: Report the namespace prefix token when |
19 |
|
an undeclared prefix error is raised. S_TOKEN in |
20 |
|
COMBINATOR_STATE was not handled correctly. |
21 |
|
|
22 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Parser.pm (new): s/unsupported/u/; |
25 |
|
|
26 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm: Support for '@nedia' at-rule. |
29 |
|
|
30 |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |