/[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.251 by wakaba, Mon Jul 16 11:58:00 2007 UTC revision 1.283 by wakaba, Tue Jan 1 09:09:16 2008 UTC
# Line 1  Line 1 
1    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSStyleDeclaration.pm (css_text): Output |undef| property
4            information for debugging.
5    
6            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
7    
8    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
9    
10            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
11    
12    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
13    
14            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
15            method.
16    
17    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
18    
19            * SelectorsAPI.pm: Make simple-selector-sequence-matching
20            an independent function.
21    
22    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
23    
24            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
25            reflecting CSS property is implemented.
26            (css_text): Getter is implemented.
27    
28    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
29    
30            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
31            (CSSNamespaceRule.css_text): Getter implemented.
32    
33            * CSSStyleSheet.pm (manakai_is_default_namespace,
34            manakai_lookup_namespace_prefix): New methods.
35    
36    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
37    
38            * CSSRule.pm (@charset.css_text): Implemented.
39    
40    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
41    
42            * CSSRule.pm (type, css_text): Typo fixed.
43            (____new): s/_selector/_selectors/g;
44            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
45    
46            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
47    
48            * CSSStyleSheet.pm (new): s/new/____new/.
49            (css_text): New attribute.
50    
51    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
52    
53            * MediaList.pm: New placeholder for a CSSOM interface.
54    
55            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
56            setting of owner* and parent* attributes; support
57            for the |delete_rule| method.
58    
59    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
60    
61            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
62            First version of CSSOM implementation.
63    
64    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Document.pm, Entity.pm (manakai_has_bom,
67            manakai_charset): New attributes.
68    
69    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
70    
71            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
72            for getter.
73    
74    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
77            The |namespaceURI| attribute was not set correctly.
78    
79            * DOMEvents.dis: Removed.
80    
81    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Event.pm, EventTarget.pm, EventTargetNode.pm,
84            EventException.pm: Implemented (but not tested!).
85    
86            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
87            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
88            error subtypes.
89    
90            * DOMImplementation.pm ($HasFeature): The |Event| feature,
91            version |3.0|, is added.
92    
93            * Document.pm, Node.pm: Event attributes and
94            methods are implemented.
95    
96    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
97    
98            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
99            an additional argument for "current element".
100            Support for |-manakai-current| and |-manakai-current(/s/)|
101            pseudo-classes.
102    
103    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
104    
105            * SelectorsAPI.pm: Attribute selectors are implemented.
106    
107    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
108    
109            * SelectorsAPI.pm (ElementSelector): Implemented.
110    
111    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
112    
113            * SelectorsAPI.pm (query_selector): Implemented.
114    
115    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
116    
117            * SelectorsAPI.pm ($get_elements_by_selectors): Created
118            from most part of |query_selector_all|.
119    
120    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
121    
122            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
123            (UNDECLARED_PREFIX_ERR): New subtype is defined.
124    
125            * Document.pm (Document): Implements the |DocumentSelector|
126            interface.
127    
128            * Element.pm (Element): Implements the |ElementSelector|
129            interface.
130    
131            * Node.pm (Node): Implements the |NSResolver| interface.
132    
133            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
134            API Editor's Draft (only |query_selector_all| on |Document|,
135            with limited selectors syntax support, though).
136    
137    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
138    
139            * SelectorsAPI.pm: Namespaced type/universal selectors
140            are supported.
141    
142    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
143    
144            * SelectorsAPI.pm: New Perl module.
145    
146    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Node.pm (manakai_language): Return the |manakai_language|
149            of the |owner_document|, if any, as defined in the spec.
150    
151    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
152    
153            * Makefile: Relative path was wrong.
154    
155    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML/: New directory.
158    
159            * Element.pm (create_element_ns): Return object implementing
160            the |HTMLElement| interface for HTML elements.
161    
162    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
163    
164            * DOMImplementation.pod: New documentation.
165    
166            * Makefile: Make HTML document.
167    
168    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
169    
170            * XDoctype.dis, XDoctype.pm: Removed.
171    
172            * CharacterData.pm: Renamed from DOMCharacterData.pm.
173    
174            * Document.pm: Renamed from DOMDocument.pm.
175    
176            * Element.pm: Renamed from DOMElement.pm
177    
178    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
179    
180            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
181            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
182            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
183            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
184            DOMMain.dis, DOMMain.pm, DOMLS.dis,
185            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
186    
187            * Makefile: Rules for DIS are removed.
188    
189    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
190    
191            * Text.pm: |Message::DOM::Traversal, an obsolete module,
192            was referenced.
193    
194    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
195    
196            * DOMDocument.pm (inner_html): Setter in HTML document
197            is implemented.
198    
199    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
200    
201            * DOMDocument.pm (inner_html): Setter in XML document
202            is implemented.
203    
204    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
205    
206            * Attr.pm (DeclaredValueType): Added.
207    
208            * ProcessingInstruction.pm (data): Accept |undef|
209            as a valid input, for |text_content| (maybe) allows it.
210    
211            * TypeInfo.pm (type_namespace): The implementation was wrong.
212    
213  2007-07-16  Wakaba  <wakaba@suika.fam.cx>  2007-07-16  Wakaba  <wakaba@suika.fam.cx>
214    
215          * DOMElement.pm: Incorrect module was referenced.          * DOMElement.pm: Incorrect module was referenced.

Legend:
Removed from v.1.251  
changed lines
  Added in v.1.283

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24