1 |
|
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
4 |
|
EventException.pm: Implemented (but not tested!). |
5 |
|
|
6 |
|
* DOMException.pm (MALFORMED_EVENT_TYPE_ERR, |
7 |
|
EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New |
8 |
|
error subtypes. |
9 |
|
|
10 |
|
* DOMImplementation.pm ($HasFeature): The |Event| feature, |
11 |
|
version |3.0|, is added. |
12 |
|
|
13 |
|
* Document.pm, Node.pm: Event attributes and |
14 |
|
methods are implemented. |
15 |
|
|
16 |
|
2007-10-07 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Receive |
19 |
|
an additional argument for "current element". |
20 |
|
Support for |-manakai-current| and |-manakai-current(/s/)| |
21 |
|
pseudo-classes. |
22 |
|
|
23 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* SelectorsAPI.pm: Attribute selectors are implemented. |
26 |
|
|
27 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* SelectorsAPI.pm (ElementSelector): Implemented. |
30 |
|
|
31 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* SelectorsAPI.pm (query_selector): Implemented. |
34 |
|
|
35 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* SelectorsAPI.pm ($get_elements_by_selectors): Created |
38 |
|
from most part of |query_selector_all|. |
39 |
|
|
40 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DOMException.pm (SYNTAX_ERR): New subtype is defined. |
43 |
|
(UNDECLARED_PREFIX_ERR): New subtype is defined. |
44 |
|
|
45 |
|
* Document.pm (Document): Implements the |DocumentSelector| |
46 |
|
interface. |
47 |
|
|
48 |
|
* Element.pm (Element): Implements the |ElementSelector| |
49 |
|
interface. |
50 |
|
|
51 |
|
* Node.pm (Node): Implements the |NSResolver| interface. |
52 |
|
|
53 |
|
* SelectorsAPI.pm: Now (hopefully) conform to the Selectors |
54 |
|
API Editor's Draft (only |query_selector_all| on |Document|, |
55 |
|
with limited selectors syntax support, though). |
56 |
|
|
57 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
60 |
|
are supported. |
61 |
|
|
62 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* SelectorsAPI.pm: New Perl module. |
65 |
|
|
66 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
69 |
|
of the |owner_document|, if any, as defined in the spec. |
70 |
|
|
71 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* Makefile: Relative path was wrong. |
74 |
|
|
75 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML/: New directory. |
78 |
|
|
79 |
|
* Element.pm (create_element_ns): Return object implementing |
80 |
|
the |HTMLElement| interface for HTML elements. |
81 |
|
|
82 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMImplementation.pod: New documentation. |
85 |
|
|
86 |
|
* Makefile: Make HTML document. |
87 |
|
|
88 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
91 |
|
|
92 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
93 |
|
|
94 |
|
* Document.pm: Renamed from DOMDocument.pm. |
95 |
|
|
96 |
|
* Element.pm: Renamed from DOMElement.pm |
97 |
|
|
98 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
101 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
102 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
103 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
104 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
105 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
106 |
|
|
107 |
|
* Makefile: Rules for DIS are removed. |
108 |
|
|
109 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
112 |
|
was referenced. |
113 |
|
|
114 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
117 |
|
is implemented. |
118 |
|
|
119 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
122 |
|
is implemented. |
123 |
|
|
124 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* Attr.pm (DeclaredValueType): Added. |
127 |
|
|
128 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
129 |
|
as a valid input, for |text_content| (maybe) allows it. |
130 |
|
|
131 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
132 |
|
|
133 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* DOMElement.pm: Incorrect module was referenced. |
136 |
|
|
137 |
|
* DOMImplementation.pm: References to |
138 |
|
the |Message::Charset::Encode| module has been removed. |
139 |
|
|
140 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
143 |
|
instead of |Message::Charset::Encode|. |
144 |
|
|
145 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
148 |
|
|
149 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
150 |
|
|
151 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
154 |
|
implemented. |
155 |
|
|
156 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
157 |
|
subclasses. |
158 |
|
|
159 |
|
* DOMImplementation.pm (DOMImplementation): Now |
160 |
|
implements the |AtomDOMImplementation| interface. |
161 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
162 |
|
|
163 |
|
* NodeList.pm (StaticNodeList): Implemented. |
164 |
|
|
165 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* Atom/: New directory. |
168 |
|
|
169 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
172 |
|
|
173 |
|
* Text.pm (whole_text): Parameter index number has |
174 |
|
been changed to support new |NodeFilter| Perl binding |
175 |
|
definition. |
176 |
|
|
177 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
180 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
181 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
182 |
|
|
183 |
|
* DOMConfiguration.pm (can_set_parameter, |
184 |
|
set_parameter): Don't allow to set the value |
185 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
186 |
|
|
187 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
188 |
|
(create_tree_walker, manakai_create_serial_walker): References |
189 |
|
and prototypes are added. |
190 |
|
|
191 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
192 |
|
|
193 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
194 |
|
version |2.0|, is added. |
195 |
|
|
196 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
199 |
|
|
200 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
201 |
|
|
202 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
203 |
|
|
204 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
205 |
|
|
206 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMConfiguration.pm: Support for |schema-type| |
209 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
210 |
|
|
211 |
|
* NamedNodeMap (TIEHASH): Were missing. |
212 |
|
|
213 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* AttributeDefinition.pm (node_value): Implemented. |
216 |
|
(create_attribute_definition): Implemented. |
217 |
|
|
218 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
219 |
|
get_parameter, set_parameter, can_set_parameter, |
220 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
221 |
|
FIRSTKEY, LASTKEY): Implemented. |
222 |
|
|
223 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
224 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
225 |
|
|
226 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
227 |
|
Implemented. |
228 |
|
|
229 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
230 |
|
are added. |
231 |
|
|
232 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
233 |
|
class. |
234 |
|
|
235 |
|
* DocumentType.pm (get_element_type_definition_node, |
236 |
|
get_general_entity_node, get_notation_node, |
237 |
|
set_element_type_definition_node, set_general_entity_node, |
238 |
|
set_notation_node, create_document_type_definition): Implemented. |
239 |
|
|
240 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
241 |
|
set_attribute_definition_node, create_element_type_definition): |
242 |
|
Implemented. |
243 |
|
|
244 |
|
* Entity.pm (create_general_entity): Implemented. |
245 |
|
|
246 |
|
* Node.pm: Constants in |OperationType| definition |
247 |
|
group are added. |
248 |
|
(manakai_language): Implemented. |
249 |
|
|
250 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
251 |
|
class. |
252 |
|
|
253 |
|
* Notation.pm (create_notation): Implemented. |
254 |
|
|
255 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* TypeInfo.pm: New Perl module. |
258 |
|
|
259 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
260 |
|
to avoid HTML5 case normalization. |
261 |
|
(is_id): Implemented. |
262 |
|
(manakai_name): New attribute. |
263 |
|
(schema_type_info): Implemented. |
264 |
|
(create_attribute_ns): Empty string as namespace URI |
265 |
|
was not supported. |
266 |
|
|
267 |
|
* DOMElement.pm (clone_node): Removed since now it is |
268 |
|
defined in |Node.pm|. |
269 |
|
(schema_type_info): Implemented. |
270 |
|
(manakai_tag_name): New attribute. |
271 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
272 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
273 |
|
remove_attribute, remove_attribute_ns, |
274 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
275 |
|
set_id_attribute, set_id_attribute_node, |
276 |
|
set_id_attribute_ns): Implemented. |
277 |
|
(create_element_ns): Empty string as namespace URI |
278 |
|
was not supported. |
279 |
|
|
280 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
283 |
|
|
284 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
285 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
286 |
|
by empty strings for compatibility with Web browsers. |
287 |
|
(create_document_type): Initialize |internal_subset| |
288 |
|
attribute by an empty string for compatibility with |
289 |
|
Web browsers. |
290 |
|
|
291 |
|
* ElementTypeDefinition.pm, Entity.pm, |
292 |
|
Notation.pm (owner_document_type_definition): Implemented. |
293 |
|
|
294 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
297 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
298 |
|
|
299 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
301 |
|
* Attr.pm (value, node_value): Now it is defined |
302 |
|
as |text_content| itself. |
303 |
|
|
304 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
305 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
306 |
|
|
307 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
308 |
|
|
309 |
|
* DocumentType.pm (internal_subset): Implemented. |
310 |
|
|
311 |
|
* Entity.pm (is_externally_declared, input_encoding, |
312 |
|
xml_version): Implemented. |
313 |
|
|
314 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
315 |
|
|
316 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
317 |
|
|
318 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
319 |
|
(data): Reimplemented. |
320 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
321 |
|
a number of bugs. |
322 |
|
|
323 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
324 |
|
|
325 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* StringExtended.pm: New Perl module. |
328 |
|
|
329 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
330 |
|
insert_data, replace_data, substring_data): Implemented. |
331 |
|
|
332 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
333 |
|
|
334 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
335 |
|
split_text): Implemented. |
336 |
|
|
337 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* DOMElement.pm (attributes): Implemented. |
340 |
|
|
341 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
342 |
|
|
343 |
|
* DocumentType.pm (entities, general_entities, |
344 |
|
notations, element_types): Implemented. |
345 |
|
|
346 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
347 |
|
|
348 |
|
* NamedNodeMap.pm: New Perl module. |
349 |
|
|
350 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
353 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
354 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
355 |
|
insert_before, replace_child): Implemented. |
356 |
|
|
357 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
358 |
|
|
359 |
|
* Node.pm (remove_child): Implemented. |
360 |
|
|
361 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
363 |
|
* Node.pm (==, is_equal_node): Implemented. |
364 |
|
(is_same_node): Implemented. |
365 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
366 |
|
(is_supported): Implemented. |
367 |
|
|
368 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
369 |
|
|
370 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
371 |
|
(create_document): Implemented. |
372 |
|
|
373 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
374 |
|
errors. |
375 |
|
(QNAME_NULLNS_ERR): New errors. |
376 |
|
|
377 |
|
* DocumenType.pm (create_document_type): Implemented. |
378 |
|
|
379 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
382 |
|
|
383 |
|
* DOMElement.pm (has_attribute): Alpha version. |
384 |
|
(create_element, create_element_ns): Implemented. |
385 |
|
|
386 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
387 |
|
|
388 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
389 |
|
|
390 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
391 |
|
|
392 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
395 |
|
|
396 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
397 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
398 |
|
when |{manakai_compat_mode}| is |undef|. |
399 |
|
|
400 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
401 |
|
|
402 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
403 |
|
Statements to set |$Error::Depth| are removed since they |
404 |
|
are result in "uninitialized" warnings unless |
405 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
406 |
|
Usually methods invoked in these methods does not |
407 |
|
raise any exception so that it makes no difference. |
408 |
|
|
409 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* DOMDocument.pm (adopt_node): Implemented. |
412 |
|
(doctype): Implemented. |
413 |
|
|
414 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
415 |
|
|
416 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
417 |
|
error type. |
418 |
|
|
419 |
|
* Node.pm (set_user_data): Implemented. |
420 |
|
|
421 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
424 |
|
It will be defined in the DOM Perl Binding specification |
425 |
|
as part of |DOMImplementation| interface. |
426 |
|
($HasFeature): Defined for features support. |
427 |
|
(has_feature, get_feature): Implemented. |
428 |
|
|
429 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
430 |
|
module unless necessary. |
431 |
|
(___report_error): Removed since it is not used in fact. |
432 |
|
|
433 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
434 |
|
DOMImplementationRegistry.pm: New modules. |
435 |
|
|
436 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
437 |
|
|
438 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
439 |
|
|
440 |
|
* DOMStringList.pm: New Perl module. |
441 |
|
|
442 |
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
* DOMElement.pm (clone_node): Alpha version. It did not work |
* DOMElement.pm (clone_node): Alpha version. It did not work |