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> |
60 |
|
|
61 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
62 |
|
method. |
63 |
|
|
64 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
67 |
|
an independent function. |
68 |
|
|
69 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
72 |
|
reflecting CSS property is implemented. |
73 |
|
(css_text): Getter is implemented. |
74 |
|
|
75 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
78 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
79 |
|
|
80 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
81 |
|
manakai_lookup_namespace_prefix): New methods. |
82 |
|
|
83 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
86 |
|
|
87 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
90 |
|
(____new): s/_selector/_selectors/g; |
91 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
92 |
|
|
93 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
94 |
|
|
95 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
96 |
|
(css_text): New attribute. |
97 |
|
|
98 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
101 |
|
|
102 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
103 |
|
setting of owner* and parent* attributes; support |
104 |
|
for the |delete_rule| method. |
105 |
|
|
106 |
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |