1 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
4 |
|
the |CSS2Properties| interface. |
5 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
6 |
|
|
7 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
10 |
|
Return an empty string if no value is assigned to the property. Insert |
11 |
|
a SPACE before '!' for compatibility with Firefox. |
12 |
|
|
13 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
16 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
17 |
|
(selector_text): Namespace support is fixed. |
18 |
|
|
19 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
20 |
|
|
21 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
24 |
|
to get better result. |
25 |
|
|
26 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Window.pm: New Perl module. |
29 |
|
|
30 |
|
* Document.pm (default_view): Implemented. |
31 |
|
|
32 |
|
* Element.pm (current_style): Implemented. |
33 |
|
|
34 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
37 |
|
set of longhand properties. |
38 |
|
(get_property_priority): Implemented. |
39 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
40 |
|
attributes. |
41 |
|
|
42 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
45 |
|
as well as |{compute}| as a way to filter out longhand |
46 |
|
properties. Sort properties by names for readability. |
47 |
|
|
48 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
51 |
|
information for debugging. |
52 |
|
|
53 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
54 |
|
|
55 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
58 |
|
|
59 |
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |