| 1 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Parser.pm ('letter-spacing' parse): Support for '+'. |
| 4 |
|
('border-spacing' serialize_multiple): Revised taking into |
| 5 |
|
account 'import' and 'inherit'. |
| 6 |
|
('border-spacing' parse): Support for '+'. |
| 7 |
|
|
| 8 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 9 |
|
|
| 10 |
|
* Parser.pm ($parse_color): Support for '+'. HSL to RGB |
| 11 |
|
convertion was wrong. |
| 12 |
|
('orphans', 'background-position' parse): Support for '+'. |
| 13 |
|
|
| 14 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* Parser.pm ('z-index', 'line-height', 'border-width' parse): Support |
| 17 |
|
for '+'. |
| 18 |
|
('margin-top' parse): Fixed to report more accureate error |
| 19 |
|
position. |
| 20 |
|
('right'): Negative values and 'auto' were not supported. |
| 21 |
|
|
| 22 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 23 |
|
|
| 24 |
|
* Parser.pm ('font-weight' parser): Support for '+'. |
| 25 |
|
|
| 26 |
|
* Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |
| 27 |
|
|PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. |
| 28 |
|
|
| 29 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 30 |
|
|
| 31 |
|
* Parser.pm ('font-size' parser): Support for '+'. Fixed to |
| 32 |
|
report more accurate error position. Enabled the |
| 33 |
|
support for '-webkit-xxx-large'. |
| 34 |
|
('font' parse): Support for '+' in <'font-weight'> |
| 35 |
|
and <'font-size'>. |
| 36 |
|
|
| 37 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
| 39 |
|
* Parser.pm ('background' serialize_multiple, 'background-position' |
| 40 |
|
serialize_shorthand): Reimplemented taking 'inherit' |
| 41 |
|
and 'important' into account. |
| 42 |
|
('background' parse): Support for '+'. Correct initial value |
| 43 |
|
for 'background-position-y' was not set in some cases. |
| 44 |
|
Wrong value was set to 'background-position-x' in some case. |
| 45 |
|
Did not return by some syntax errors. |
| 46 |
|
|
| 47 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 48 |
|
|
| 49 |
|
* Parser.pm (get_char): Use argument to avoid self reference. |
| 50 |
|
|
| 51 |
|
* Tokenizer.pm: Set the tokenizer itself as the first |
| 52 |
|
argument to the |get_char| function. |
| 53 |
|
|
| 54 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 55 |
|
|
| 56 |
|
* Parser.pm ('border' serialize_multiple): Reimplement |
| 57 |
|
to take 'inherit' and 'important' into account. |
| 58 |
|
|
| 59 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 60 |
|
|
| 61 |
|
* Parser.pm (serialize_shorthand, serialize_multiple): The |
| 62 |
|
leading | ! |s in the priority part were removed (now they |
| 63 |
|
are added by |css_text| attribute implementation). |
| 64 |
|
(border-width, border-style, border-color serialize_shorthand): Typo |
| 65 |
|
fixed. |
| 66 |
|
|
| 67 |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 68 |
|
|
| 69 |
* Parser.pm (font serialize_shorthand): Implemented. |
* Parser.pm (font serialize_shorthand): Implemented. |