1 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
4 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
5 |
|
Use it instead of old 'serialize' parameter of CSS |
6 |
|
property definition. |
7 |
|
|
8 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
11 |
|
the priority token if any. |
12 |
|
(get_property_priority): Shorthand case implemented. |
13 |
|
|
14 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
17 |
|
and |serialize_multiple| to serialize shorthand properties |
18 |
|
in reflecting attributes. Return value of |
19 |
|
the |serialzie_multiple| function has been changed. |
20 |
|
(non-computed css_text): Sort by property names. |
21 |
|
|
22 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Window.pm (manakai_get_computed_style): Renamed |
25 |
|
from |get_computed_style|. |
26 |
|
|
27 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
28 |
|
|
29 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
32 |
|
shorthand properties did croak (fixed but still they does not |
33 |
|
return correct result - they need to be fixed later). |
34 |
|
|
35 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
36 |
|
were missing. |
37 |
|
|
38 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
* Window.pm (___reset_css): Typo fixed. |
* Window.pm (___reset_css): Typo fixed. |