1 |
|
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: 'font' is implemented. |
4 |
|
|
5 |
|
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Parser.pm: 'background' is implemented. |
8 |
|
|
9 |
|
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Parser.pm: 'border', 'border-top', 'border-right', 'border-bottom', |
12 |
|
'border-left', and 'outline' are implemented. White space characters |
13 |
|
were not allowed between property name and COLON. NUMBER and |
14 |
|
DIMENSION are not allowed as color in quirks mode. |
15 |
|
|
16 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Cascade.pm: The object now has new device-dependent |
19 |
|
parameter, |has_invert|. |
20 |
|
|
21 |
|
* Parser.pm: The object now has new device-dependent |
22 |
|
parameter, |clip_color| function. |
23 |
|
(parse_char_string): Inifinite-loop fixed for ignoring |
24 |
|
states. No longer check for '(' and '[' matchings for |
25 |
|
compatibility with browsers. |
26 |
|
($default_serializer): Support for 'RGBA' data type. |
27 |
|
(color): Reimplemented. |
28 |
|
(backbround-color, border-top-color, border-right-color, |
29 |
|
border-bottom-color, border-left-color, outline-color): Implemented. |
30 |
|
|
31 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Parser.pm (background-position, background-position-x, |
34 |
|
background-position-y): Implemented. |
35 |
|
|
36 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Parser.pm (border-spacing serialize_multiple): Implemented. |
39 |
|
|
40 |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* Parser.pm: Disallow '-' without following NUMBER or DIMENSION. |
* Parser.pm: Disallow '-' without following NUMBER or DIMENSION. |