1 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
4 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
5 |
|
|
6 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Attr.pm (value, node_value): Now it is defined |
9 |
|
as |text_content| itself. |
10 |
|
|
11 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
12 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
13 |
|
|
14 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
15 |
|
|
16 |
|
* DocumentType.pm (internal_subset): Implemented. |
17 |
|
|
18 |
|
* Entity.pm (is_externally_declared, input_encoding, |
19 |
|
xml_version): Implemented. |
20 |
|
|
21 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
22 |
|
|
23 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
26 |
|
(data): Reimplemented. |
27 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
28 |
|
a number of bugs. |
29 |
|
|
30 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
31 |
|
|
32 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* StringExtended.pm: New Perl module. |
35 |
|
|
36 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
37 |
|
insert_data, replace_data, substring_data): Implemented. |
38 |
|
|
39 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
40 |
|
|
41 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
42 |
|
split_text): Implemented. |
43 |
|
|
44 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DOMElement.pm (attributes): Implemented. |
47 |
|
|
48 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
49 |
|
|
50 |
|
* DocumentType.pm (entities, general_entities, |
51 |
|
notations, element_types): Implemented. |
52 |
|
|
53 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
54 |
|
|
55 |
|
* NamedNodeMap.pm: New Perl module. |
56 |
|
|
57 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
60 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
61 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
62 |
|
insert_before, replace_child): Implemented. |
63 |
|
|
64 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
65 |
|
|
66 |
|
* Node.pm (remove_child): Implemented. |
67 |
|
|
68 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* Node.pm (==, is_equal_node): Implemented. |
* Node.pm (==, is_equal_node): Implemented. |