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

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.286

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24