1 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
4 |
|
(data): Reimplemented. |
5 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
6 |
|
a number of bugs. |
7 |
|
|
8 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
9 |
|
|
10 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* StringExtended.pm: New Perl module. |
13 |
|
|
14 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
15 |
|
insert_data, replace_data, substring_data): Implemented. |
16 |
|
|
17 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
18 |
|
|
19 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
20 |
|
split_text): Implemented. |
21 |
|
|
22 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMElement.pm (attributes): Implemented. |
25 |
|
|
26 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
27 |
|
|
28 |
|
* DocumentType.pm (entities, general_entities, |
29 |
|
notations, element_types): Implemented. |
30 |
|
|
31 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
32 |
|
|
33 |
|
* NamedNodeMap.pm: New Perl module. |
34 |
|
|
35 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
38 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
39 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
40 |
|
insert_before, replace_child): Implemented. |
41 |
|
|
42 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
43 |
|
|
44 |
|
* Node.pm (remove_child): Implemented. |
45 |
|
|
46 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* Node.pm (==, is_equal_node): Implemented. |
49 |
|
(is_same_node): Implemented. |
50 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
51 |
|
(is_supported): Implemented. |
52 |
|
|
53 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* DOMDocument.pm (get_element_by_id): Implemented. |
* DOMDocument.pm (get_element_by_id): Implemented. |