/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.202 by wakaba, Sun Dec 3 05:40:32 2006 UTC revision 1.271 by wakaba, Sat Oct 27 13:07:27 2007 UTC
# Line 1  Line 1 
1    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
4            The |namespaceURI| attribute was not set correctly.
5    
6            * DOMEvents.dis: Removed.
7    
8    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
9    
10            * Event.pm, EventTarget.pm, EventTargetNode.pm,
11            EventException.pm: Implemented (but not tested!).
12    
13            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
14            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
15            error subtypes.
16    
17            * DOMImplementation.pm ($HasFeature): The |Event| feature,
18            version |3.0|, is added.
19    
20            * Document.pm, Node.pm: Event attributes and
21            methods are implemented.
22    
23    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
24    
25            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
26            an additional argument for "current element".
27            Support for |-manakai-current| and |-manakai-current(/s/)|
28            pseudo-classes.
29    
30    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
31    
32            * SelectorsAPI.pm: Attribute selectors are implemented.
33    
34    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
35    
36            * SelectorsAPI.pm (ElementSelector): Implemented.
37    
38    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
39    
40            * SelectorsAPI.pm (query_selector): Implemented.
41    
42    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
43    
44            * SelectorsAPI.pm ($get_elements_by_selectors): Created
45            from most part of |query_selector_all|.
46    
47    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
48    
49            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
50            (UNDECLARED_PREFIX_ERR): New subtype is defined.
51    
52            * Document.pm (Document): Implements the |DocumentSelector|
53            interface.
54    
55            * Element.pm (Element): Implements the |ElementSelector|
56            interface.
57    
58            * Node.pm (Node): Implements the |NSResolver| interface.
59    
60            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
61            API Editor's Draft (only |query_selector_all| on |Document|,
62            with limited selectors syntax support, though).
63    
64    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
65    
66            * SelectorsAPI.pm: Namespaced type/universal selectors
67            are supported.
68    
69    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
70    
71            * SelectorsAPI.pm: New Perl module.
72    
73    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
74    
75            * Node.pm (manakai_language): Return the |manakai_language|
76            of the |owner_document|, if any, as defined in the spec.
77    
78    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Makefile: Relative path was wrong.
81    
82    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML/: New directory.
85    
86            * Element.pm (create_element_ns): Return object implementing
87            the |HTMLElement| interface for HTML elements.
88    
89    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DOMImplementation.pod: New documentation.
92    
93            * Makefile: Make HTML document.
94    
95    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
96    
97            * XDoctype.dis, XDoctype.pm: Removed.
98    
99            * CharacterData.pm: Renamed from DOMCharacterData.pm.
100    
101            * Document.pm: Renamed from DOMDocument.pm.
102    
103            * Element.pm: Renamed from DOMElement.pm
104    
105    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
106    
107            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
108            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
109            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
110            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
111            DOMMain.dis, DOMMain.pm, DOMLS.dis,
112            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
113    
114            * Makefile: Rules for DIS are removed.
115    
116    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Text.pm: |Message::DOM::Traversal, an obsolete module,
119            was referenced.
120    
121    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
122    
123            * DOMDocument.pm (inner_html): Setter in HTML document
124            is implemented.
125    
126    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMDocument.pm (inner_html): Setter in XML document
129            is implemented.
130    
131    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
132    
133            * Attr.pm (DeclaredValueType): Added.
134    
135            * ProcessingInstruction.pm (data): Accept |undef|
136            as a valid input, for |text_content| (maybe) allows it.
137    
138            * TypeInfo.pm (type_namespace): The implementation was wrong.
139    
140    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMElement.pm: Incorrect module was referenced.
143    
144            * DOMImplementation.pm: References to
145            the |Message::Charset::Encode| module has been removed.
146    
147    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
148    
149            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
150            instead of |Message::Charset::Encode|.
151    
152    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
153    
154            * DOMDocument.pm (inner_html): New attribute (beta).
155    
156            * DOMElement.pm (inner_html): New attribute (beta).
157    
158    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
159    
160            * DOMConfiguration.pm: Configuration parameter |create-child-element|
161            implemented.
162    
163            * DOMElement.pm (create_element_ns): Support for Atom
164            subclasses.
165    
166            * DOMImplementation.pm (DOMImplementation): Now
167            implements the |AtomDOMImplementation| interface.
168            ($HasFeature): Features |atom| and |atomthreading| are added.
169    
170            * NodeList.pm (StaticNodeList): Implemented.
171    
172    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
173    
174            * Atom/: New directory.
175    
176    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
177    
178            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
179    
180            * Text.pm (whole_text): Parameter index number has
181            been changed to support new |NodeFilter| Perl binding
182            definition.
183    
184    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
185    
186            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
187            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
188            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
189    
190            * DOMConfiguration.pm (can_set_parameter,
191            set_parameter): Don't allow to set the value
192            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
193    
194            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
195            (create_tree_walker, manakai_create_serial_walker): References
196            and prototypes are added.
197    
198            * DOMException.pm (NULLPO_ERR): New error type:-).
199    
200            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
201            version |2.0|, is added.
202    
203    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
204    
205            * CDATASection.pm: Removed (merged with |Text.pm|).
206    
207            * Text.pm (Message::DOM::Text::CDATASection): New.
208    
209            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
210    
211            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
212    
213    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DOMConfiguration.pm: Support for |schema-type|
216            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
217    
218            * NamedNodeMap (TIEHASH): Were missing.
219    
220    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
221    
222            * AttributeDefinition.pm (node_value): Implemented.
223            (create_attribute_definition): Implemented.
224    
225            * DOMConfiguration.pm (%{}, TIEHASH,
226            get_parameter, set_parameter, can_set_parameter,
227            EXISTS, DELETE, parameter_names, FETCH, STORE,
228            FIRSTKEY, LASTKEY): Implemented.
229    
230            * DOMDocument.pm (____new): Set |error-handler| default.
231            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
232    
233            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
234            Implemented.
235    
236            * DOMException.pm: Error types for |DOMConfiguration|
237            are added.
238    
239            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
240            class.
241    
242            * DocumentType.pm (get_element_type_definition_node,
243            get_general_entity_node, get_notation_node,
244            set_element_type_definition_node, set_general_entity_node,
245            set_notation_node, create_document_type_definition): Implemented.
246    
247            * ElementTypeDefinition.pm (get_attribute_definition_node,
248            set_attribute_definition_node, create_element_type_definition):
249            Implemented.
250    
251            * Entity.pm (create_general_entity): Implemented.
252    
253            * Node.pm: Constants in |OperationType| definition
254            group are added.
255            (manakai_language): Implemented.
256    
257            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
258            class.
259    
260            * Notation.pm (create_notation): Implemented.
261    
262    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
263    
264            * TypeInfo.pm: New Perl module.
265    
266            * Attr.pm: Use |manakai_local_name| rather than |local_name|
267            to avoid HTML5 case normalization.
268            (is_id): Implemented.
269            (manakai_name): New attribute.
270            (schema_type_info): Implemented.
271            (create_attribute_ns): Empty string as namespace URI
272            was not supported.
273    
274            * DOMElement.pm (clone_node): Removed since now it is
275            defined in |Node.pm|.
276            (schema_type_info): Implemented.
277            (manakai_tag_name): New attribute.
278            (get_attribute, get_attribute_node, get_attribute_ns,
279            get_attribute_node_ns, has_attribute, has_attribute_ns,
280            remove_attribute, remove_attribute_ns,
281            remove_attribute_node, set_attribute, set_attribute_ns,
282            set_id_attribute, set_id_attribute_node,
283            set_id_attribute_ns): Implemented.
284            (create_element_ns): Empty string as namespace URI
285            was not supported.
286    
287    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
288    
289            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
290    
291            * DocumentType.pm (create_document_type_definition): Initialize
292            |public_id|, |system_id|, and |internal_subset| attributes
293            by empty strings for compatibility with Web browsers.
294            (create_document_type): Initialize |internal_subset|
295            attribute by an empty string for compatibility with
296            Web browsers.
297    
298            * ElementTypeDefinition.pm, Entity.pm,
299            Notation.pm (owner_document_type_definition): Implemented.
300    
301    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
302    
303            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
304            feature is added for compatibility with |XMLParserTemp.pm|.
305    
306    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
307    
308            * Attr.pm (value, node_value): Now it is defined
309            as |text_content| itself.
310    
311            * AttributeDefinition.pm, ElementTypeDefinition.pm,
312            Node.pm (AUTOLOAD): Unused block is removed.
313    
314            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
315    
316            * DocumentType.pm (internal_subset): Implemented.
317    
318            * Entity.pm (is_externally_declared, input_encoding,
319            xml_version): Implemented.
320    
321            * ProcessingInstruction.pm (target, data): Implemented.
322    
323    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
324    
325            * DOMCharacterData.pm (AUTOLOAD): Removed.
326            (data): Reimplemented.
327            (delete_data, insert_data, replace_data, substring_data): There were
328            a number of bugs.
329    
330            * Text.pm (AUTOLOAD): Removed.  Unused.
331    
332    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
333    
334            * StringExtended.pm: New Perl module.
335    
336            * DOMCharacterData.pm (length, append_data, delete_data,
337            insert_data, replace_data, substring_data): Implemented.
338    
339            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
340    
341            * Text.pm (is_element_content_whitespace, whole_text,
342            split_text): Implemented.
343    
344    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
345    
346            * DOMElement.pm (attributes): Implemented.
347    
348            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
349    
350            * DocumentType.pm (entities, general_entities,
351            notations, element_types): Implemented.
352    
353            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
354    
355            * NamedNodeMap.pm: New Perl module.
356    
357    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
358    
359            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
360            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
361            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
362            insert_before, replace_child): Implemented.
363    
364            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
365    
366            * Node.pm (remove_child): Implemented.
367    
368    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
369    
370            * Node.pm (==, is_equal_node): Implemented.
371            (is_same_node): Implemented.
372            (get_feature, get_user_data, set_user_data): Implemented.
373            (is_supported): Implemented.
374            
375    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
376    
377            * DOMDocument.pm (get_element_by_id): Implemented.
378            (create_document): Implemented.
379    
380            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
381            errors.
382            (QNAME_NULLNS_ERR): New errors.
383    
384            * DocumenType.pm (create_document_type): Implemented.
385    
386    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
387    
388            * CDATASection.pm (is_element_content_whitespace): New.
389    
390            * DOMElement.pm (has_attribute): Alpha version.
391            (create_element, create_element_ns): Implemented.
392    
393            * DocumentType.pm (get_general_entity_node): Alpha version.
394    
395            * EntityReference.pm (create_entity_reference): Implemented.
396    
397            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
398    
399    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
400    
401            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
402    
403            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
404            (compat_mode): Check |defined| not to be warned as "uninitialized"
405            when |{manakai_compat_mode}| is |undef|.
406    
407            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
408    
409            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
410            Statements to set |$Error::Depth| are removed since they
411            are result in "uninitialized" warnings unless
412            the |Message::DOM::DOMException| module is loaded earlier.
413            Usually methods invoked in these methods does not
414            raise any exception so that it makes no difference.
415    
416    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
417    
418            * DOMDocument.pm (adopt_node): Implemented.
419            (doctype): Implemented.
420    
421            * DOMElement.pm (remove_attribute_node): Alpha version.
422    
423            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
424            error type.
425    
426            * Node.pm (set_user_data): Implemented.
427    
428    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
429    
430            * DOMImplementation.pm (new): New method name for |____new|.
431            It will be defined in the DOM Perl Binding specification
432            as part of |DOMImplementation| interface.
433            ($HasFeature): Defined for features support.
434            (has_feature, get_feature): Implemented.
435    
436            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
437            module unless necessary.
438            (___report_error): Removed since it is not used in fact.
439    
440            * DOMImplementationList.pm, DOMImplementationSource.pm,
441            DOMImplementationRegistry.pm: New modules.
442    
443    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
444    
445            * AttributeDefinition.pm (allowed_tokens): Implemented.
446    
447            * DOMStringList.pm: New Perl module.
448    
449    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
450    
451            * DOMElement.pm (clone_node): Alpha version.  It did not work
452            at all.
453    
454    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
455    
456            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
457    
458    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
459    
460            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
461            (manakai_is_html): Revised.
462            (Document): Now it implements the |HTMLDocument| interface.
463            (adopt_node): Alpha version.
464    
465            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
466            not |allowed_token|!
467    
468            * ElementTypeDefinition.pm (attribute_definitions): Don't
469            return an |undef| even if its |attribute_definitions|
470            list is not created.
471    
472    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
473    
474            * Comment.pm (node_type): Node type was incorrect!
475    
476            * DOMConfiguration.pm (get_parameter): Alpha.
477    
478            * DOMImplementation.pm (create_mc_decode_handler,
479            create_charset_name_from_uri, create_uri_from_charset_name):
480            New autoload configuration.  Note that the Message::Charset::Encode
481            module is subject to change.
482    
483            * XMLParserTemp.pm: Now it can be used with new version
484            of DOM implementation.  Current plan is to replace it by
485            an XML5 parser someday.
486    
487    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
488    
489            * DOMLocator.pm: New module.
490    
491            * DOMError.pm: New module.
492    
493    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
494    
495            * Node.pm (manakai_expanded_uri, manakai_parent_element,
496            clone_node, compare_document_position, has_attributes,
497            has_child_nodes, is_default_namespace, lookup_namespace_uri,
498            lookup_prefix, normalize): Implemented.
499    
500            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
501    
502            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
503    
504    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
505    
506            * AttributeDefinition.pm (____new): Set an empty list
507            to the |allowed_tokens| attribute.
508            (allowed_token): Alpha version.
509    
510            * DocumentType.pm (get_element_type_definition_node,
511            get_notation_node): ALpha version.
512    
513            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
514            version.
515    
516            * Entity.pm (notation_name): Implemented.
517    
518    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
519    
520            * Attr.pm (____new): Initialize |specified| as 1.
521            (base_uri, manakai_attribute_type, specified): Implemented.
522            (prefix): Don't check read-only flag unless |strict_error_checking|.
523            (value): Call |text_content| for now.
524    
525            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
526            (declared_type, default_type): Implemented.
527    
528            * CharacterData.pm (____new): Allow a scalar reference
529            as an input for the |data| attribute.
530            (base_uri, manakai_append_text): Implemented.
531    
532            * DOMConfiguration.pm (set_parameter): Resetting implemented.
533    
534            * DOMDocument.pm (____new): Set default values to
535            configuration parameter whose default is true.
536            (document_uri, input_encoding): Implemented.
537            (all_declarations_processed, manakai_is_html): Implemented.
538            (base_uri, manakai_append_text,
539            manakai_entity_base_uri, strict_error_checking,
540            xml_encoding, xml_version, xml_standalone): Implemented.
541    
542            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
543            (get_attribute, get_attribute_node): Alpha version.
544            (set_attribute_node, set_attribute_node_ns): Implemented.
545            (set_attribute_ns): Accept non-ARRAY qualified name.
546    
547            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
548            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
549    
550            * DocumentType.pm (public_id, system_id): Implemented.
551            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
552            manakai_append_text): Implemented.
553            (element_types, general_entities, notations,
554            set_element_type_definition_node, set_general_entity_node,
555            set_notation_node): Alpha version.
556    
557            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
558            (attribute_definitions, set_attribute_definition_node): Alpha version.
559    
560            * Entity.pm (has_replacement_tree, public_id, system_id,
561            manakai_declaration_base_uri, manakai_entity_base_uri,
562            manakai_entity_uri): Implemented.
563    
564            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
565            (base_uri, manakai_entity_base_uri): Implemented.
566    
567            * Node.pm (base_uri): Implemented.
568            (text_content): Don't check read-only or not
569            unless |strict_error_checking|.
570            (manakai_append_text): Implemented.
571            (get_feature): Alpha.
572            (manakai_set_read_only): Implemented.
573    
574            * Notation.pm (public_id, system_id, manakai_append_text,
575            manakai_declaration_base_uri): Implemented.
576    
577            * ProcessingInstruction.pm (manakai_base_uri,
578            base_uri, manakai_append_text): Implemented.
579    
580    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
581    
582            * DOMConfiguration.pm: New module.
583    
584            * Attr.pm (trivial accessor for read-write attributes): Throw
585            an exception if the node is read-only.  Delete the property
586            if undef is specified.
587            (prefix): Implemented.
588    
589            * DOMElement.pm (trivial accessor for read-write attributes): Throw
590            an exception if the node is read-only.  Delete the property
591            if undef is specified.
592            (prefix): Implemented.
593            (text_content, manakai_append_text): Old implementations are removed.
594    
595            * DOMCharacterData.pm (text_content): Implemented.
596    
597            * DOMDocument.pm (____new): Initialize the strict-document-children
598            parameter by true.
599            (text_content): Reimplemented.
600            (dom_config): New.
601    
602            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
603    
604            * DocumentType.pm (text_content): Implemented.
605    
606            * ElementTypeDefinition.pm (text_content): Implemented.
607    
608            * Node.pm (___report_error): New method.
609            (text_content): Implemented.
610            (manakai_append_text): Copied from |DOMElement.pm|.
611    
612            * Notation.pm (text_content): Implemented.
613    
614            * ProcessingInstruction.pm (text_content): Implemented.
615    
616            * Text.pm (is_element_content_whitespace): Alpha version.
617    
618    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
619    
620            * DOMException.pm (Message::IF::DOMException): Extends
621            the |Message::Util::Error| class.
622    
623            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
624            (CLEAR): Not all items were removed.
625    
626    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
627    
628            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
629            DocumentType.pm, Entity.pm,
630            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
631    
632            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
633            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
634    
635            * DOMDocument.pm (AUTOLOAD): Typo fixed.
636    
637            * Node.pm (==, !=): Implemented.
638            (manakai_read_only): Implemented.
639            (is_same_node): Implemented.
640            (is_equal_node): Alpha version.
641            (manakai_set_read_only): Alpha version.
642            (child_nodes, first_child, last_child, previous_sibling): Duplicate
643            definitions are removed.
644    
645    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
646    
647            * Node.pm: First alpha version of implementation of attributes.
648    
649    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
650    
651            * ProcessingInstruction.pm, EntityReference.pm,
652            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
653            ElementTypeDefinition.pm, AttributeDefinition.pm,
654            DocumentType.pm, DOMElement.pm, Attr.pm,
655            CharacterData.pm, Text.pm, Comment.pm (node_name,
656            node_value, node_type): Implemented.
657    
658    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
659    
660            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
661            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
662            AttributeDefinition.pm: New modules.
663    
664            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
665            (create_attribute_definition, create_element_type_definition,
666            create_document_type_definition, create_cdata_section,
667            create_processing_instruction, create_entity_reference,
668            create_general_entity, create_notation): Prototypes added.
669    
670            * DOMImplementation.pm (create_document_type): Prototype added.
671    
672            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
673            and 'Message::IF::DocumentTypeDeclaration' added.
674            (create_document_type, create_document_type_definition):
675            New methods.
676    
677    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
678    
679            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
680            DOMElement.pm, Attr.pm, DocumentType.pm,
681            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
682            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
683    
684    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
685    
686            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
687            specifies unknown value and trys to recover from the error.
688    
689    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
690    
691            * TreeCore.dis (manakaiLocalName): New attribute.
692    
693    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
694    
695            * GenericLS.dis (GLSException): New interface.
696    
697    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
698    
699            * |InputProcessor|s and |OutputProcessor|s are
700            named so that |report| statements in Perl
701            module outputs can be identified by name. |dis:dataType|s
702            of |DISCore:TFQNames| are all replaced
703            by |DISCore:QName|.
704    
705    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
706    
707            * Element.dis (createElementNS): If an array reference
708            is specified as the |qualifiedName| parameter,
709            don't set the first item as the local name
710            even if the second item is not specified (or
711            specified as |undef|).
712            (createElementNS, setAttribute, setAttributeNS,
713            removeAttribute, removeAttributeNS,
714            setAttributeNode, setAttributeNodeNS,
715            removeAttributeNode, removeAttributeNodeNS): Sets
716            or removes the |tc:contentAttributeList| value.
717    
718            * TreeCore.dis (AttrMap.item): Caches the result
719            of sorting of content attribute names.
720            (getAttrMap, getElementTypeDefNodeMap,
721            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
722            (tc:contentAttributeList): New property.
723    
724    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
725    
726            * DOMFeature.dis (ForDef): Removed.
727            (f:provides, f:through): Removed.
728            (Version): Removed.
729            (implementFeature): Removed.
730    
731    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
732    
733            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
734            GenericLS.dis, TreeCore.dis, DOMString.dis,
735            XML.dis, Element.dis, Document.dis, TreeStore,dis,
736            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
737            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
738            are removed.
739    
740    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
741    
742            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
743            GenericLS.dis, TreeCore.dis, DOMString.dis,
744            XML.dis, Element.dis, Document.dis, TreeStore,dis,
745            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
746            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
747            and |DefaultFor|s are removed.
748    
749    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
750    
751            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
752            GenericLS.dis, TreeCore.dis, DOMString.dis,
753            XML.dis, Element.dis, Document.dis, TreeStore,dis,
754            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
755            SimpleLS.dis, DOMMain.dis: References
756            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
757            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
758            modes are removed.
759    
760    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
761    
762            * CharacterData.dis, TreeCore.dis (Require): References
763            to the |Grove.dis| module are removed.
764    
765    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
766    
767            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
768            (Require): Reference to the |Grove.dis| module is removed.
769    
770    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
771    
772            * DOMCore.dis (ManakaiDOMImplementation): The
773            class is no longer plays the role of
774            a |mg:NodeRefRole|.  Redundant |f:provides|
775            properties are removed.
776    
777    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
778    
779            * TreeCore.dis, DOMCore.dis, Document.dis,
780            Element.dis, CharacterData.dis, XML.dis,
781            XDoctype.dis, DOMString.dis, TreeStore.dis,
782            XMLParser.dis: Use Perl native
783            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
784            for DOM nodes.  See
785            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
786    
787  2006-12-03  Wakaba  <wakaba@suika.fam.cx>  2006-12-03  Wakaba  <wakaba@suika.fam.cx>
788    
789          * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.          * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.271

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24