1 |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Window.pm (___reset_css): Typo fixed. |
4 |
|
|
5 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
8 |
|
the |CSS2Properties| interface. |
9 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
10 |
|
|
11 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
14 |
|
Return an empty string if no value is assigned to the property. Insert |
15 |
|
a SPACE before '!' for compatibility with Firefox. |
16 |
|
|
17 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
20 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
21 |
|
(selector_text): Namespace support is fixed. |
22 |
|
|
23 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
24 |
|
|
25 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
28 |
to get better result. |
to get better result. |
29 |
|
|