| 1 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Parser.pm ($default_serializer, serialize parameters): Removed (now |
| 4 |
|
it is part of manakai Message::DOM::CSSStyleDeclaration). |
| 5 |
|
('overflow' key): Removed (since it is a shorthand property). |
| 6 |
|
|
| 7 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* Parser.pm ('font', 'cursor'): Serializer are |
| 10 |
|
merged with $default_serializer. |
| 11 |
|
|
| 12 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* Parser.pm ($default_serializer): New 'RECT' type supported. |
| 15 |
|
('clip'): Implemented. |
| 16 |
|
|
| 17 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
| 19 |
|
* Parser.pm ($default_serializer): New 'ADDCOUNTER' |
| 20 |
|
and 'SETCOUNTER' types supported. |
| 21 |
|
('content'): 'counter()' and 'counters()' are supported iff |
| 22 |
|
the property 'counter-reset' is supported. |
| 23 |
|
('counter-reset', 'counter-increment'): Implemented. |
| 24 |
|
|
| 25 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
| 26 |
|
|
| 27 |
|
* Parser.pm ($default_serializer): New 'CONTENT' type supported. |
| 28 |
|
('content'): Implemented. |
| 29 |
|
|
| 30 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
|
* Parser.pm ($default_serializer): 'QUOTES' type supported. |
| 33 |
|
('quotes'): Implemented. |
| 34 |
|
|
| 35 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* Parser.pm ($one_keyword_parser): More accurate error location |
| 38 |
|
reporting. |
| 39 |
|
('overflow-x', 'overflow-y'): Implemented. |
| 40 |
|
('overflow'): Reimplemented as a shorthand. |
| 41 |
|
|
| 42 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
| 44 |
|
* Parser.pm ('opacity' parse): Support for '+'. |
| 45 |
|
|
| 46 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 47 |
|
|
| 48 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
| 49 |
|
('border-spacing' serialize_multiple): Revised taking into |
| 50 |
|
account 'import' and 'inherit'. |
| 51 |
|
('border-spacing' parse): Support for '+'. |
| 52 |
|
|
| 53 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
| 56 |
|
convertion was wrong. |
| 57 |
|
('orphans', 'background-position' parse): Support for '+'. |
| 58 |
|
|
| 59 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 60 |
|
|
| 61 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
| 62 |
|
for '+'. |
| 63 |
|
('margin-top' parse): Fixed to report more accureate error |
| 64 |
|
position. |
| 65 |
|
('right'): Negative values and 'auto' were not supported. |
| 66 |
|
|
| 67 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 68 |
|
|
| 69 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
| 70 |
|
|
| 71 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
| 72 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
| 73 |
|
|
| 74 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 75 |
|
|
| 76 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
| 77 |
|
report more accurate error position. Enabled the |
| 78 |
|
support for '-webkit-xxx-large'. |
| 79 |
|
('font' parse): Support for '+' in <'font-weight'> |
| 80 |
|
and <'font-size'>. |
| 81 |
|
|
| 82 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 83 |
|
|
| 84 |
|
* Parser.pm ('background' serialize_multiple, 'background-position' |
| 85 |
|
serialize_shorthand): Reimplemented taking 'inherit' |
| 86 |
|
and 'important' into account. |
| 87 |
|
('background' parse): Support for '+'. Correct initial value |
| 88 |
|
for 'background-position-y' was not set in some cases. |
| 89 |
|
Wrong value was set to 'background-position-x' in some case. |
| 90 |
|
Did not return by some syntax errors. |
| 91 |
|
|
| 92 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 93 |
|
|
| 94 |
|
* Parser.pm (get_char): Use argument to avoid self reference. |
| 95 |
|
|
| 96 |
|
* Tokenizer.pm: Set the tokenizer itself as the first |
| 97 |
|
argument to the |get_char| function. |
| 98 |
|
|
| 99 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 100 |
|
|
| 101 |
|
* Parser.pm ('border' serialize_multiple): Reimplement |
| 102 |
|
to take 'inherit' and 'important' into account. |
| 103 |
|
|
| 104 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 105 |
|
|
| 106 |
|
* Parser.pm (serialize_shorthand, serialize_multiple): The |
| 107 |
|
leading | ! |s in the priority part were removed (now they |
| 108 |
|
are added by |css_text| attribute implementation). |
| 109 |
|
(border-width, border-style, border-color serialize_shorthand): Typo |
| 110 |
|
fixed. |
| 111 |
|
|
| 112 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 113 |
|
|
| 114 |
* Parser.pm (font serialize_shorthand): Implemented. |
* Parser.pm (font serialize_shorthand): Implemented. |