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