1 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSStyleDeclaration.pm ($serialize_value): New (was |
4 |
|
part of Whatpm::CSS::Parser as $default_serializer). |
5 |
|
Use it instead of old 'serialize' parameter of CSS |
6 |
|
property definition. |
7 |
|
|
8 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* CSSStyleDeclaration.pm (css_text): Prepend | ! | before |
11 |
|
the priority token if any. |
12 |
|
(get_property_priority): Shorthand case implemented. |
13 |
|
|
14 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* CSSStyleDeclaration.pm: Use |serialize_shorthand| |
17 |
|
and |serialize_multiple| to serialize shorthand properties |
18 |
|
in reflecting attributes. Return value of |
19 |
|
the |serialzie_multiple| function has been changed. |
20 |
|
(non-computed css_text): Sort by property names. |
21 |
|
|
22 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Window.pm (manakai_get_computed_style): Renamed |
25 |
|
from |get_computed_style|. |
26 |
|
|
27 |
|
* Element.pm (manakai_computed_style): Renamed from |current_style|. |
28 |
|
|
29 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting |
32 |
|
shorthand properties did croak (fixed but still they does not |
33 |
|
return correct result - they need to be fixed later). |
34 |
|
|
35 |
|
* Element.pm (query_selector, query_selector_all): Prototypes |
36 |
|
were missing. |
37 |
|
|
38 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Window.pm (___reset_css): Typo fixed. |
41 |
|
|
42 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* CSSStyleDeclaration.pm: The classes now explicitly implement |
45 |
|
the |CSS2Properties| interface. |
46 |
|
(@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented. |
47 |
|
|
48 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* CSSStyleDeclaration.pm (attributes reflecting CSS properties): |
51 |
|
Return an empty string if no value is assigned to the property. Insert |
52 |
|
a SPACE before '!' for compatibility with Firefox. |
53 |
|
|
54 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CSSRule.pm (css_text): Trailing newline character is removed |
57 |
|
to avoid double empty lines in CSSStyleSheet->css_text. |
58 |
|
(selector_text): Namespace support is fixed. |
59 |
|
|
60 |
|
* CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option. |
61 |
|
|
62 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* CSSRule.pm (selector_text): Use |serialize_selector_text| |
65 |
|
to get better result. |
66 |
|
|
67 |
|
2008-01-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Window.pm: New Perl module. |
70 |
|
|
71 |
|
* Document.pm (default_view): Implemented. |
72 |
|
|
73 |
|
* Element.pm (current_style): Implemented. |
74 |
|
|
75 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CSSStyleDeclaration.pm (css_text): Allow to shorten a complete |
78 |
|
set of longhand properties. |
79 |
|
(get_property_priority): Implemented. |
80 |
|
(CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting |
81 |
|
attributes. |
82 |
|
|
83 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}| |
86 |
|
as well as |{compute}| as a way to filter out longhand |
87 |
|
properties. Sort properties by names for readability. |
88 |
|
|
89 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* CSSStyleDeclaration.pm (css_text): Output |undef| property |
92 |
|
information for debugging. |
93 |
|
|
94 |
|
* CSSStyleSheet.pm (manakai_base_uri): New attribute. |
95 |
|
|
96 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class. |
99 |
|
|
100 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* SelectorsAPI.pm, Document.pm (___query_selector_all): New internal |
103 |
|
method. |
104 |
|
|
105 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* SelectorsAPI.pm: Make simple-selector-sequence-matching |
108 |
|
an independent function. |
109 |
|
|
110 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes |
113 |
|
reflecting CSS property is implemented. |
114 |
|
(css_text): Getter is implemented. |
115 |
|
|
116 |
|
2007-12-24 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* CSSRule.pm (selector_text): Ad hoc support for namespace prefixes. |
119 |
|
(CSSNamespaceRule.css_text): Getter implemented. |
120 |
|
|
121 |
|
* CSSStyleSheet.pm (manakai_is_default_namespace, |
122 |
|
manakai_lookup_namespace_prefix): New methods. |
123 |
|
|
124 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
127 |
|
|
128 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
131 |
|
(____new): s/_selector/_selectors/g; |
132 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
133 |
|
|
134 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
135 |
|
|
136 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
137 |
|
(css_text): New attribute. |
138 |
|
|
139 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
142 |
|
|
143 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
144 |
|
setting of owner* and parent* attributes; support |
145 |
|
for the |delete_rule| method. |
146 |
|
|
147 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
150 |
|
First version of CSSOM implementation. |
151 |
|
|
152 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
155 |
|
manakai_charset): New attributes. |
156 |
|
|
157 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
160 |
|
for getter. |
161 |
|
|
162 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
165 |
|
The |namespaceURI| attribute was not set correctly. |
166 |
|
|
167 |
|
* DOMEvents.dis: Removed. |
168 |
|
|
169 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
172 |
|
EventException.pm: Implemented (but not tested!). |
173 |
|
|
174 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
175 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
176 |
|
error subtypes. |
177 |
|
|
178 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
179 |
|
version |3.0|, is added. |
180 |
|
|
181 |
|
* Document.pm, Node.pm: Event attributes and |
182 |
|
methods are implemented. |
183 |
|
|
184 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
187 |
|
an additional argument for "current element". |
188 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
189 |
|
pseudo-classes. |
190 |
|
|
191 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
194 |
|
|
195 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
198 |
|
|
199 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
202 |
|
|
203 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
206 |
|
from most part of |query_selector_all|. |
207 |
|
|
208 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
211 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
212 |
|
|
213 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
214 |
|
interface. |
215 |
|
|
216 |
|
* Element.pm (Element): Implements the |ElementSelector| |
217 |
|
interface. |
218 |
|
|
219 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
220 |
|
|
221 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
222 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
223 |
|
with limited selectors syntax support, though). |
224 |
|
|
225 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
228 |
|
are supported. |
229 |
|
|
230 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* SelectorsAPI.pm: New Perl module. |
233 |
|
|
234 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
237 |
|
of the |owner_document|, if any, as defined in the spec. |
238 |
|
|
239 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* Makefile: Relative path was wrong. |
242 |
|
|
243 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* HTML/: New directory. |
246 |
|
|
247 |
|
* Element.pm (create_element_ns): Return object implementing |
248 |
|
the |HTMLElement| interface for HTML elements. |
249 |
|
|
250 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* DOMImplementation.pod: New documentation. |
253 |
|
|
254 |
|
* Makefile: Make HTML document. |
255 |
|
|
256 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
259 |
|
|
260 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
261 |
|
|
262 |
|
* Document.pm: Renamed from DOMDocument.pm. |
263 |
|
|
264 |
|
* Element.pm: Renamed from DOMElement.pm |
265 |
|
|
266 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
269 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
270 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
271 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
272 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
273 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
274 |
|
|
275 |
|
* Makefile: Rules for DIS are removed. |
276 |
|
|
277 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
280 |
|
was referenced. |
281 |
|
|
282 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
285 |
|
is implemented. |
286 |
|
|
287 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
290 |
|
is implemented. |
291 |
|
|
292 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
293 |
|
|
294 |
|
* Attr.pm (DeclaredValueType): Added. |
295 |
|
|
296 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
297 |
|
as a valid input, for |text_content| (maybe) allows it. |
298 |
|
|
299 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
300 |
|
|
301 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* DOMElement.pm: Incorrect module was referenced. |
304 |
|
|
305 |
|
* DOMImplementation.pm: References to |
306 |
|
the |Message::Charset::Encode| module has been removed. |
307 |
|
|
308 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
311 |
|
instead of |Message::Charset::Encode|. |
312 |
|
|
313 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
316 |
|
|
317 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
318 |
|
|
319 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
320 |
|
|
321 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
322 |
|
implemented. |
323 |
|
|
324 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
325 |
|
subclasses. |
326 |
|
|
327 |
|
* DOMImplementation.pm (DOMImplementation): Now |
328 |
|
implements the |AtomDOMImplementation| interface. |
329 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
330 |
|
|
331 |
|
* NodeList.pm (StaticNodeList): Implemented. |
332 |
|
|
333 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* Atom/: New directory. |
336 |
|
|
337 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
340 |
|
|
341 |
|
* Text.pm (whole_text): Parameter index number has |
342 |
|
been changed to support new |NodeFilter| Perl binding |
343 |
|
definition. |
344 |
|
|
345 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
348 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
349 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
350 |
|
|
351 |
|
* DOMConfiguration.pm (can_set_parameter, |
352 |
|
set_parameter): Don't allow to set the value |
353 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
354 |
|
|
355 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
356 |
|
(create_tree_walker, manakai_create_serial_walker): References |
357 |
|
and prototypes are added. |
358 |
|
|
359 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
360 |
|
|
361 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
362 |
|
version |2.0|, is added. |
363 |
|
|
364 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
366 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
367 |
|
|
368 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
369 |
|
|
370 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
371 |
|
|
372 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
373 |
|
|
374 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
376 |
|
* DOMConfiguration.pm: Support for |schema-type| |
377 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
378 |
|
|
379 |
|
* NamedNodeMap (TIEHASH): Were missing. |
380 |
|
|
381 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
382 |
|
|
383 |
|
* AttributeDefinition.pm (node_value): Implemented. |
384 |
|
(create_attribute_definition): Implemented. |
385 |
|
|
386 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
387 |
|
get_parameter, set_parameter, can_set_parameter, |
388 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
389 |
|
FIRSTKEY, LASTKEY): Implemented. |
390 |
|
|
391 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
392 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
393 |
|
|
394 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
395 |
|
Implemented. |
396 |
|
|
397 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
398 |
|
are added. |
399 |
|
|
400 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
401 |
|
class. |
402 |
|
|
403 |
|
* DocumentType.pm (get_element_type_definition_node, |
404 |
|
get_general_entity_node, get_notation_node, |
405 |
|
set_element_type_definition_node, set_general_entity_node, |
406 |
|
set_notation_node, create_document_type_definition): Implemented. |
407 |
|
|
408 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
409 |
|
set_attribute_definition_node, create_element_type_definition): |
410 |
|
Implemented. |
411 |
|
|
412 |
|
* Entity.pm (create_general_entity): Implemented. |
413 |
|
|
414 |
|
* Node.pm: Constants in |OperationType| definition |
415 |
|
group are added. |
416 |
|
(manakai_language): Implemented. |
417 |
|
|
418 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
419 |
|
class. |
420 |
|
|
421 |
|
* Notation.pm (create_notation): Implemented. |
422 |
|
|
423 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
424 |
|
|
425 |
|
* TypeInfo.pm: New Perl module. |
426 |
|
|
427 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
428 |
|
to avoid HTML5 case normalization. |
429 |
|
(is_id): Implemented. |
430 |
|
(manakai_name): New attribute. |
431 |
|
(schema_type_info): Implemented. |
432 |
|
(create_attribute_ns): Empty string as namespace URI |
433 |
|
was not supported. |
434 |
|
|
435 |
|
* DOMElement.pm (clone_node): Removed since now it is |
436 |
|
defined in |Node.pm|. |
437 |
|
(schema_type_info): Implemented. |
438 |
|
(manakai_tag_name): New attribute. |
439 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
440 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
441 |
|
remove_attribute, remove_attribute_ns, |
442 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
443 |
|
set_id_attribute, set_id_attribute_node, |
444 |
|
set_id_attribute_ns): Implemented. |
445 |
|
(create_element_ns): Empty string as namespace URI |
446 |
|
was not supported. |
447 |
|
|
448 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
449 |
|
|
450 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
451 |
|
|
452 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
453 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
454 |
|
by empty strings for compatibility with Web browsers. |
455 |
|
(create_document_type): Initialize |internal_subset| |
456 |
|
attribute by an empty string for compatibility with |
457 |
|
Web browsers. |
458 |
|
|
459 |
|
* ElementTypeDefinition.pm, Entity.pm, |
460 |
|
Notation.pm (owner_document_type_definition): Implemented. |
461 |
|
|
462 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
463 |
|
|
464 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
465 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
466 |
|
|
467 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
468 |
|
|
469 |
|
* Attr.pm (value, node_value): Now it is defined |
470 |
|
as |text_content| itself. |
471 |
|
|
472 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
473 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
474 |
|
|
475 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
476 |
|
|
477 |
|
* DocumentType.pm (internal_subset): Implemented. |
478 |
|
|
479 |
|
* Entity.pm (is_externally_declared, input_encoding, |
480 |
|
xml_version): Implemented. |
481 |
|
|
482 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
483 |
|
|
484 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
485 |
|
|
486 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
487 |
|
(data): Reimplemented. |
488 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
489 |
|
a number of bugs. |
490 |
|
|
491 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
492 |
|
|
493 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
495 |
|
* StringExtended.pm: New Perl module. |
496 |
|
|
497 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
498 |
|
insert_data, replace_data, substring_data): Implemented. |
499 |
|
|
500 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
501 |
|
|
502 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
503 |
|
split_text): Implemented. |
504 |
|
|
505 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
506 |
|
|
507 |
|
* DOMElement.pm (attributes): Implemented. |
508 |
|
|
509 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
510 |
|
|
511 |
|
* DocumentType.pm (entities, general_entities, |
512 |
|
notations, element_types): Implemented. |
513 |
|
|
514 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
515 |
|
|
516 |
|
* NamedNodeMap.pm: New Perl module. |
517 |
|
|
518 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
519 |
|
|
520 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
521 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
522 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
523 |
|
insert_before, replace_child): Implemented. |
524 |
|
|
525 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
526 |
|
|
527 |
|
* Node.pm (remove_child): Implemented. |
528 |
|
|
529 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
530 |
|
|
531 |
|
* Node.pm (==, is_equal_node): Implemented. |
532 |
|
(is_same_node): Implemented. |
533 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
534 |
|
(is_supported): Implemented. |
535 |
|
|
536 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
539 |
|
(create_document): Implemented. |
540 |
|
|
541 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
542 |
|
errors. |
543 |
|
(QNAME_NULLNS_ERR): New errors. |
544 |
|
|
545 |
|
* DocumenType.pm (create_document_type): Implemented. |
546 |
|
|
547 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
548 |
|
|
549 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
550 |
|
|
551 |
|
* DOMElement.pm (has_attribute): Alpha version. |
552 |
|
(create_element, create_element_ns): Implemented. |
553 |
|
|
554 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
555 |
|
|
556 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
557 |
|
|
558 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
559 |
|
|
560 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
561 |
|
|
562 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
563 |
|
|
564 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
565 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
566 |
|
when |{manakai_compat_mode}| is |undef|. |
567 |
|
|
568 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
569 |
|
|
570 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
571 |
|
Statements to set |$Error::Depth| are removed since they |
572 |
|
are result in "uninitialized" warnings unless |
573 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
574 |
|
Usually methods invoked in these methods does not |
575 |
|
raise any exception so that it makes no difference. |
576 |
|
|
577 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
578 |
|
|
579 |
|
* DOMDocument.pm (adopt_node): Implemented. |
580 |
|
(doctype): Implemented. |
581 |
|
|
582 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
583 |
|
|
584 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
585 |
|
error type. |
586 |
|
|
587 |
|
* Node.pm (set_user_data): Implemented. |
588 |
|
|
589 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
590 |
|
|
591 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
592 |
|
It will be defined in the DOM Perl Binding specification |
593 |
|
as part of |DOMImplementation| interface. |
594 |
|
($HasFeature): Defined for features support. |
595 |
|
(has_feature, get_feature): Implemented. |
596 |
|
|
597 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
598 |
|
module unless necessary. |
599 |
|
(___report_error): Removed since it is not used in fact. |
600 |
|
|
601 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
602 |
|
DOMImplementationRegistry.pm: New modules. |
603 |
|
|
604 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
605 |
|
|
606 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
607 |
|
|
608 |
|
* DOMStringList.pm: New Perl module. |
609 |
|
|
610 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
611 |
|
|
612 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
613 |
|
at all. |
614 |
|
|
615 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
616 |
|
|
617 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
618 |
|
|
619 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
620 |
|
|
621 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
622 |
|
(manakai_is_html): Revised. |
623 |
|
(Document): Now it implements the |HTMLDocument| interface. |
624 |
|
(adopt_node): Alpha version. |
625 |
|
|
626 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
627 |
|
not |allowed_token|! |
628 |
|
|
629 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
630 |
|
return an |undef| even if its |attribute_definitions| |
631 |
|
list is not created. |
632 |
|
|
633 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
634 |
|
|
635 |
|
* Comment.pm (node_type): Node type was incorrect! |
636 |
|
|
637 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
638 |
|
|
639 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
640 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
641 |
|
New autoload configuration. Note that the Message::Charset::Encode |
642 |
|
module is subject to change. |
643 |
|
|
644 |
|
* XMLParserTemp.pm: Now it can be used with new version |
645 |
|
of DOM implementation. Current plan is to replace it by |
646 |
|
an XML5 parser someday. |
647 |
|
|
648 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
649 |
|
|
650 |
* DOMLocator.pm: New module. |
* DOMLocator.pm: New module. |