1 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* AttributeDefinition.pm (node_value): Implemented. |
4 |
|
(create_attribute_definition): Implemented. |
5 |
|
|
6 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
7 |
|
get_parameter, set_parameter, can_set_parameter, |
8 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
9 |
|
FIRSTKEY, LASTKEY): Implemented. |
10 |
|
|
11 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
12 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
13 |
|
|
14 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
15 |
|
Implemented. |
16 |
|
|
17 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
18 |
|
are added. |
19 |
|
|
20 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
21 |
|
class. |
22 |
|
|
23 |
|
* DocumentType.pm (get_element_type_definition_node, |
24 |
|
get_general_entity_node, get_notation_node, |
25 |
|
set_element_type_definition_node, set_general_entity_node, |
26 |
|
set_notation_node, create_document_type_definition): Implemented. |
27 |
|
|
28 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
29 |
|
set_attribute_definition_node, create_element_type_definition): |
30 |
|
Implemented. |
31 |
|
|
32 |
|
* Entity.pm (create_general_entity): Implemented. |
33 |
|
|
34 |
|
* Node.pm: Constants in |OperationType| definition |
35 |
|
group are added. |
36 |
|
(manakai_language): Implemented. |
37 |
|
|
38 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
39 |
|
class. |
40 |
|
|
41 |
|
* Notation.pm (create_notation): Implemented. |
42 |
|
|
43 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* TypeInfo.pm: New Perl module. |
46 |
|
|
47 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
48 |
|
to avoid HTML5 case normalization. |
49 |
|
(is_id): Implemented. |
50 |
|
(manakai_name): New attribute. |
51 |
|
(schema_type_info): Implemented. |
52 |
|
(create_attribute_ns): Empty string as namespace URI |
53 |
|
was not supported. |
54 |
|
|
55 |
|
* DOMElement.pm (clone_node): Removed since now it is |
56 |
|
defined in |Node.pm|. |
57 |
|
(schema_type_info): Implemented. |
58 |
|
(manakai_tag_name): New attribute. |
59 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
60 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
61 |
|
remove_attribute, remove_attribute_ns, |
62 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
63 |
|
set_id_attribute, set_id_attribute_node, |
64 |
|
set_id_attribute_ns): Implemented. |
65 |
|
(create_element_ns): Empty string as namespace URI |
66 |
|
was not supported. |
67 |
|
|
68 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
71 |
|
|
72 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
73 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
74 |
|
by empty strings for compatibility with Web browsers. |
75 |
|
(create_document_type): Initialize |internal_subset| |
76 |
|
attribute by an empty string for compatibility with |
77 |
|
Web browsers. |
78 |
|
|
79 |
|
* ElementTypeDefinition.pm, Entity.pm, |
80 |
|
Notation.pm (owner_document_type_definition): Implemented. |
81 |
|
|
82 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
85 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
86 |
|
|
87 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* Attr.pm (value, node_value): Now it is defined |
90 |
|
as |text_content| itself. |
91 |
|
|
92 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
93 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
94 |
|
|
95 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
96 |
|
|
97 |
|
* DocumentType.pm (internal_subset): Implemented. |
98 |
|
|
99 |
|
* Entity.pm (is_externally_declared, input_encoding, |
100 |
|
xml_version): Implemented. |
101 |
|
|
102 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
103 |
|
|
104 |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* DOMCharacterData.pm (AUTOLOAD): Removed. |
* DOMCharacterData.pm (AUTOLOAD): Removed. |