| 1 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Parser.pm: Return value of |serialize_multiple| methods |
| 4 |
|
are changed. |
| 5 |
|
('margin' serialize_multiple, 'padding' serialize_multiple): |
| 6 |
|
Implemented. |
| 7 |
|
('border-style' serialize_shorthand, 'border-color' |
| 8 |
|
serialize_shorthand, 'border-width' serialize_shorthand, |
| 9 |
|
'border-left' serialize_shorthand, 'border-top' serialize_shorthand, |
| 10 |
|
'border-bottom' serialize_shorthand, 'border-right' |
| 11 |
|
serialize_shorthand): New. |
| 12 |
|
|
| 13 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
| 14 |
|
|
| 15 |
|
* Parser.pm (parse_char_string): Treatement for non-important |
| 16 |
|
duplicate declarations was incorrect. |
| 17 |
|
(margin): Use 'margin' shorthand property for serializing |
| 18 |
|
margin-related properties if possible. Support for the |+| |
| 19 |
|
sign in <'margin'> is added. |
| 20 |
|
|
| 21 |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
|
| 23 |
* Parser.pm: Support for the |+| sign in 'margin-top' and |
* Parser.pm: Support for the |+| sign in 'margin-top' and |