1 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
4 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
5 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
6 |
|
insert_before, replace_child): Implemented. |
7 |
|
|
8 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
9 |
|
|
10 |
|
* Node.pm (remove_child): Implemented. |
11 |
|
|
12 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Node.pm (==, is_equal_node): Implemented. |
15 |
|
(is_same_node): Implemented. |
16 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
17 |
|
(is_supported): Implemented. |
18 |
|
|
19 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
22 |
|
(create_document): Implemented. |
23 |
|
|
24 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
25 |
|
errors. |
26 |
|
(QNAME_NULLNS_ERR): New errors. |
27 |
|
|
28 |
|
* DocumenType.pm (create_document_type): Implemented. |
29 |
|
|
30 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* CDATASection.pm (is_element_content_whitespace): New. |
* CDATASection.pm (is_element_content_whitespace): New. |