/[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.175 by wakaba, Sat Apr 22 00:56:40 2006 UTC revision 1.272 by wakaba, Sun Nov 11 04:23:32 2007 UTC
# Line 1  Line 1 
1    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
4            for getter.
5    
6    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
9            The |namespaceURI| attribute was not set correctly.
10    
11            * DOMEvents.dis: Removed.
12    
13    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
14    
15            * Event.pm, EventTarget.pm, EventTargetNode.pm,
16            EventException.pm: Implemented (but not tested!).
17    
18            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
19            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
20            error subtypes.
21    
22            * DOMImplementation.pm ($HasFeature): The |Event| feature,
23            version |3.0|, is added.
24    
25            * Document.pm, Node.pm: Event attributes and
26            methods are implemented.
27    
28    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
29    
30            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
31            an additional argument for "current element".
32            Support for |-manakai-current| and |-manakai-current(/s/)|
33            pseudo-classes.
34    
35    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
36    
37            * SelectorsAPI.pm: Attribute selectors are implemented.
38    
39    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
40    
41            * SelectorsAPI.pm (ElementSelector): Implemented.
42    
43    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
44    
45            * SelectorsAPI.pm (query_selector): Implemented.
46    
47    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
48    
49            * SelectorsAPI.pm ($get_elements_by_selectors): Created
50            from most part of |query_selector_all|.
51    
52    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
55            (UNDECLARED_PREFIX_ERR): New subtype is defined.
56    
57            * Document.pm (Document): Implements the |DocumentSelector|
58            interface.
59    
60            * Element.pm (Element): Implements the |ElementSelector|
61            interface.
62    
63            * Node.pm (Node): Implements the |NSResolver| interface.
64    
65            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
66            API Editor's Draft (only |query_selector_all| on |Document|,
67            with limited selectors syntax support, though).
68    
69    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
70    
71            * SelectorsAPI.pm: Namespaced type/universal selectors
72            are supported.
73    
74    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
75    
76            * SelectorsAPI.pm: New Perl module.
77    
78    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Node.pm (manakai_language): Return the |manakai_language|
81            of the |owner_document|, if any, as defined in the spec.
82    
83    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
84    
85            * Makefile: Relative path was wrong.
86    
87    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML/: New directory.
90    
91            * Element.pm (create_element_ns): Return object implementing
92            the |HTMLElement| interface for HTML elements.
93    
94    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DOMImplementation.pod: New documentation.
97    
98            * Makefile: Make HTML document.
99    
100    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
101    
102            * XDoctype.dis, XDoctype.pm: Removed.
103    
104            * CharacterData.pm: Renamed from DOMCharacterData.pm.
105    
106            * Document.pm: Renamed from DOMDocument.pm.
107    
108            * Element.pm: Renamed from DOMElement.pm
109    
110    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
111    
112            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
113            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
114            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
115            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
116            DOMMain.dis, DOMMain.pm, DOMLS.dis,
117            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
118    
119            * Makefile: Rules for DIS are removed.
120    
121    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
122    
123            * Text.pm: |Message::DOM::Traversal, an obsolete module,
124            was referenced.
125    
126    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMDocument.pm (inner_html): Setter in HTML document
129            is implemented.
130    
131    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
132    
133            * DOMDocument.pm (inner_html): Setter in XML document
134            is implemented.
135    
136    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
137    
138            * Attr.pm (DeclaredValueType): Added.
139    
140            * ProcessingInstruction.pm (data): Accept |undef|
141            as a valid input, for |text_content| (maybe) allows it.
142    
143            * TypeInfo.pm (type_namespace): The implementation was wrong.
144    
145    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMElement.pm: Incorrect module was referenced.
148    
149            * DOMImplementation.pm: References to
150            the |Message::Charset::Encode| module has been removed.
151    
152    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
153    
154            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
155            instead of |Message::Charset::Encode|.
156    
157    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
158    
159            * DOMDocument.pm (inner_html): New attribute (beta).
160    
161            * DOMElement.pm (inner_html): New attribute (beta).
162    
163    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
164    
165            * DOMConfiguration.pm: Configuration parameter |create-child-element|
166            implemented.
167    
168            * DOMElement.pm (create_element_ns): Support for Atom
169            subclasses.
170    
171            * DOMImplementation.pm (DOMImplementation): Now
172            implements the |AtomDOMImplementation| interface.
173            ($HasFeature): Features |atom| and |atomthreading| are added.
174    
175            * NodeList.pm (StaticNodeList): Implemented.
176    
177    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
178    
179            * Atom/: New directory.
180    
181    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
182    
183            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
184    
185            * Text.pm (whole_text): Parameter index number has
186            been changed to support new |NodeFilter| Perl binding
187            definition.
188    
189    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
190    
191            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
192            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
193            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
194    
195            * DOMConfiguration.pm (can_set_parameter,
196            set_parameter): Don't allow to set the value
197            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
198    
199            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
200            (create_tree_walker, manakai_create_serial_walker): References
201            and prototypes are added.
202    
203            * DOMException.pm (NULLPO_ERR): New error type:-).
204    
205            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
206            version |2.0|, is added.
207    
208    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
209    
210            * CDATASection.pm: Removed (merged with |Text.pm|).
211    
212            * Text.pm (Message::DOM::Text::CDATASection): New.
213    
214            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
215    
216            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
217    
218    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
219    
220            * DOMConfiguration.pm: Support for |schema-type|
221            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
222    
223            * NamedNodeMap (TIEHASH): Were missing.
224    
225    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
226    
227            * AttributeDefinition.pm (node_value): Implemented.
228            (create_attribute_definition): Implemented.
229    
230            * DOMConfiguration.pm (%{}, TIEHASH,
231            get_parameter, set_parameter, can_set_parameter,
232            EXISTS, DELETE, parameter_names, FETCH, STORE,
233            FIRSTKEY, LASTKEY): Implemented.
234    
235            * DOMDocument.pm (____new): Set |error-handler| default.
236            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
237    
238            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
239            Implemented.
240    
241            * DOMException.pm: Error types for |DOMConfiguration|
242            are added.
243    
244            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
245            class.
246    
247            * DocumentType.pm (get_element_type_definition_node,
248            get_general_entity_node, get_notation_node,
249            set_element_type_definition_node, set_general_entity_node,
250            set_notation_node, create_document_type_definition): Implemented.
251    
252            * ElementTypeDefinition.pm (get_attribute_definition_node,
253            set_attribute_definition_node, create_element_type_definition):
254            Implemented.
255    
256            * Entity.pm (create_general_entity): Implemented.
257    
258            * Node.pm: Constants in |OperationType| definition
259            group are added.
260            (manakai_language): Implemented.
261    
262            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
263            class.
264    
265            * Notation.pm (create_notation): Implemented.
266    
267    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
268    
269            * TypeInfo.pm: New Perl module.
270    
271            * Attr.pm: Use |manakai_local_name| rather than |local_name|
272            to avoid HTML5 case normalization.
273            (is_id): Implemented.
274            (manakai_name): New attribute.
275            (schema_type_info): Implemented.
276            (create_attribute_ns): Empty string as namespace URI
277            was not supported.
278    
279            * DOMElement.pm (clone_node): Removed since now it is
280            defined in |Node.pm|.
281            (schema_type_info): Implemented.
282            (manakai_tag_name): New attribute.
283            (get_attribute, get_attribute_node, get_attribute_ns,
284            get_attribute_node_ns, has_attribute, has_attribute_ns,
285            remove_attribute, remove_attribute_ns,
286            remove_attribute_node, set_attribute, set_attribute_ns,
287            set_id_attribute, set_id_attribute_node,
288            set_id_attribute_ns): Implemented.
289            (create_element_ns): Empty string as namespace URI
290            was not supported.
291    
292    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
293    
294            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
295    
296            * DocumentType.pm (create_document_type_definition): Initialize
297            |public_id|, |system_id|, and |internal_subset| attributes
298            by empty strings for compatibility with Web browsers.
299            (create_document_type): Initialize |internal_subset|
300            attribute by an empty string for compatibility with
301            Web browsers.
302    
303            * ElementTypeDefinition.pm, Entity.pm,
304            Notation.pm (owner_document_type_definition): Implemented.
305    
306    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
307    
308            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
309            feature is added for compatibility with |XMLParserTemp.pm|.
310    
311    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
312    
313            * Attr.pm (value, node_value): Now it is defined
314            as |text_content| itself.
315    
316            * AttributeDefinition.pm, ElementTypeDefinition.pm,
317            Node.pm (AUTOLOAD): Unused block is removed.
318    
319            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
320    
321            * DocumentType.pm (internal_subset): Implemented.
322    
323            * Entity.pm (is_externally_declared, input_encoding,
324            xml_version): Implemented.
325    
326            * ProcessingInstruction.pm (target, data): Implemented.
327    
328    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
329    
330            * DOMCharacterData.pm (AUTOLOAD): Removed.
331            (data): Reimplemented.
332            (delete_data, insert_data, replace_data, substring_data): There were
333            a number of bugs.
334    
335            * Text.pm (AUTOLOAD): Removed.  Unused.
336    
337    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
338    
339            * StringExtended.pm: New Perl module.
340    
341            * DOMCharacterData.pm (length, append_data, delete_data,
342            insert_data, replace_data, substring_data): Implemented.
343    
344            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
345    
346            * Text.pm (is_element_content_whitespace, whole_text,
347            split_text): Implemented.
348    
349    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
350    
351            * DOMElement.pm (attributes): Implemented.
352    
353            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
354    
355            * DocumentType.pm (entities, general_entities,
356            notations, element_types): Implemented.
357    
358            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
359    
360            * NamedNodeMap.pm: New Perl module.
361    
362    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
363    
364            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
365            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
366            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
367            insert_before, replace_child): Implemented.
368    
369            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
370    
371            * Node.pm (remove_child): Implemented.
372    
373    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
374    
375            * Node.pm (==, is_equal_node): Implemented.
376            (is_same_node): Implemented.
377            (get_feature, get_user_data, set_user_data): Implemented.
378            (is_supported): Implemented.
379            
380    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
381    
382            * DOMDocument.pm (get_element_by_id): Implemented.
383            (create_document): Implemented.
384    
385            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
386            errors.
387            (QNAME_NULLNS_ERR): New errors.
388    
389            * DocumenType.pm (create_document_type): Implemented.
390    
391    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
392    
393            * CDATASection.pm (is_element_content_whitespace): New.
394    
395            * DOMElement.pm (has_attribute): Alpha version.
396            (create_element, create_element_ns): Implemented.
397    
398            * DocumentType.pm (get_general_entity_node): Alpha version.
399    
400            * EntityReference.pm (create_entity_reference): Implemented.
401    
402            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
403    
404    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
405    
406            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
407    
408            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
409            (compat_mode): Check |defined| not to be warned as "uninitialized"
410            when |{manakai_compat_mode}| is |undef|.
411    
412            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
413    
414            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
415            Statements to set |$Error::Depth| are removed since they
416            are result in "uninitialized" warnings unless
417            the |Message::DOM::DOMException| module is loaded earlier.
418            Usually methods invoked in these methods does not
419            raise any exception so that it makes no difference.
420    
421    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
422    
423            * DOMDocument.pm (adopt_node): Implemented.
424            (doctype): Implemented.
425    
426            * DOMElement.pm (remove_attribute_node): Alpha version.
427    
428            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
429            error type.
430    
431            * Node.pm (set_user_data): Implemented.
432    
433    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
434    
435            * DOMImplementation.pm (new): New method name for |____new|.
436            It will be defined in the DOM Perl Binding specification
437            as part of |DOMImplementation| interface.
438            ($HasFeature): Defined for features support.
439            (has_feature, get_feature): Implemented.
440    
441            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
442            module unless necessary.
443            (___report_error): Removed since it is not used in fact.
444    
445            * DOMImplementationList.pm, DOMImplementationSource.pm,
446            DOMImplementationRegistry.pm: New modules.
447    
448    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
449    
450            * AttributeDefinition.pm (allowed_tokens): Implemented.
451    
452            * DOMStringList.pm: New Perl module.
453    
454    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
455    
456            * DOMElement.pm (clone_node): Alpha version.  It did not work
457            at all.
458    
459    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
460    
461            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
462    
463    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
464    
465            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
466            (manakai_is_html): Revised.
467            (Document): Now it implements the |HTMLDocument| interface.
468            (adopt_node): Alpha version.
469    
470            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
471            not |allowed_token|!
472    
473            * ElementTypeDefinition.pm (attribute_definitions): Don't
474            return an |undef| even if its |attribute_definitions|
475            list is not created.
476    
477    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
478    
479            * Comment.pm (node_type): Node type was incorrect!
480    
481            * DOMConfiguration.pm (get_parameter): Alpha.
482    
483            * DOMImplementation.pm (create_mc_decode_handler,
484            create_charset_name_from_uri, create_uri_from_charset_name):
485            New autoload configuration.  Note that the Message::Charset::Encode
486            module is subject to change.
487    
488            * XMLParserTemp.pm: Now it can be used with new version
489            of DOM implementation.  Current plan is to replace it by
490            an XML5 parser someday.
491    
492    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
493    
494            * DOMLocator.pm: New module.
495    
496            * DOMError.pm: New module.
497    
498    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
499    
500            * Node.pm (manakai_expanded_uri, manakai_parent_element,
501            clone_node, compare_document_position, has_attributes,
502            has_child_nodes, is_default_namespace, lookup_namespace_uri,
503            lookup_prefix, normalize): Implemented.
504    
505            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
506    
507            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
508    
509    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
510    
511            * AttributeDefinition.pm (____new): Set an empty list
512            to the |allowed_tokens| attribute.
513            (allowed_token): Alpha version.
514    
515            * DocumentType.pm (get_element_type_definition_node,
516            get_notation_node): ALpha version.
517    
518            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
519            version.
520    
521            * Entity.pm (notation_name): Implemented.
522    
523    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
524    
525            * Attr.pm (____new): Initialize |specified| as 1.
526            (base_uri, manakai_attribute_type, specified): Implemented.
527            (prefix): Don't check read-only flag unless |strict_error_checking|.
528            (value): Call |text_content| for now.
529    
530            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
531            (declared_type, default_type): Implemented.
532    
533            * CharacterData.pm (____new): Allow a scalar reference
534            as an input for the |data| attribute.
535            (base_uri, manakai_append_text): Implemented.
536    
537            * DOMConfiguration.pm (set_parameter): Resetting implemented.
538    
539            * DOMDocument.pm (____new): Set default values to
540            configuration parameter whose default is true.
541            (document_uri, input_encoding): Implemented.
542            (all_declarations_processed, manakai_is_html): Implemented.
543            (base_uri, manakai_append_text,
544            manakai_entity_base_uri, strict_error_checking,
545            xml_encoding, xml_version, xml_standalone): Implemented.
546    
547            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
548            (get_attribute, get_attribute_node): Alpha version.
549            (set_attribute_node, set_attribute_node_ns): Implemented.
550            (set_attribute_ns): Accept non-ARRAY qualified name.
551    
552            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
553            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
554    
555            * DocumentType.pm (public_id, system_id): Implemented.
556            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
557            manakai_append_text): Implemented.
558            (element_types, general_entities, notations,
559            set_element_type_definition_node, set_general_entity_node,
560            set_notation_node): Alpha version.
561    
562            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
563            (attribute_definitions, set_attribute_definition_node): Alpha version.
564    
565            * Entity.pm (has_replacement_tree, public_id, system_id,
566            manakai_declaration_base_uri, manakai_entity_base_uri,
567            manakai_entity_uri): Implemented.
568    
569            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
570            (base_uri, manakai_entity_base_uri): Implemented.
571    
572            * Node.pm (base_uri): Implemented.
573            (text_content): Don't check read-only or not
574            unless |strict_error_checking|.
575            (manakai_append_text): Implemented.
576            (get_feature): Alpha.
577            (manakai_set_read_only): Implemented.
578    
579            * Notation.pm (public_id, system_id, manakai_append_text,
580            manakai_declaration_base_uri): Implemented.
581    
582            * ProcessingInstruction.pm (manakai_base_uri,
583            base_uri, manakai_append_text): Implemented.
584    
585    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
586    
587            * DOMConfiguration.pm: New module.
588    
589            * Attr.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    
594            * DOMElement.pm (trivial accessor for read-write attributes): Throw
595            an exception if the node is read-only.  Delete the property
596            if undef is specified.
597            (prefix): Implemented.
598            (text_content, manakai_append_text): Old implementations are removed.
599    
600            * DOMCharacterData.pm (text_content): Implemented.
601    
602            * DOMDocument.pm (____new): Initialize the strict-document-children
603            parameter by true.
604            (text_content): Reimplemented.
605            (dom_config): New.
606    
607            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
608    
609            * DocumentType.pm (text_content): Implemented.
610    
611            * ElementTypeDefinition.pm (text_content): Implemented.
612    
613            * Node.pm (___report_error): New method.
614            (text_content): Implemented.
615            (manakai_append_text): Copied from |DOMElement.pm|.
616    
617            * Notation.pm (text_content): Implemented.
618    
619            * ProcessingInstruction.pm (text_content): Implemented.
620    
621            * Text.pm (is_element_content_whitespace): Alpha version.
622    
623    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
624    
625            * DOMException.pm (Message::IF::DOMException): Extends
626            the |Message::Util::Error| class.
627    
628            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
629            (CLEAR): Not all items were removed.
630    
631    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
632    
633            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
634            DocumentType.pm, Entity.pm,
635            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
636    
637            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
638            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
639    
640            * DOMDocument.pm (AUTOLOAD): Typo fixed.
641    
642            * Node.pm (==, !=): Implemented.
643            (manakai_read_only): Implemented.
644            (is_same_node): Implemented.
645            (is_equal_node): Alpha version.
646            (manakai_set_read_only): Alpha version.
647            (child_nodes, first_child, last_child, previous_sibling): Duplicate
648            definitions are removed.
649    
650    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
651    
652            * Node.pm: First alpha version of implementation of attributes.
653    
654    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
655    
656            * ProcessingInstruction.pm, EntityReference.pm,
657            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
658            ElementTypeDefinition.pm, AttributeDefinition.pm,
659            DocumentType.pm, DOMElement.pm, Attr.pm,
660            CharacterData.pm, Text.pm, Comment.pm (node_name,
661            node_value, node_type): Implemented.
662    
663    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
664    
665            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
666            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
667            AttributeDefinition.pm: New modules.
668    
669            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
670            (create_attribute_definition, create_element_type_definition,
671            create_document_type_definition, create_cdata_section,
672            create_processing_instruction, create_entity_reference,
673            create_general_entity, create_notation): Prototypes added.
674    
675            * DOMImplementation.pm (create_document_type): Prototype added.
676    
677            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
678            and 'Message::IF::DocumentTypeDeclaration' added.
679            (create_document_type, create_document_type_definition):
680            New methods.
681    
682    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
683    
684            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
685            DOMElement.pm, Attr.pm, DocumentType.pm,
686            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
687            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
688    
689    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
690    
691            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
692            specifies unknown value and trys to recover from the error.
693    
694    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
695    
696            * TreeCore.dis (manakaiLocalName): New attribute.
697    
698    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
699    
700            * GenericLS.dis (GLSException): New interface.
701    
702    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
703    
704            * |InputProcessor|s and |OutputProcessor|s are
705            named so that |report| statements in Perl
706            module outputs can be identified by name. |dis:dataType|s
707            of |DISCore:TFQNames| are all replaced
708            by |DISCore:QName|.
709    
710    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
711    
712            * Element.dis (createElementNS): If an array reference
713            is specified as the |qualifiedName| parameter,
714            don't set the first item as the local name
715            even if the second item is not specified (or
716            specified as |undef|).
717            (createElementNS, setAttribute, setAttributeNS,
718            removeAttribute, removeAttributeNS,
719            setAttributeNode, setAttributeNodeNS,
720            removeAttributeNode, removeAttributeNodeNS): Sets
721            or removes the |tc:contentAttributeList| value.
722    
723            * TreeCore.dis (AttrMap.item): Caches the result
724            of sorting of content attribute names.
725            (getAttrMap, getElementTypeDefNodeMap,
726            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
727            (tc:contentAttributeList): New property.
728    
729    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
730    
731            * DOMFeature.dis (ForDef): Removed.
732            (f:provides, f:through): Removed.
733            (Version): Removed.
734            (implementFeature): Removed.
735    
736    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
737    
738            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
739            GenericLS.dis, TreeCore.dis, DOMString.dis,
740            XML.dis, Element.dis, Document.dis, TreeStore,dis,
741            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
742            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
743            are removed.
744    
745    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
746    
747            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
748            GenericLS.dis, TreeCore.dis, DOMString.dis,
749            XML.dis, Element.dis, Document.dis, TreeStore,dis,
750            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
751            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
752            and |DefaultFor|s are removed.
753    
754    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
755    
756            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
757            GenericLS.dis, TreeCore.dis, DOMString.dis,
758            XML.dis, Element.dis, Document.dis, TreeStore,dis,
759            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
760            SimpleLS.dis, DOMMain.dis: References
761            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
762            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
763            modes are removed.
764    
765    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
766    
767            * CharacterData.dis, TreeCore.dis (Require): References
768            to the |Grove.dis| module are removed.
769    
770    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
771    
772            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
773            (Require): Reference to the |Grove.dis| module is removed.
774    
775    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
776    
777            * DOMCore.dis (ManakaiDOMImplementation): The
778            class is no longer plays the role of
779            a |mg:NodeRefRole|.  Redundant |f:provides|
780            properties are removed.
781    
782    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
783    
784            * TreeCore.dis, DOMCore.dis, Document.dis,
785            Element.dis, CharacterData.dis, XML.dis,
786            XDoctype.dis, DOMString.dis, TreeStore.dis,
787            XMLParser.dis: Use Perl native
788            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
789            for DOM nodes.  See
790            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
791    
792    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
793    
794            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
795    
796    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
797    
798            * DOMString.dis: New module.
799    
800            * DOMString.pm: New file.
801    
802            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
803            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
804            Now it references the |DOMImplementationRegistry| object.
805            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
806            (DOMImplementationRegistry): New interface and
807            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
808            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
809            that the class no longer support |get_implementation|
810            and |get_implementation_list| methods from
811            the |ImplementationRegistry| interface.
812            (DOMImplementationList): Class implemented; no
813            longer inherits from |ImplementationList|.
814            (DOMImplementationSource): Class implemented; no
815            longer inherits from |ImplementationSource|.  Note that
816            the class no longer support |get_implementation|
817            and |get_implementation_list| methods from
818            the |ImplementationSource| interface.
819            (DOMStringList): Removed.
820    
821            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
822            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
823            ManakaiDOM:DOMXMLFeatureXML11, most part of
824            documentation for obsolete DOM Level 3 Minimum Implementation
825            module, obsolete property name aliases,
826            ImplemenationRegistryVar, ImplementationRegistry,
827            DEBUG, MIString, ImplementationList, ImplementationSource,
828            ManakaiDOM:implID): Removed.
829    
830            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
831            (DOMString): Removed.
832            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
833    
834            * Makefile: |DOMString.pm| is added.
835    
836            * TreeCore.dis (is_default_namespace): |null| was
837            returned where a false is expected (|null| is
838            a false in Perl, but real |false| is appropriate here).
839    
840    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
841    
842            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
843    
844            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
845    
846            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
847    
848    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
849    
850            * DOMFeature.dis (ImplementationList, ImplementationSource,
851            ImplementationRegistry): Parameters |features|
852            now allow |null| (equivalent to an empty string).
853    
854    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
855    
856            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
857            class.  Factory methods |createTextNode| and |createComment|
858            are moved from |ManakaiDOMDocument|.
859    
860            * DOMCore.dis: References to |ManakaiDOMObject|
861            are removed.
862            (tc:createImplForTest): Moved from |TreeCore.dis|.
863            (DOMImplementation.___create_node_ref): Support
864            for the |mg:nodeRefClass| option is removed.
865            (ManakaiDOMConfiguration.___report_error): Moved
866            from |ManakaiDOMObject| class.
867    
868            * DOMFeature.dis (domidl:extends): New property.
869            (f:getFeatureImpl): Support for |+| classes is removed.
870    
871            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
872            (ManakaiDOM:ManakaiDOMObject): Removed.
873            (DOMDataType): Removed.
874    
875            * Document.dis (ManakaiDOMImplementationDocument):
876            The |createDocument| method is moved from
877            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
878            (ManakaiDOMDocument.___create_node_ref): Removed.
879            (createElement, createElementNS, createAttribute,
880            createAttributeNS, createTextNode, createComment,
881            createCDATASection, createEntityReference,
882            createProcessingInstruction): Class implementations
883            are moved to each module.
884    
885            * Element.dis (ManakaiDOMImplementationElement): Factory
886            methods are moved from |Document.dis|.
887            (ManakaiDOMElement.___create_node_ref): Support
888            for old class registry is removed.
889            (ManakaiDOMAttr.___create_node_ref): Removed.
890            (Attr.baseURI): Implementation
891            for |xml:base| attribute is merged.
892            (Attr.nodeValue, Attr.value): Implementation
893            for |xml:id| attribute is merged.
894    
895            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
896    
897            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
898            definition for |createDocumentType| method
899            is moved from |TreeCore.dis|.
900    
901            * XML.dis (ManakaiDOMXMLDocument): Factory
902            methods are moved from |Document.dis|.
903            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
904            into |ManakaiDOMAttr| in |Element.dis|).
905    
906    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
907    
908            * Element.dis (___get_node_ref): |eval|ed |require|
909            statement was broken.
910    
911            * DOMFeature.dis (getImplementationList): Argument
912            is not passed to the |getImplementation| method.
913    
914            * TreeStore.dis (DOMImplementationTreeStore): It
915            did not |f:implements| the |TSFeature30| feature.
916    
917            * XMLParser.dis: Use |create_uri_reference|
918            method instead of internal |_new| method
919            to create a URI reference object.
920    
921    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
922    
923            * DOMCore.dis (ManakaiDOMImplementation): No longer
924            explicitly inherits |urigen:ManakaiURIImplementation| (and
925            the |f:ManakaiMinimumImplementation| class inherited
926            by it).  The |f:Minimum| feature is ever implemented
927            for compatibility (but is expected to be removed).
928            Internal methods such as |___report_error| are copied from
929            obsolete |f:MinimumImplementation| class.  DOM3
930            methods |hasFeature| and |getFeature| are also
931            moved from that class, but they now support no
932            foreign classes.
933    
934            * DOMFeature.dis (ManakaiImplementationSource): It
935            now |p:require|s |Message::Util::AutoLoad::Registry|.
936            The class no longer support classes
937            other than |ManakaiDOMImplementation|.  Note
938            that the |ImplementationRegistry| object does continue
939            to support foreign classes via foreign classes
940            implementing |ImplementationSource|
941            or |DOMImplementationSource| interface.
942            (MinimumImplementation): Removed.
943    
944            * DOMLS.dis (ManakaiDOMImplementationLS): It no
945            longer inherit the |ManakaiDOMImplementation|; it
946            is now expected to be implemented by |DOMImplementation|
947            objects.
948    
949            * DOMMain.dis (null): Removed.
950    
951            * Document.dis (___create_node_ref): It no
952            longer support foreign classes other
953            than |Message::DOM::Document::ManakaiDOMDocument|.
954            Note that document format specific DOM
955            interfaces, if supported, should be
956            all instances of the |Document| interface
957            in the implementation, as defined
958            in the Web Applications 1.0 specification (where
959            the |HTMLDocument| interface must be implemented
960            by all |Document| objects, even if the |Document|
961            contains no HTML element).
962    
963            * GenericLS.dis (GLSImplementation): It no
964            longer inherit the |MinimumImplementation|; it
965            is now expected to be implemented by |DOMImplementation|
966            objects.
967            (createGLSParser, createGLSSerializer): Load
968            module implementing parser or serializer
969            if necessary.
970    
971            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
972            longer inherits the |ManakaiDOMDocument|; it
973            is now expected to be implemented by |Document|
974            objects.
975    
976            * XDP.dis (XDPDocument): It no longer
977            inherits the |Document|; it is now expected
978            to be implemented by all |Document| objects.
979    
980            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
981            longer inherits the |ManakaiDOMDocument|; it
982            is now expected to be implemented by |Document|
983            objects.
984    
985    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
986    
987            * DOMCore.dis (ManakaiDOMImplementation): No longer
988            explicitly inherits |tc:ManakaiDOMImplementationTC|.
989            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
990    
991            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
992            the |ManakaiDOMImplementation| class.
993    
994    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
995    
996            * DOMFeature.dis: Definitions for various concepts
997            are added.
998    
999            * GenericLS.dis (GLSImplementation): It no
1000            longer inherits the |MinimumImplementation|; rather,
1001            any |ManakaiMinimumImplementation| object also
1002            implements |GLSImplementation| methods.
1003    
1004            * TreeStore.dis (DOMImplementationTreeStore): It no
1005            longer inherits the |DOMImplementation|; rather,
1006            any |ManakaiDOMImplementation| object also
1007            implements |DOMImplementationTreeStore| methods.
1008    
1009    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
1010    
1011            * TreeStore.pm: Added to the CVS repository
1012            to enable for the dis database to contain XML
1013            fragments.
1014    
1015            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
1016    
1017            * TreeStore.dis (Namespace): Namespace URI was incorrect.
1018    
1019    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
1020    
1021            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
1022    
1023            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
1024    
1025            * XDP.dis (dtdText): Test assertion was incorrect.
1026    
1027    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
1028    
1029            * XDP.dis (XDPEntityValue.stringify): Don't escape
1030            any |%|s in |xdp:attr-definition| children.
1031    
1032    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
1033    
1034            * XDP.dis (createXDPRNIKeyword): The Perl method
1035            name property is added.
1036    
1037    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
1038    
1039            * XDP.dis (createXDPIf): New method.
1040            (XDPIfElement): New interface.
1041    
1042    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
1043    
1044            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
1045            New methods.
1046    
1047    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
1048    
1049            * XDP.dis (XDPDocument): A number of constructor methods
1050            are added.
1051            (XDPTextDecl.dtdText): The |xml| target was missing.
1052    
1053    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
1054    
1055            * Traversal.dis (SerialWalker): New interface.
1056            (manakaiCreateSerialWalker): New method.
1057    
1058    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1059    
1060            * Traversal.dis (testNode): Calls |acceptNode| method
1061            rather than |&{}| dereferencing.
1062            (acceptNode): Implemented.
1063    
1064    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1065    
1066            * XDP.dis: New module.
1067    
1068            * Makefile: |XDP.dis| is added.
1069    
1070            * Traversal.dis (NodeFilter): |InputProcessor|
1071            and |OutputProcessor| are added.
1072    
1073    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1074    
1075            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
1076            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
1077            is added.  The |FILTER_REJECT| value is treated
1078            as |FILTER_ACCEPT| if the |currentNode| is in the
1079            rejected subtree as specified in the spec.
1080    
1081    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
1082    
1083            * SimpleLS.dis: An |xmlns:| prefix was missing.
1084    
1085    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
1086    
1087            * SimpleLS.dis: Namespace bugs are fixed.
1088    
1089    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1090    
1091            * .cvsignore: Updated.
1092    
1093            * Traversal.dis: Unused declarations are removed.
1094    
1095    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1096    
1097            * CharacterData.dis (Require): A reference to
1098            the |MDOM:Traversal| module is added.
1099            (wholeText): Implemented.
1100    
1101    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1102    
1103            * Makefile: |Traversal.dis| is added.
1104    
1105            * Traversal.dis: New module.
1106    
1107            * TreeCore.dis (___report_error): Return value was
1108            not propagated.
1109    
1110    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
1111    
1112            * Element.dis (removeAttributeNS): A runtime error
1113            was occurred if there was no specified attribute node.
1114    
1115            * TreeCore.dis (manakaiLanguage): New attribute.
1116    
1117    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
1118    
1119            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
1120            New attributes.
1121    
1122            (StaticNodeList): New interface.
1123    
1124    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
1125    
1126            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
1127    
1128    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
1129    
1130            * SimpleLS.dis: Reimplemented.
1131    
1132    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
1133    
1134            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
1135            a qualified name.
1136            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
1137    
1138            * TreeCore.dis (compareDocumentPosition): Implemented.
1139            (normalize): Implemented.
1140            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
1141            class.
1142    
1143  2006-04-16  Wakaba  <wakaba@suika.fam.cx>  2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1144    
1145          * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.          * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.272

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24