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

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.282

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24