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

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.295

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24