1 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
4 |
|
Return an empty string if no value is assigned to the property. Insert |
5 |
|
a SPACE before '!' for compatibility with Firefox. |
6 |
|
|
7 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
10 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
11 |
|
(selector_text): Namespace support is fixed. |
12 |
|
|
13 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
14 |
|
|
15 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
18 |
|
to get better result. |
19 |
|
|
20 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Window.pm: New Perl module. |
23 |
|
|
24 |
|
* Document.pm (default_view): Implemented. |
25 |
|
|
26 |
|
* Element.pm (current_style): Implemented. |
27 |
|
|
28 |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |