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> |
35 |
|
|
36 |
|
* Parser.pm, SelectorsParser.pm: Error type strings are revised. |
37 |
|
|
38 |
|
2008-01-20 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Parser.pm, SelectorsParser.pm: |{href}| parameter added |
41 |
|
to all the onerror invocations. The |{onerror}| function |
42 |
|
is no longer called with |{line}| and |{column}| parameters. |
43 |
|
|
44 |
|
* Tokenizer.pm: All token are now given |{line}| and |{column}| |
45 |
|
values. |
46 |
|
|
47 |
|
2008-01-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Parser.pm (parse_char_string): Revise |$tt->{get_char}| callback |
50 |
|
so that it sets |$tt->{line}| and |$tt->{column}| options. Some |
51 |
|
error handler calling codes are modified for the experimental |
52 |
|
support for more precious reporting of error location. |
53 |
|
|
54 |
|
* Tokenizer.pm (new): The |onerror| option has been removed, since |
55 |
|
it was never used. |
56 |
|
(get_next_token): Limited and experimental support for token |
57 |
|
emittion with the information on the position where it occurs. |
58 |
|
(serialize_token): New function. |
59 |
|
|
60 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* Parser.pm (-moz-opacity): DOM attribute name was wrong. |
63 |
|
|
64 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
* Cascade.pm (get_cascaded_value): No longer have to test |
* Cascade.pm (get_cascaded_value): No longer have to test |