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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24