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> |
22 |
|
|
23 |
|
* Parser.pm: Support for the |+| sign in 'margin-top' and |
24 |
|
similar properties. |
25 |
|
|
26 |
|
2008-01-22 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Parser.pm (new {onerror}): The default error handler (outputting |
29 |
|
to the standard error output) is defined. |
30 |
|
(parse_char_string {get_char}): Set the next number to the |
31 |
|
column number of the last character as the column of the |
32 |
|
end of file pseudo-character. |
33 |
|
|
34 |
2008-01-20 Wakaba <wakaba@suika.fam.cx> |
2008-01-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
* Parser.pm, SelectorsParser.pm: Error type strings are revised. |
* Parser.pm, SelectorsParser.pm: Error type strings are revised. |