| 1 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
| 4 |
|
and 'SETCOUNTER' types supported. |
| 5 |
|
('content'): 'counter()' and 'counters()' are supported iff |
| 6 |
|
the property 'counter-reset' is supported. |
| 7 |
|
('counter-reset', 'counter-increment'): Implemented. |
| 8 |
|
|
| 9 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
| 10 |
|
|
| 11 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
| 12 |
|
('content'): Implemented. |
| 13 |
|
|
| 14 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
| 17 |
|
('quotes'): Implemented. |
| 18 |
|
|
| 19 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
| 21 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
| 22 |
|
reporting. |
| 23 |
|
('overflow-x', 'overflow-y'): Implemented. |
| 24 |
|
('overflow'): Reimplemented as a shorthand. |
| 25 |
|
|
| 26 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
| 29 |
|
|
| 30 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
| 33 |
|
('border-spacing' serialize_multiple): Revised taking into |
| 34 |
|
account 'import' and 'inherit'. |
| 35 |
|
('border-spacing' parse): Support for '+'. |
| 36 |
|
|
| 37 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
| 39 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
| 40 |
|
convertion was wrong. |
| 41 |
|
('orphans', 'background-position' parse): Support for '+'. |
| 42 |
|
|
| 43 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 44 |
|
|
| 45 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
| 46 |
|
for '+'. |
| 47 |
|
('margin-top' parse): Fixed to report more accureate error |
| 48 |
|
position. |
| 49 |
|
('right'): Negative values and 'auto' were not supported. |
| 50 |
|
|
| 51 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 52 |
|
|
| 53 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
| 54 |
|
|
| 55 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
| 56 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
| 57 |
|
|
| 58 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |