/[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.226 by wakaba, Thu Jun 21 14:57:52 2007 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>  2007-06-21  Wakaba  <wakaba@suika.fam.cx>
539    
540          * Comment.pm (node_type): Node type was incorrect!          * Comment.pm (node_type): Node type was incorrect!

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24