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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24