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

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.273

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24