1 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
4 |
|
at all. |
5 |
|
|
6 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
9 |
|
|
10 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
13 |
|
(manakai_is_html): Revised. |
14 |
|
(Document): Now it implements the |HTMLDocument| interface. |
15 |
|
(adopt_node): Alpha version. |
16 |
|
|
17 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
18 |
|
not |allowed_token|! |
19 |
|
|
20 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
21 |
|
return an |undef| even if its |attribute_definitions| |
22 |
|
list is not created. |
23 |
|
|
24 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Comment.pm (node_type): Node type was incorrect! |
27 |
|
|
28 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
29 |
|
|
30 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
31 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
32 |
|
New autoload configuration. Note that the Message::Charset::Encode |
33 |
|
module is subject to change. |
34 |
|
|
35 |
|
* XMLParserTemp.pm: Now it can be used with new version |
36 |
|
of DOM implementation. Current plan is to replace it by |
37 |
|
an XML5 parser someday. |
38 |
|
|
39 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMLocator.pm: New module. |
42 |
|
|
43 |
|
* DOMError.pm: New module. |
44 |
|
|
45 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
48 |
|
clone_node, compare_document_position, has_attributes, |
49 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
50 |
|
lookup_prefix, normalize): Implemented. |
51 |
|
|
52 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
53 |
|
|
54 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
55 |
|
|
56 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* AttributeDefinition.pm (____new): Set an empty list |
59 |
|
to the |allowed_tokens| attribute. |
60 |
|
(allowed_token): Alpha version. |
61 |
|
|
62 |
|
* DocumentType.pm (get_element_type_definition_node, |
63 |
|
get_notation_node): ALpha version. |
64 |
|
|
65 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
66 |
|
version. |
67 |
|
|
68 |
|
* Entity.pm (notation_name): Implemented. |
69 |
|
|
70 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
73 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
74 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
75 |
|
(value): Call |text_content| for now. |
76 |
|
|
77 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
78 |
|
(declared_type, default_type): Implemented. |
79 |
|
|
80 |
|
* CharacterData.pm (____new): Allow a scalar reference |
81 |
|
as an input for the |data| attribute. |
82 |
|
(base_uri, manakai_append_text): Implemented. |
83 |
|
|
84 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
85 |
|
|
86 |
|
* DOMDocument.pm (____new): Set default values to |
87 |
|
configuration parameter whose default is true. |
88 |
|
(document_uri, input_encoding): Implemented. |
89 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
90 |
|
(base_uri, manakai_append_text, |
91 |
|
manakai_entity_base_uri, strict_error_checking, |
92 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
93 |
|
|
94 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
95 |
|
(get_attribute, get_attribute_node): Alpha version. |
96 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
97 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
98 |
|
|
99 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
100 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
101 |
|
|
102 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
103 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
104 |
|
manakai_append_text): Implemented. |
105 |
|
(element_types, general_entities, notations, |
106 |
|
set_element_type_definition_node, set_general_entity_node, |
107 |
|
set_notation_node): Alpha version. |
108 |
|
|
109 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
110 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
111 |
|
|
112 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
113 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
114 |
|
manakai_entity_uri): Implemented. |
115 |
|
|
116 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
117 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
118 |
|
|
119 |
|
* Node.pm (base_uri): Implemented. |
120 |
|
(text_content): Don't check read-only or not |
121 |
|
unless |strict_error_checking|. |
122 |
|
(manakai_append_text): Implemented. |
123 |
|
(get_feature): Alpha. |
124 |
|
(manakai_set_read_only): Implemented. |
125 |
|
|
126 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
127 |
|
manakai_declaration_base_uri): Implemented. |
128 |
|
|
129 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
130 |
|
base_uri, manakai_append_text): Implemented. |
131 |
|
|
132 |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
* DOMConfiguration.pm: New module. |
* DOMConfiguration.pm: New module. |