| 1 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Parser.pm: Support for Firefox3's new 'width' keywords. |
| 4 |
|
|
| 5 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* Parser.pm (cursor): Support for 'hand' keyword. |
| 8 |
|
|
| 9 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 10 |
|
|
| 11 |
|
* MediaQueryParser.pm, SelectorsParser.pm, Parser.pm: Support |
| 12 |
|
for new style of error reports. |
| 13 |
|
|
| 14 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* Parser.pm: 'writing-mode', 'text-anchor', 'dominant-baseline', |
| 17 |
|
and 'alignment-baseline' are implemented. |
| 18 |
|
|
| 19 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
| 21 |
|
* Parser.pm (parse_char_string): Precious '@charset' error |
| 22 |
|
reporting. |
| 23 |
|
|
| 24 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
| 26 |
|
* Parser.pm (parse_char_string): '@import' support. |
| 27 |
|
|
| 28 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* Parser.pm (parse_char_string): Create a style sheet |
| 31 |
|
before the actual parsing (or use the style sheet created before |
| 32 |
|
the invocation to the method. |
| 33 |
|
(init): New. |
| 34 |
|
|
| 35 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* Parser.pm: |attr(prefix|localname)| did not work. Support |
| 38 |
|
for uppercase namespace prefixes (namespace prefixes were |
| 39 |
|
not normalized into lowercase when they were looked up.). Report |
| 40 |
|
the property name token when an unknown property error is raised. |
| 41 |
|
The '-moz-pre-wrap' value is supported for 'white-space' property. |
| 42 |
|
('background-position'): 'center left' and 'center right' |
| 43 |
|
were not supported. |
| 44 |
|
|
| 45 |
|
* SelectorsParser.pm: Report the namespace prefix token when |
| 46 |
|
an undeclared prefix error is raised. S_TOKEN in |
| 47 |
|
COMBINATOR_STATE was not handled correctly. |
| 48 |
|
|
| 49 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
| 51 |
|
* Parser.pm (new): s/unsupported/u/; |
| 52 |
|
|
| 53 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* Parser.pm: Support for '@nedia' at-rule. |
| 56 |
|
|
| 57 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
| 58 |
|
|
| 59 |
|
* MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules. |
| 60 |
|
|
| 61 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
| 62 |
|
|
| 63 |
|
* Parser.pm ('display', 'list-style-type', |
| 64 |
|
'caption-side'): CSS 2.0 values added. |
| 65 |
|
('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented. |
| 66 |
|
($length_percentage_keyword_parser): Now this is in a variable. |
| 67 |
|
($length_keyword_parser): Now this is in a variable, too. |
| 68 |
|
('font'): Reset 'font-size-adjust' and 'font-stretch' as |
| 69 |
|
defined by CSS2. |
| 70 |
|
('marks', 'size', 'page'): Implemented. |
| 71 |
|
|
| 72 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
| 73 |
|
|
| 74 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
| 75 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
| 76 |
|
('overflow' key): Removed (since it is a shorthand property). |
| 77 |
|
|
| 78 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
|
| 80 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
| 81 |
|
merged with $default_serializer. |
| 82 |
|
|
| 83 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
| 84 |
|
|
| 85 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
| 86 |
|
('clip'): Implemented. |
| 87 |
|
|
| 88 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
| 89 |
|
|
| 90 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
| 91 |
|
and 'SETCOUNTER' types supported. |
| 92 |
|
('content'): 'counter()' and 'counters()' are supported iff |
| 93 |
|
the property 'counter-reset' is supported. |
| 94 |
|
('counter-reset', 'counter-increment'): Implemented. |
| 95 |
|
|
| 96 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
| 97 |
|
|
| 98 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
| 99 |
|
('content'): Implemented. |
| 100 |
|
|
| 101 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 102 |
|
|
| 103 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
| 104 |
|
('quotes'): Implemented. |
| 105 |
|
|
| 106 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 107 |
|
|
| 108 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
| 109 |
|
reporting. |
| 110 |
|
('overflow-x', 'overflow-y'): Implemented. |
| 111 |
|
('overflow'): Reimplemented as a shorthand. |
| 112 |
|
|
| 113 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 114 |
|
|
| 115 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
| 116 |
|
|
| 117 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 118 |
|
|
| 119 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
| 120 |
|
('border-spacing' serialize_multiple): Revised taking into |
| 121 |
|
account 'import' and 'inherit'. |
| 122 |
|
('border-spacing' parse): Support for '+'. |
| 123 |
|
|
| 124 |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 125 |
|
|
| 126 |
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |