1 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
4 |
|
with the appropriate class. |
5 |
|
(@media css_text): Getter implemented. |
6 |
|
|
7 |
|
* MediaList.pm (media_text): Getter implemented. |
8 |
|
|
9 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
12 |
|
for new value types. |
13 |
|
|
14 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
17 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
18 |
|
Use it instead of old 'serialize' parameter of CSS |
19 |
|
property definition. |
20 |
|
|
21 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
24 |
|
the priority token if any. |
25 |
|
(get_property_priority): Shorthand case implemented. |
26 |
|
|
27 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
30 |
|
and |serialize_multiple| to serialize shorthand properties |
31 |
|
in reflecting attributes. Return value of |
32 |
|
the |serialzie_multiple| function has been changed. |
33 |
|
(non-computed css_text): Sort by property names. |
34 |
|
|
35 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Window.pm (manakai_get_computed_style): Renamed |
38 |
|
from |get_computed_style|. |
39 |
|
|
40 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
41 |
|
|
42 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
45 |
|
shorthand properties did croak (fixed but still they does not |
46 |
|
return correct result - they need to be fixed later). |
47 |
|
|
48 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
49 |
|
were missing. |
50 |
|
|
51 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Window.pm (___reset_css): Typo fixed. |
54 |
|
|
55 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* CSSStyleDeclaration.pm: The classes now explicitly implement |
* CSSStyleDeclaration.pm: The classes now explicitly implement |