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

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.291

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24