/[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.253 by wakaba, Sun Jul 29 06:35:16 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>  2007-07-29  Wakaba  <wakaba@suika.fam.cx>
206    
207          * DOMDocument.pm (inner_html): Setter in XML document          * DOMDocument.pm (inner_html): Setter in XML document

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24