/[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.195 by wakaba, Fri Nov 3 17:53:31 2006 UTC revision 1.301 by wakaba, Sun Feb 17 06:36:01 2008 UTC
# Line 1  Line 1 
1    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Document.pm (manakai_html, manakai_head): New methods.
4    
5    2008-02-11  Wakaba  <wakaba@suika.fam.cx>
6    
7            * CSSRule.pm (@import css_text): Implemented.
8    
9    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
10    
11            * CSSStyleSheet.pm (manakai_input_encoding): New.
12    
13    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
14    
15            * CSSRule.pm (@media, @import ____new): Bless media object
16            with the appropriate class.
17            (@media css_text): Getter implemented.
18    
19            * MediaList.pm (media_text): Getter implemented.
20    
21    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
22    
23            * CSSStyleDeclaration.pm ($serialize_value): Support
24            for new value types.
25    
26    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
27    
28            * CSSStyleDeclaration.pm ($serialize_value): New (was
29            part of Whatpm::CSS::Parser as $default_serializer).
30            Use it instead of old 'serialize' parameter of CSS
31            property definition.
32    
33    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
34    
35            * CSSStyleDeclaration.pm (css_text): Prepend | ! | before
36            the priority token if any.
37            (get_property_priority): Shorthand case implemented.
38    
39    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
40    
41            * CSSStyleDeclaration.pm: Use |serialize_shorthand|
42            and |serialize_multiple| to serialize shorthand properties
43            in reflecting attributes.  Return value of
44            the |serialzie_multiple| function has been changed.
45            (non-computed css_text): Sort by property names.
46    
47    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
48    
49            * Window.pm (manakai_get_computed_style): Renamed
50            from |get_computed_style|.
51    
52            * Element.pm (manakai_computed_style): Renamed from |current_style|.
53    
54    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
55    
56            * CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting
57            shorthand properties did croak (fixed but still they does not
58            return correct result - they need to be fixed later).
59    
60            * Element.pm (query_selector, query_selector_all): Prototypes
61            were missing.
62    
63    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
64    
65            * Window.pm (___reset_css): Typo fixed.
66    
67    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
68    
69            * CSSStyleDeclaration.pm: The classes now explicitly implement
70            the |CSS2Properties| interface.
71            (@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented.
72    
73    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
74    
75            * CSSStyleDeclaration.pm (attributes reflecting CSS properties):
76            Return an empty string if no value is assigned to the property.  Insert
77            a SPACE before '!' for compatibility with Firefox.
78    
79    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
80    
81            * CSSRule.pm (css_text): Trailing newline character is removed
82            to avoid double empty lines in CSSStyleSheet->css_text.
83            (selector_text): Namespace support is fixed.
84    
85            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
86    
87    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
88    
89            * CSSRule.pm (selector_text): Use |serialize_selector_text|
90            to get better result.
91    
92    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
93    
94            * Window.pm: New Perl module.
95    
96            * Document.pm (default_view): Implemented.
97    
98            * Element.pm (current_style): Implemented.
99    
100    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
101    
102            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
103            set of longhand properties.
104            (get_property_priority): Implemented.
105            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
106            attributes.
107    
108    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
109    
110            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
111            as well as |{compute}| as a way to filter out longhand
112            properties.  Sort properties by names for readability.
113    
114    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
115    
116            * CSSStyleDeclaration.pm (css_text): Output |undef| property
117            information for debugging.
118    
119            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
120    
121    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
122    
123            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
124    
125    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
126    
127            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
128            method.
129    
130    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
131    
132            * SelectorsAPI.pm: Make simple-selector-sequence-matching
133            an independent function.
134    
135    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
136    
137            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
138            reflecting CSS property is implemented.
139            (css_text): Getter is implemented.
140    
141    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
142    
143            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
144            (CSSNamespaceRule.css_text): Getter implemented.
145    
146            * CSSStyleSheet.pm (manakai_is_default_namespace,
147            manakai_lookup_namespace_prefix): New methods.
148    
149    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
150    
151            * CSSRule.pm (@charset.css_text): Implemented.
152    
153    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
154    
155            * CSSRule.pm (type, css_text): Typo fixed.
156            (____new): s/_selector/_selectors/g;
157            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
158    
159            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
160    
161            * CSSStyleSheet.pm (new): s/new/____new/.
162            (css_text): New attribute.
163    
164    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
165    
166            * MediaList.pm: New placeholder for a CSSOM interface.
167    
168            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
169            setting of owner* and parent* attributes; support
170            for the |delete_rule| method.
171    
172    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
173    
174            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
175            First version of CSSOM implementation.
176    
177    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
178    
179            * Document.pm, Entity.pm (manakai_has_bom,
180            manakai_charset): New attributes.
181    
182    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
183    
184            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
185            for getter.
186    
187    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
188    
189            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
190            The |namespaceURI| attribute was not set correctly.
191    
192            * DOMEvents.dis: Removed.
193    
194    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
195    
196            * Event.pm, EventTarget.pm, EventTargetNode.pm,
197            EventException.pm: Implemented (but not tested!).
198    
199            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
200            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
201            error subtypes.
202    
203            * DOMImplementation.pm ($HasFeature): The |Event| feature,
204            version |3.0|, is added.
205    
206            * Document.pm, Node.pm: Event attributes and
207            methods are implemented.
208    
209    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
210    
211            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
212            an additional argument for "current element".
213            Support for |-manakai-current| and |-manakai-current(/s/)|
214            pseudo-classes.
215    
216    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
217    
218            * SelectorsAPI.pm: Attribute selectors are implemented.
219    
220    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
221    
222            * SelectorsAPI.pm (ElementSelector): Implemented.
223    
224    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
225    
226            * SelectorsAPI.pm (query_selector): Implemented.
227    
228    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
229    
230            * SelectorsAPI.pm ($get_elements_by_selectors): Created
231            from most part of |query_selector_all|.
232    
233    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
234    
235            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
236            (UNDECLARED_PREFIX_ERR): New subtype is defined.
237    
238            * Document.pm (Document): Implements the |DocumentSelector|
239            interface.
240    
241            * Element.pm (Element): Implements the |ElementSelector|
242            interface.
243    
244            * Node.pm (Node): Implements the |NSResolver| interface.
245    
246            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
247            API Editor's Draft (only |query_selector_all| on |Document|,
248            with limited selectors syntax support, though).
249    
250    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
251    
252            * SelectorsAPI.pm: Namespaced type/universal selectors
253            are supported.
254    
255    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
256    
257            * SelectorsAPI.pm: New Perl module.
258    
259    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
260    
261            * Node.pm (manakai_language): Return the |manakai_language|
262            of the |owner_document|, if any, as defined in the spec.
263    
264    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
265    
266            * Makefile: Relative path was wrong.
267    
268    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML/: New directory.
271    
272            * Element.pm (create_element_ns): Return object implementing
273            the |HTMLElement| interface for HTML elements.
274    
275    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
276    
277            * DOMImplementation.pod: New documentation.
278    
279            * Makefile: Make HTML document.
280    
281    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
282    
283            * XDoctype.dis, XDoctype.pm: Removed.
284    
285            * CharacterData.pm: Renamed from DOMCharacterData.pm.
286    
287            * Document.pm: Renamed from DOMDocument.pm.
288    
289            * Element.pm: Renamed from DOMElement.pm
290    
291    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
292    
293            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
294            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
295            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
296            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
297            DOMMain.dis, DOMMain.pm, DOMLS.dis,
298            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
299    
300            * Makefile: Rules for DIS are removed.
301    
302    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
303    
304            * Text.pm: |Message::DOM::Traversal, an obsolete module,
305            was referenced.
306    
307    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
308    
309            * DOMDocument.pm (inner_html): Setter in HTML document
310            is implemented.
311    
312    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
313    
314            * DOMDocument.pm (inner_html): Setter in XML document
315            is implemented.
316    
317    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
318    
319            * Attr.pm (DeclaredValueType): Added.
320    
321            * ProcessingInstruction.pm (data): Accept |undef|
322            as a valid input, for |text_content| (maybe) allows it.
323    
324            * TypeInfo.pm (type_namespace): The implementation was wrong.
325    
326    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
327    
328            * DOMElement.pm: Incorrect module was referenced.
329    
330            * DOMImplementation.pm: References to
331            the |Message::Charset::Encode| module has been removed.
332    
333    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
334    
335            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
336            instead of |Message::Charset::Encode|.
337    
338    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
339    
340            * DOMDocument.pm (inner_html): New attribute (beta).
341    
342            * DOMElement.pm (inner_html): New attribute (beta).
343    
344    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
345    
346            * DOMConfiguration.pm: Configuration parameter |create-child-element|
347            implemented.
348    
349            * DOMElement.pm (create_element_ns): Support for Atom
350            subclasses.
351    
352            * DOMImplementation.pm (DOMImplementation): Now
353            implements the |AtomDOMImplementation| interface.
354            ($HasFeature): Features |atom| and |atomthreading| are added.
355    
356            * NodeList.pm (StaticNodeList): Implemented.
357    
358    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
359    
360            * Atom/: New directory.
361    
362    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
363    
364            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
365    
366            * Text.pm (whole_text): Parameter index number has
367            been changed to support new |NodeFilter| Perl binding
368            definition.
369    
370    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
371    
372            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
373            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
374            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
375    
376            * DOMConfiguration.pm (can_set_parameter,
377            set_parameter): Don't allow to set the value
378            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
379    
380            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
381            (create_tree_walker, manakai_create_serial_walker): References
382            and prototypes are added.
383    
384            * DOMException.pm (NULLPO_ERR): New error type:-).
385    
386            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
387            version |2.0|, is added.
388    
389    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
390    
391            * CDATASection.pm: Removed (merged with |Text.pm|).
392    
393            * Text.pm (Message::DOM::Text::CDATASection): New.
394    
395            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
396    
397            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
398    
399    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
400    
401            * DOMConfiguration.pm: Support for |schema-type|
402            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
403    
404            * NamedNodeMap (TIEHASH): Were missing.
405    
406    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
407    
408            * AttributeDefinition.pm (node_value): Implemented.
409            (create_attribute_definition): Implemented.
410    
411            * DOMConfiguration.pm (%{}, TIEHASH,
412            get_parameter, set_parameter, can_set_parameter,
413            EXISTS, DELETE, parameter_names, FETCH, STORE,
414            FIRSTKEY, LASTKEY): Implemented.
415    
416            * DOMDocument.pm (____new): Set |error-handler| default.
417            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
418    
419            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
420            Implemented.
421    
422            * DOMException.pm: Error types for |DOMConfiguration|
423            are added.
424    
425            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
426            class.
427    
428            * DocumentType.pm (get_element_type_definition_node,
429            get_general_entity_node, get_notation_node,
430            set_element_type_definition_node, set_general_entity_node,
431            set_notation_node, create_document_type_definition): Implemented.
432    
433            * ElementTypeDefinition.pm (get_attribute_definition_node,
434            set_attribute_definition_node, create_element_type_definition):
435            Implemented.
436    
437            * Entity.pm (create_general_entity): Implemented.
438    
439            * Node.pm: Constants in |OperationType| definition
440            group are added.
441            (manakai_language): Implemented.
442    
443            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
444            class.
445    
446            * Notation.pm (create_notation): Implemented.
447    
448    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
449    
450            * TypeInfo.pm: New Perl module.
451    
452            * Attr.pm: Use |manakai_local_name| rather than |local_name|
453            to avoid HTML5 case normalization.
454            (is_id): Implemented.
455            (manakai_name): New attribute.
456            (schema_type_info): Implemented.
457            (create_attribute_ns): Empty string as namespace URI
458            was not supported.
459    
460            * DOMElement.pm (clone_node): Removed since now it is
461            defined in |Node.pm|.
462            (schema_type_info): Implemented.
463            (manakai_tag_name): New attribute.
464            (get_attribute, get_attribute_node, get_attribute_ns,
465            get_attribute_node_ns, has_attribute, has_attribute_ns,
466            remove_attribute, remove_attribute_ns,
467            remove_attribute_node, set_attribute, set_attribute_ns,
468            set_id_attribute, set_id_attribute_node,
469            set_id_attribute_ns): Implemented.
470            (create_element_ns): Empty string as namespace URI
471            was not supported.
472    
473    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
474    
475            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
476    
477            * DocumentType.pm (create_document_type_definition): Initialize
478            |public_id|, |system_id|, and |internal_subset| attributes
479            by empty strings for compatibility with Web browsers.
480            (create_document_type): Initialize |internal_subset|
481            attribute by an empty string for compatibility with
482            Web browsers.
483    
484            * ElementTypeDefinition.pm, Entity.pm,
485            Notation.pm (owner_document_type_definition): Implemented.
486    
487    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
488    
489            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
490            feature is added for compatibility with |XMLParserTemp.pm|.
491    
492    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
493    
494            * Attr.pm (value, node_value): Now it is defined
495            as |text_content| itself.
496    
497            * AttributeDefinition.pm, ElementTypeDefinition.pm,
498            Node.pm (AUTOLOAD): Unused block is removed.
499    
500            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
501    
502            * DocumentType.pm (internal_subset): Implemented.
503    
504            * Entity.pm (is_externally_declared, input_encoding,
505            xml_version): Implemented.
506    
507            * ProcessingInstruction.pm (target, data): Implemented.
508    
509    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
510    
511            * DOMCharacterData.pm (AUTOLOAD): Removed.
512            (data): Reimplemented.
513            (delete_data, insert_data, replace_data, substring_data): There were
514            a number of bugs.
515    
516            * Text.pm (AUTOLOAD): Removed.  Unused.
517    
518    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
519    
520            * StringExtended.pm: New Perl module.
521    
522            * DOMCharacterData.pm (length, append_data, delete_data,
523            insert_data, replace_data, substring_data): Implemented.
524    
525            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
526    
527            * Text.pm (is_element_content_whitespace, whole_text,
528            split_text): Implemented.
529    
530    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
531    
532            * DOMElement.pm (attributes): Implemented.
533    
534            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
535    
536            * DocumentType.pm (entities, general_entities,
537            notations, element_types): Implemented.
538    
539            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
540    
541            * NamedNodeMap.pm: New Perl module.
542    
543    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
544    
545            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
546            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
547            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
548            insert_before, replace_child): Implemented.
549    
550            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
551    
552            * Node.pm (remove_child): Implemented.
553    
554    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
555    
556            * Node.pm (==, is_equal_node): Implemented.
557            (is_same_node): Implemented.
558            (get_feature, get_user_data, set_user_data): Implemented.
559            (is_supported): Implemented.
560            
561    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
562    
563            * DOMDocument.pm (get_element_by_id): Implemented.
564            (create_document): Implemented.
565    
566            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
567            errors.
568            (QNAME_NULLNS_ERR): New errors.
569    
570            * DocumenType.pm (create_document_type): Implemented.
571    
572    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
573    
574            * CDATASection.pm (is_element_content_whitespace): New.
575    
576            * DOMElement.pm (has_attribute): Alpha version.
577            (create_element, create_element_ns): Implemented.
578    
579            * DocumentType.pm (get_general_entity_node): Alpha version.
580    
581            * EntityReference.pm (create_entity_reference): Implemented.
582    
583            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
584    
585    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
586    
587            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
588    
589            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
590            (compat_mode): Check |defined| not to be warned as "uninitialized"
591            when |{manakai_compat_mode}| is |undef|.
592    
593            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
594    
595            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
596            Statements to set |$Error::Depth| are removed since they
597            are result in "uninitialized" warnings unless
598            the |Message::DOM::DOMException| module is loaded earlier.
599            Usually methods invoked in these methods does not
600            raise any exception so that it makes no difference.
601    
602    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
603    
604            * DOMDocument.pm (adopt_node): Implemented.
605            (doctype): Implemented.
606    
607            * DOMElement.pm (remove_attribute_node): Alpha version.
608    
609            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
610            error type.
611    
612            * Node.pm (set_user_data): Implemented.
613    
614    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
615    
616            * DOMImplementation.pm (new): New method name for |____new|.
617            It will be defined in the DOM Perl Binding specification
618            as part of |DOMImplementation| interface.
619            ($HasFeature): Defined for features support.
620            (has_feature, get_feature): Implemented.
621    
622            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
623            module unless necessary.
624            (___report_error): Removed since it is not used in fact.
625    
626            * DOMImplementationList.pm, DOMImplementationSource.pm,
627            DOMImplementationRegistry.pm: New modules.
628    
629    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
630    
631            * AttributeDefinition.pm (allowed_tokens): Implemented.
632    
633            * DOMStringList.pm: New Perl module.
634    
635    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
636    
637            * DOMElement.pm (clone_node): Alpha version.  It did not work
638            at all.
639    
640    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
641    
642            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
643    
644    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
645    
646            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
647            (manakai_is_html): Revised.
648            (Document): Now it implements the |HTMLDocument| interface.
649            (adopt_node): Alpha version.
650    
651            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
652            not |allowed_token|!
653    
654            * ElementTypeDefinition.pm (attribute_definitions): Don't
655            return an |undef| even if its |attribute_definitions|
656            list is not created.
657    
658    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
659    
660            * Comment.pm (node_type): Node type was incorrect!
661    
662            * DOMConfiguration.pm (get_parameter): Alpha.
663    
664            * DOMImplementation.pm (create_mc_decode_handler,
665            create_charset_name_from_uri, create_uri_from_charset_name):
666            New autoload configuration.  Note that the Message::Charset::Encode
667            module is subject to change.
668    
669            * XMLParserTemp.pm: Now it can be used with new version
670            of DOM implementation.  Current plan is to replace it by
671            an XML5 parser someday.
672    
673    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
674    
675            * DOMLocator.pm: New module.
676    
677            * DOMError.pm: New module.
678    
679    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
680    
681            * Node.pm (manakai_expanded_uri, manakai_parent_element,
682            clone_node, compare_document_position, has_attributes,
683            has_child_nodes, is_default_namespace, lookup_namespace_uri,
684            lookup_prefix, normalize): Implemented.
685    
686            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
687    
688            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
689    
690    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
691    
692            * AttributeDefinition.pm (____new): Set an empty list
693            to the |allowed_tokens| attribute.
694            (allowed_token): Alpha version.
695    
696            * DocumentType.pm (get_element_type_definition_node,
697            get_notation_node): ALpha version.
698    
699            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
700            version.
701    
702            * Entity.pm (notation_name): Implemented.
703    
704    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
705    
706            * Attr.pm (____new): Initialize |specified| as 1.
707            (base_uri, manakai_attribute_type, specified): Implemented.
708            (prefix): Don't check read-only flag unless |strict_error_checking|.
709            (value): Call |text_content| for now.
710    
711            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
712            (declared_type, default_type): Implemented.
713    
714            * CharacterData.pm (____new): Allow a scalar reference
715            as an input for the |data| attribute.
716            (base_uri, manakai_append_text): Implemented.
717    
718            * DOMConfiguration.pm (set_parameter): Resetting implemented.
719    
720            * DOMDocument.pm (____new): Set default values to
721            configuration parameter whose default is true.
722            (document_uri, input_encoding): Implemented.
723            (all_declarations_processed, manakai_is_html): Implemented.
724            (base_uri, manakai_append_text,
725            manakai_entity_base_uri, strict_error_checking,
726            xml_encoding, xml_version, xml_standalone): Implemented.
727    
728            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
729            (get_attribute, get_attribute_node): Alpha version.
730            (set_attribute_node, set_attribute_node_ns): Implemented.
731            (set_attribute_ns): Accept non-ARRAY qualified name.
732    
733            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
734            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
735    
736            * DocumentType.pm (public_id, system_id): Implemented.
737            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
738            manakai_append_text): Implemented.
739            (element_types, general_entities, notations,
740            set_element_type_definition_node, set_general_entity_node,
741            set_notation_node): Alpha version.
742    
743            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
744            (attribute_definitions, set_attribute_definition_node): Alpha version.
745    
746            * Entity.pm (has_replacement_tree, public_id, system_id,
747            manakai_declaration_base_uri, manakai_entity_base_uri,
748            manakai_entity_uri): Implemented.
749    
750            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
751            (base_uri, manakai_entity_base_uri): Implemented.
752    
753            * Node.pm (base_uri): Implemented.
754            (text_content): Don't check read-only or not
755            unless |strict_error_checking|.
756            (manakai_append_text): Implemented.
757            (get_feature): Alpha.
758            (manakai_set_read_only): Implemented.
759    
760            * Notation.pm (public_id, system_id, manakai_append_text,
761            manakai_declaration_base_uri): Implemented.
762    
763            * ProcessingInstruction.pm (manakai_base_uri,
764            base_uri, manakai_append_text): Implemented.
765    
766    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
767    
768            * DOMConfiguration.pm: New module.
769    
770            * Attr.pm (trivial accessor for read-write attributes): Throw
771            an exception if the node is read-only.  Delete the property
772            if undef is specified.
773            (prefix): Implemented.
774    
775            * DOMElement.pm (trivial accessor for read-write attributes): Throw
776            an exception if the node is read-only.  Delete the property
777            if undef is specified.
778            (prefix): Implemented.
779            (text_content, manakai_append_text): Old implementations are removed.
780    
781            * DOMCharacterData.pm (text_content): Implemented.
782    
783            * DOMDocument.pm (____new): Initialize the strict-document-children
784            parameter by true.
785            (text_content): Reimplemented.
786            (dom_config): New.
787    
788            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
789    
790            * DocumentType.pm (text_content): Implemented.
791    
792            * ElementTypeDefinition.pm (text_content): Implemented.
793    
794            * Node.pm (___report_error): New method.
795            (text_content): Implemented.
796            (manakai_append_text): Copied from |DOMElement.pm|.
797    
798            * Notation.pm (text_content): Implemented.
799    
800            * ProcessingInstruction.pm (text_content): Implemented.
801    
802            * Text.pm (is_element_content_whitespace): Alpha version.
803    
804    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
805    
806            * DOMException.pm (Message::IF::DOMException): Extends
807            the |Message::Util::Error| class.
808    
809            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
810            (CLEAR): Not all items were removed.
811    
812    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
813    
814            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
815            DocumentType.pm, Entity.pm,
816            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
817    
818            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
819            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
820    
821            * DOMDocument.pm (AUTOLOAD): Typo fixed.
822    
823            * Node.pm (==, !=): Implemented.
824            (manakai_read_only): Implemented.
825            (is_same_node): Implemented.
826            (is_equal_node): Alpha version.
827            (manakai_set_read_only): Alpha version.
828            (child_nodes, first_child, last_child, previous_sibling): Duplicate
829            definitions are removed.
830    
831    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
832    
833            * Node.pm: First alpha version of implementation of attributes.
834    
835    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
836    
837            * ProcessingInstruction.pm, EntityReference.pm,
838            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
839            ElementTypeDefinition.pm, AttributeDefinition.pm,
840            DocumentType.pm, DOMElement.pm, Attr.pm,
841            CharacterData.pm, Text.pm, Comment.pm (node_name,
842            node_value, node_type): Implemented.
843    
844    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
845    
846            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
847            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
848            AttributeDefinition.pm: New modules.
849    
850            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
851            (create_attribute_definition, create_element_type_definition,
852            create_document_type_definition, create_cdata_section,
853            create_processing_instruction, create_entity_reference,
854            create_general_entity, create_notation): Prototypes added.
855    
856            * DOMImplementation.pm (create_document_type): Prototype added.
857    
858            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
859            and 'Message::IF::DocumentTypeDeclaration' added.
860            (create_document_type, create_document_type_definition):
861            New methods.
862    
863    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
864    
865            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
866            DOMElement.pm, Attr.pm, DocumentType.pm,
867            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
868            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
869    
870    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
871    
872            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
873            specifies unknown value and trys to recover from the error.
874    
875    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
876    
877            * TreeCore.dis (manakaiLocalName): New attribute.
878    
879    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
880    
881            * GenericLS.dis (GLSException): New interface.
882    
883    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
884    
885            * |InputProcessor|s and |OutputProcessor|s are
886            named so that |report| statements in Perl
887            module outputs can be identified by name. |dis:dataType|s
888            of |DISCore:TFQNames| are all replaced
889            by |DISCore:QName|.
890    
891    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
892    
893            * Element.dis (createElementNS): If an array reference
894            is specified as the |qualifiedName| parameter,
895            don't set the first item as the local name
896            even if the second item is not specified (or
897            specified as |undef|).
898            (createElementNS, setAttribute, setAttributeNS,
899            removeAttribute, removeAttributeNS,
900            setAttributeNode, setAttributeNodeNS,
901            removeAttributeNode, removeAttributeNodeNS): Sets
902            or removes the |tc:contentAttributeList| value.
903    
904            * TreeCore.dis (AttrMap.item): Caches the result
905            of sorting of content attribute names.
906            (getAttrMap, getElementTypeDefNodeMap,
907            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
908            (tc:contentAttributeList): New property.
909    
910    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
911    
912            * DOMFeature.dis (ForDef): Removed.
913            (f:provides, f:through): Removed.
914            (Version): Removed.
915            (implementFeature): Removed.
916    
917    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
918    
919            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
920            GenericLS.dis, TreeCore.dis, DOMString.dis,
921            XML.dis, Element.dis, Document.dis, TreeStore,dis,
922            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
923            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
924            are removed.
925    
926    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
927    
928            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
929            GenericLS.dis, TreeCore.dis, DOMString.dis,
930            XML.dis, Element.dis, Document.dis, TreeStore,dis,
931            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
932            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
933            and |DefaultFor|s are removed.
934    
935    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
936    
937            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
938            GenericLS.dis, TreeCore.dis, DOMString.dis,
939            XML.dis, Element.dis, Document.dis, TreeStore,dis,
940            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
941            SimpleLS.dis, DOMMain.dis: References
942            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
943            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
944            modes are removed.
945    
946    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
947    
948            * CharacterData.dis, TreeCore.dis (Require): References
949            to the |Grove.dis| module are removed.
950    
951    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
952    
953            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
954            (Require): Reference to the |Grove.dis| module is removed.
955    
956    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
957    
958            * DOMCore.dis (ManakaiDOMImplementation): The
959            class is no longer plays the role of
960            a |mg:NodeRefRole|.  Redundant |f:provides|
961            properties are removed.
962    
963    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
964    
965            * TreeCore.dis, DOMCore.dis, Document.dis,
966            Element.dis, CharacterData.dis, XML.dis,
967            XDoctype.dis, DOMString.dis, TreeStore.dis,
968            XMLParser.dis: Use Perl native
969            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
970            for DOM nodes.  See
971            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
972    
973    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
974    
975            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
976    
977    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
978    
979            * DOMString.dis: New module.
980    
981            * DOMString.pm: New file.
982    
983            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
984            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
985            Now it references the |DOMImplementationRegistry| object.
986            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
987            (DOMImplementationRegistry): New interface and
988            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
989            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
990            that the class no longer support |get_implementation|
991            and |get_implementation_list| methods from
992            the |ImplementationRegistry| interface.
993            (DOMImplementationList): Class implemented; no
994            longer inherits from |ImplementationList|.
995            (DOMImplementationSource): Class implemented; no
996            longer inherits from |ImplementationSource|.  Note that
997            the class no longer support |get_implementation|
998            and |get_implementation_list| methods from
999            the |ImplementationSource| interface.
1000            (DOMStringList): Removed.
1001    
1002            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
1003            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
1004            ManakaiDOM:DOMXMLFeatureXML11, most part of
1005            documentation for obsolete DOM Level 3 Minimum Implementation
1006            module, obsolete property name aliases,
1007            ImplemenationRegistryVar, ImplementationRegistry,
1008            DEBUG, MIString, ImplementationList, ImplementationSource,
1009            ManakaiDOM:implID): Removed.
1010    
1011            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
1012            (DOMString): Removed.
1013            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
1014    
1015            * Makefile: |DOMString.pm| is added.
1016    
1017            * TreeCore.dis (is_default_namespace): |null| was
1018            returned where a false is expected (|null| is
1019            a false in Perl, but real |false| is appropriate here).
1020    
1021    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
1022    
1023            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
1024    
1025            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
1026    
1027            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
1028    
1029    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
1030    
1031            * DOMFeature.dis (ImplementationList, ImplementationSource,
1032            ImplementationRegistry): Parameters |features|
1033            now allow |null| (equivalent to an empty string).
1034    
1035    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
1036    
1037            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
1038            class.  Factory methods |createTextNode| and |createComment|
1039            are moved from |ManakaiDOMDocument|.
1040    
1041            * DOMCore.dis: References to |ManakaiDOMObject|
1042            are removed.
1043            (tc:createImplForTest): Moved from |TreeCore.dis|.
1044            (DOMImplementation.___create_node_ref): Support
1045            for the |mg:nodeRefClass| option is removed.
1046            (ManakaiDOMConfiguration.___report_error): Moved
1047            from |ManakaiDOMObject| class.
1048    
1049            * DOMFeature.dis (domidl:extends): New property.
1050            (f:getFeatureImpl): Support for |+| classes is removed.
1051    
1052            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
1053            (ManakaiDOM:ManakaiDOMObject): Removed.
1054            (DOMDataType): Removed.
1055    
1056            * Document.dis (ManakaiDOMImplementationDocument):
1057            The |createDocument| method is moved from
1058            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
1059            (ManakaiDOMDocument.___create_node_ref): Removed.
1060            (createElement, createElementNS, createAttribute,
1061            createAttributeNS, createTextNode, createComment,
1062            createCDATASection, createEntityReference,
1063            createProcessingInstruction): Class implementations
1064            are moved to each module.
1065    
1066            * Element.dis (ManakaiDOMImplementationElement): Factory
1067            methods are moved from |Document.dis|.
1068            (ManakaiDOMElement.___create_node_ref): Support
1069            for old class registry is removed.
1070            (ManakaiDOMAttr.___create_node_ref): Removed.
1071            (Attr.baseURI): Implementation
1072            for |xml:base| attribute is merged.
1073            (Attr.nodeValue, Attr.value): Implementation
1074            for |xml:id| attribute is merged.
1075    
1076            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
1077    
1078            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
1079            definition for |createDocumentType| method
1080            is moved from |TreeCore.dis|.
1081    
1082            * XML.dis (ManakaiDOMXMLDocument): Factory
1083            methods are moved from |Document.dis|.
1084            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
1085            into |ManakaiDOMAttr| in |Element.dis|).
1086    
1087    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
1088    
1089            * Element.dis (___get_node_ref): |eval|ed |require|
1090            statement was broken.
1091    
1092            * DOMFeature.dis (getImplementationList): Argument
1093            is not passed to the |getImplementation| method.
1094    
1095            * TreeStore.dis (DOMImplementationTreeStore): It
1096            did not |f:implements| the |TSFeature30| feature.
1097    
1098            * XMLParser.dis: Use |create_uri_reference|
1099            method instead of internal |_new| method
1100            to create a URI reference object.
1101    
1102    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
1103    
1104            * DOMCore.dis (ManakaiDOMImplementation): No longer
1105            explicitly inherits |urigen:ManakaiURIImplementation| (and
1106            the |f:ManakaiMinimumImplementation| class inherited
1107            by it).  The |f:Minimum| feature is ever implemented
1108            for compatibility (but is expected to be removed).
1109            Internal methods such as |___report_error| are copied from
1110            obsolete |f:MinimumImplementation| class.  DOM3
1111            methods |hasFeature| and |getFeature| are also
1112            moved from that class, but they now support no
1113            foreign classes.
1114    
1115            * DOMFeature.dis (ManakaiImplementationSource): It
1116            now |p:require|s |Message::Util::AutoLoad::Registry|.
1117            The class no longer support classes
1118            other than |ManakaiDOMImplementation|.  Note
1119            that the |ImplementationRegistry| object does continue
1120            to support foreign classes via foreign classes
1121            implementing |ImplementationSource|
1122            or |DOMImplementationSource| interface.
1123            (MinimumImplementation): Removed.
1124    
1125            * DOMLS.dis (ManakaiDOMImplementationLS): It no
1126            longer inherit the |ManakaiDOMImplementation|; it
1127            is now expected to be implemented by |DOMImplementation|
1128            objects.
1129    
1130            * DOMMain.dis (null): Removed.
1131    
1132            * Document.dis (___create_node_ref): It no
1133            longer support foreign classes other
1134            than |Message::DOM::Document::ManakaiDOMDocument|.
1135            Note that document format specific DOM
1136            interfaces, if supported, should be
1137            all instances of the |Document| interface
1138            in the implementation, as defined
1139            in the Web Applications 1.0 specification (where
1140            the |HTMLDocument| interface must be implemented
1141            by all |Document| objects, even if the |Document|
1142            contains no HTML element).
1143    
1144            * GenericLS.dis (GLSImplementation): It no
1145            longer inherit the |MinimumImplementation|; it
1146            is now expected to be implemented by |DOMImplementation|
1147            objects.
1148            (createGLSParser, createGLSSerializer): Load
1149            module implementing parser or serializer
1150            if necessary.
1151    
1152            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
1153            longer inherits the |ManakaiDOMDocument|; it
1154            is now expected to be implemented by |Document|
1155            objects.
1156    
1157            * XDP.dis (XDPDocument): It no longer
1158            inherits the |Document|; it is now expected
1159            to be implemented by all |Document| objects.
1160    
1161            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
1162            longer inherits the |ManakaiDOMDocument|; it
1163            is now expected to be implemented by |Document|
1164            objects.
1165    
1166  2006-11-04  Wakaba  <wakaba@suika.fam.cx>  2006-11-04  Wakaba  <wakaba@suika.fam.cx>
1167    
1168          * DOMCore.dis (ManakaiDOMImplementation): No longer          * DOMCore.dis (ManakaiDOMImplementation): No longer

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.301

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24