1 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Element.pm (create_element, create_element_ns): Inputs |
4 |
|
were not normalized into a string. |
5 |
|
|
6 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Document.pm (manakai_html, manakai_head): New methods. |
9 |
|
|
10 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* CSSRule.pm (@import css_text): Implemented. |
13 |
|
|
14 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* CSSStyleSheet.pm (manakai_input_encoding): New. |
17 |
|
|
18 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
21 |
|
with the appropriate class. |
22 |
|
(@media css_text): Getter implemented. |
23 |
|
|
24 |
|
* MediaList.pm (media_text): Getter implemented. |
25 |
|
|
26 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
29 |
|
for new value types. |
30 |
|
|
31 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
34 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
35 |
|
Use it instead of old 'serialize' parameter of CSS |
36 |
|
property definition. |
37 |
|
|
38 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
41 |
|
the priority token if any. |
42 |
|
(get_property_priority): Shorthand case implemented. |
43 |
|
|
44 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
47 |
|
and |serialize_multiple| to serialize shorthand properties |
48 |
|
in reflecting attributes. Return value of |
49 |
|
the |serialzie_multiple| function has been changed. |
50 |
|
(non-computed css_text): Sort by property names. |
51 |
|
|
52 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* Window.pm (manakai_get_computed_style): Renamed |
55 |
|
from |get_computed_style|. |
56 |
|
|
57 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
58 |
|
|
59 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
62 |
|
shorthand properties did croak (fixed but still they does not |
63 |
|
return correct result - they need to be fixed later). |
64 |
|
|
65 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
66 |
|
were missing. |
67 |
|
|
68 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Window.pm (___reset_css): Typo fixed. |
71 |
|
|
72 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
75 |
|
the |CSS2Properties| interface. |
76 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
77 |
|
|
78 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
81 |
|
Return an empty string if no value is assigned to the property. Insert |
82 |
|
a SPACE before '!' for compatibility with Firefox. |
83 |
|
|
84 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
87 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
88 |
|
(selector_text): Namespace support is fixed. |
89 |
|
|
90 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
91 |
|
|
92 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
95 |
|
to get better result. |
96 |
|
|
97 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Window.pm: New Perl module. |
100 |
|
|
101 |
|
* Document.pm (default_view): Implemented. |
102 |
|
|
103 |
|
* Element.pm (current_style): Implemented. |
104 |
|
|
105 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
108 |
|
set of longhand properties. |
109 |
|
(get_property_priority): Implemented. |
110 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
111 |
|
attributes. |
112 |
|
|
113 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
116 |
|
as well as |{compute}| as a way to filter out longhand |
117 |
|
properties. Sort properties by names for readability. |
118 |
|
|
119 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
122 |
|
information for debugging. |
123 |
|
|
124 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
125 |
|
|
126 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
129 |
|
|
130 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
133 |
|
method. |
134 |
|
|
135 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
138 |
|
an independent function. |
139 |
|
|
140 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
143 |
|
reflecting CSS property is implemented. |
144 |
|
(css_text): Getter is implemented. |
145 |
|
|
146 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
149 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
150 |
|
|
151 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
152 |
|
manakai_lookup_namespace_prefix): New methods. |
153 |
|
|
154 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
157 |
|
|
158 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
161 |
|
(____new): s/_selector/_selectors/g; |
162 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
163 |
|
|
164 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
165 |
|
|
166 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
167 |
|
(css_text): New attribute. |
168 |
|
|
169 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
172 |
|
|
173 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
174 |
|
setting of owner* and parent* attributes; support |
175 |
|
for the |delete_rule| method. |
176 |
|
|
177 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
180 |
|
First version of CSSOM implementation. |
181 |
|
|
182 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
* Document.pm, Entity.pm (manakai_has_bom, |
* Document.pm, Entity.pm (manakai_has_bom, |