/[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.248 by wakaba, Sun Jul 15 05:18:46 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>  2007-07-15  Wakaba  <wakaba@suika.fam.cx>
283    
284          * DOMConfiguration.pm: Configuration parameter |create-child-element|          * DOMConfiguration.pm: Configuration parameter |create-child-element|

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24