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

Legend:
Removed from v.1.212  
changed lines
  Added in v.1.281

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24