1 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (@import css_text): Implemented. |
4 |
|
|
5 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CSSStyleSheet.pm (manakai_input_encoding): New. |
8 |
|
|
9 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CSSRule.pm (@media, @import ____new): Bless media object |
12 |
|
with the appropriate class. |
13 |
|
(@media css_text): Getter implemented. |
14 |
|
|
15 |
|
* MediaList.pm (media_text): Getter implemented. |
16 |
|
|
17 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CSSStyleDeclaration.pm ($serialize_value): Support |
20 |
|
for new value types. |
21 |
|
|
22 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
25 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
26 |
|
Use it instead of old 'serialize' parameter of CSS |
27 |
|
property definition. |
28 |
|
|
29 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
32 |
|
the priority token if any. |
33 |
|
(get_property_priority): Shorthand case implemented. |
34 |
|
|
35 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
38 |
|
and |serialize_multiple| to serialize shorthand properties |
39 |
|
in reflecting attributes. Return value of |
40 |
|
the |serialzie_multiple| function has been changed. |
41 |
|
(non-computed css_text): Sort by property names. |
42 |
|
|
43 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Window.pm (manakai_get_computed_style): Renamed |
46 |
|
from |get_computed_style|. |
47 |
|
|
48 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
49 |
|
|
50 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
53 |
|
shorthand properties did croak (fixed but still they does not |
54 |
|
return correct result - they need to be fixed later). |
55 |
|
|
56 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
57 |
|
were missing. |
58 |
|
|
59 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* Window.pm (___reset_css): Typo fixed. |
62 |
|
|
63 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
66 |
|
the |CSS2Properties| interface. |
67 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
68 |
|
|
69 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
72 |
|
Return an empty string if no value is assigned to the property. Insert |
73 |
|
a SPACE before '!' for compatibility with Firefox. |
74 |
|
|
75 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
78 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
79 |
|
(selector_text): Namespace support is fixed. |
80 |
|
|
81 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
82 |
|
|
83 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
86 |
|
to get better result. |
87 |
|
|
88 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Window.pm: New Perl module. |
91 |
|
|
92 |
|
* Document.pm (default_view): Implemented. |
93 |
|
|
94 |
|
* Element.pm (current_style): Implemented. |
95 |
|
|
96 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
99 |
|
set of longhand properties. |
100 |
|
(get_property_priority): Implemented. |
101 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
102 |
|
attributes. |
103 |
|
|
104 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
107 |
|
as well as |{compute}| as a way to filter out longhand |
108 |
|
properties. Sort properties by names for readability. |
109 |
|
|
110 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
113 |
|
information for debugging. |
114 |
|
|
115 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
116 |
|
|
117 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
120 |
|
|
121 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
124 |
|
method. |
125 |
|
|
126 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
129 |
|
an independent function. |
130 |
|
|
131 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
134 |
|
reflecting CSS property is implemented. |
135 |
|
(css_text): Getter is implemented. |
136 |
|
|
137 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
140 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
141 |
|
|
142 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
143 |
|
manakai_lookup_namespace_prefix): New methods. |
144 |
|
|
145 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
148 |
|
|
149 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
152 |
|
(____new): s/_selector/_selectors/g; |
153 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
154 |
|
|
155 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
156 |
|
|
157 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
158 |
|
(css_text): New attribute. |
159 |
|
|
160 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
163 |
|
|
164 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
165 |
|
setting of owner* and parent* attributes; support |
166 |
|
for the |delete_rule| method. |
167 |
|
|
168 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
171 |
|
First version of CSSOM implementation. |
172 |
|
|
173 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
176 |
|
manakai_charset): New attributes. |
177 |
|
|
178 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
181 |
|
for getter. |
182 |
|
|
183 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
186 |
|
The |namespaceURI| attribute was not set correctly. |
187 |
|
|
188 |
|
* DOMEvents.dis: Removed. |
189 |
|
|
190 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
193 |
|
EventException.pm: Implemented (but not tested!). |
194 |
|
|
195 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
196 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
197 |
|
error subtypes. |
198 |
|
|
199 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
200 |
|
version |3.0|, is added. |
201 |
|
|
202 |
|
* Document.pm, Node.pm: Event attributes and |
203 |
|
methods are implemented. |
204 |
|
|
205 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
208 |
|
an additional argument for "current element". |
209 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
210 |
|
pseudo-classes. |
211 |
|
|
212 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
215 |
|
|
216 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
219 |
|
|
220 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
223 |
|
|
224 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
227 |
|
from most part of |query_selector_all|. |
228 |
|
|
229 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
232 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
233 |
|
|
234 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
235 |
|
interface. |
236 |
|
|
237 |
|
* Element.pm (Element): Implements the |ElementSelector| |
238 |
|
interface. |
239 |
|
|
240 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
241 |
|
|
242 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
243 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
244 |
|
with limited selectors syntax support, though). |
245 |
|
|
246 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
249 |
|
are supported. |
250 |
|
|
251 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* SelectorsAPI.pm: New Perl module. |
254 |
|
|
255 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
258 |
|
of the |owner_document|, if any, as defined in the spec. |
259 |
|
|
260 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* Makefile: Relative path was wrong. |
263 |
|
|
264 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* HTML/: New directory. |
267 |
|
|
268 |
|
* Element.pm (create_element_ns): Return object implementing |
269 |
|
the |HTMLElement| interface for HTML elements. |
270 |
|
|
271 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* DOMImplementation.pod: New documentation. |
274 |
|
|
275 |
|
* Makefile: Make HTML document. |
276 |
|
|
277 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
280 |
|
|
281 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
282 |
|
|
283 |
|
* Document.pm: Renamed from DOMDocument.pm. |
284 |
|
|
285 |
|
* Element.pm: Renamed from DOMElement.pm |
286 |
|
|
287 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
290 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
291 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
292 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
293 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
294 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
295 |
|
|
296 |
|
* Makefile: Rules for DIS are removed. |
297 |
|
|
298 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
301 |
|
was referenced. |
302 |
|
|
303 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
306 |
|
is implemented. |
307 |
|
|
308 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
311 |
|
is implemented. |
312 |
|
|
313 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* Attr.pm (DeclaredValueType): Added. |
316 |
|
|
317 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
318 |
|
as a valid input, for |text_content| (maybe) allows it. |
319 |
|
|
320 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
321 |
|
|
322 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* DOMElement.pm: Incorrect module was referenced. |
325 |
|
|
326 |
|
* DOMImplementation.pm: References to |
327 |
|
the |Message::Charset::Encode| module has been removed. |
328 |
|
|
329 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
331 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
332 |
|
instead of |Message::Charset::Encode|. |
333 |
|
|
334 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
335 |
|
|
336 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
337 |
|
|
338 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
339 |
|
|
340 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
343 |
|
implemented. |
344 |
|
|
345 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
346 |
|
subclasses. |
347 |
|
|
348 |
|
* DOMImplementation.pm (DOMImplementation): Now |
349 |
|
implements the |AtomDOMImplementation| interface. |
350 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
351 |
|
|
352 |
|
* NodeList.pm (StaticNodeList): Implemented. |
353 |
|
|
354 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
356 |
|
* Atom/: New directory. |
357 |
|
|
358 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
359 |
|
|
360 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
361 |
|
|
362 |
|
* Text.pm (whole_text): Parameter index number has |
363 |
|
been changed to support new |NodeFilter| Perl binding |
364 |
|
definition. |
365 |
|
|
366 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
369 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
370 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
371 |
|
|
372 |
|
* DOMConfiguration.pm (can_set_parameter, |
373 |
|
set_parameter): Don't allow to set the value |
374 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
375 |
|
|
376 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
377 |
|
(create_tree_walker, manakai_create_serial_walker): References |
378 |
|
and prototypes are added. |
379 |
|
|
380 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
381 |
|
|
382 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
383 |
|
version |2.0|, is added. |
384 |
|
|
385 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
386 |
|
|
387 |
* CDATASection.pm: Removed (merged with |Text.pm|). |
* CDATASection.pm: Removed (merged with |Text.pm|). |