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