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

Legend:
Removed from v.1.238  
changed lines
  Added in v.1.284

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24