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