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