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