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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24