1 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* StringExtended.pm: New Perl module. |
4 |
|
|
5 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
6 |
|
insert_data, replace_data, substring_data): Implemented. |
7 |
|
|
8 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
9 |
|
|
10 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
11 |
|
split_text): Implemented. |
12 |
|
|
13 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMElement.pm (attributes): Implemented. |
16 |
|
|
17 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
18 |
|
|
19 |
|
* DocumentType.pm (entities, general_entities, |
20 |
|
notations, element_types): Implemented. |
21 |
|
|
22 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
23 |
|
|
24 |
|
* NamedNodeMap.pm: New Perl module. |
25 |
|
|
26 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
29 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
30 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
31 |
|
insert_before, replace_child): Implemented. |
32 |
|
|
33 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
34 |
|
|
35 |
|
* Node.pm (remove_child): Implemented. |
36 |
|
|
37 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
* Node.pm (==, is_equal_node): Implemented. |
* Node.pm (==, is_equal_node): Implemented. |