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

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.275

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24