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