1 |
|
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| |
28 |
|
to get better result. |
29 |
|
|
30 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Window.pm: New Perl module. |
33 |
|
|
34 |
|
* Document.pm (default_view): Implemented. |
35 |
|
|
36 |
|
* Element.pm (current_style): Implemented. |
37 |
|
|
38 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
41 |
|
set of longhand properties. |
42 |
|
(get_property_priority): Implemented. |
43 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
44 |
|
attributes. |
45 |
|
|
46 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
49 |
|
as well as |{compute}| as a way to filter out longhand |
50 |
|
properties. Sort properties by names for readability. |
51 |
|
|
52 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
55 |
|
information for debugging. |
56 |
|
|
57 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
58 |
|
|
59 |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |