1 |
|
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 |
29 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
30 |
|
(selector_text): Namespace support is fixed. |
31 |
|
|
32 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
33 |
|
|
34 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
37 |
|
to get better result. |
38 |
|
|
39 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* Window.pm: New Perl module. |
42 |
|
|
43 |
|
* Document.pm (default_view): Implemented. |
44 |
|
|
45 |
|
* Element.pm (current_style): Implemented. |
46 |
|
|
47 |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |