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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24