1 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
4 |
|
and |serialize_multiple| to serialize shorthand properties |
5 |
|
in reflecting attributes. Return value of |
6 |
|
the |serialzie_multiple| function has been changed. |
7 |
|
(non-computed css_text): Sort by property names. |
8 |
|
|
9 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Window.pm (manakai_get_computed_style): Renamed |
12 |
|
from |get_computed_style|. |
13 |
|
|
14 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
15 |
|
|
16 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
19 |
|
shorthand properties did croak (fixed but still they does not |
20 |
|
return correct result - they need to be fixed later). |
21 |
|
|
22 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
23 |
|
were missing. |
24 |
|
|
25 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Window.pm (___reset_css): Typo fixed. |
28 |
|
|
29 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
32 |
|
the |CSS2Properties| interface. |
33 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
34 |
|
|
35 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
38 |
|
Return an empty string if no value is assigned to the property. Insert |
39 |
|
a SPACE before '!' for compatibility with Firefox. |
40 |
|
|
41 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* CSSRule.pm (css_text): Trailing newline character is removed |
* CSSRule.pm (css_text): Trailing newline character is removed |