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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24