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

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.285

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24