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

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.279

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24