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