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