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