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