1 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
4 |
|
It will be defined in the DOM Perl Binding specification |
5 |
|
as part of |DOMImplementation| interface. |
6 |
|
($HasFeature): Defined for features support. |
7 |
|
(has_feature, get_feature): Implemented. |
8 |
|
|
9 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
10 |
|
module unless necessary. |
11 |
|
(___report_error): Removed since it is not used in fact. |
12 |
|
|
13 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
14 |
|
DOMImplementationRegistry.pm: New modules. |
15 |
|
|
16 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
19 |
|
|
20 |
|
* DOMStringList.pm: New Perl module. |
21 |
|
|
22 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
25 |
|
at all. |
26 |
|
|
27 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
30 |
|
|
31 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
34 |
|
(manakai_is_html): Revised. |
35 |
|
(Document): Now it implements the |HTMLDocument| interface. |
36 |
|
(adopt_node): Alpha version. |
37 |
|
|
38 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
39 |
|
not |allowed_token|! |
40 |
|
|
41 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
42 |
|
return an |undef| even if its |attribute_definitions| |
43 |
|
list is not created. |
44 |
|
|
45 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Comment.pm (node_type): Node type was incorrect! |
48 |
|
|
49 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
50 |
|
|
51 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
52 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
53 |
|
New autoload configuration. Note that the Message::Charset::Encode |
54 |
|
module is subject to change. |
55 |
|
|
56 |
|
* XMLParserTemp.pm: Now it can be used with new version |
57 |
|
of DOM implementation. Current plan is to replace it by |
58 |
|
an XML5 parser someday. |
59 |
|
|
60 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DOMLocator.pm: New module. |
63 |
|
|
64 |
|
* DOMError.pm: New module. |
65 |
|
|
66 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
69 |
|
clone_node, compare_document_position, has_attributes, |
70 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
71 |
|
lookup_prefix, normalize): Implemented. |
72 |
|
|
73 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
74 |
|
|
75 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
76 |
|
|
77 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* AttributeDefinition.pm (____new): Set an empty list |
80 |
|
to the |allowed_tokens| attribute. |
81 |
|
(allowed_token): Alpha version. |
82 |
|
|
83 |
|
* DocumentType.pm (get_element_type_definition_node, |
84 |
|
get_notation_node): ALpha version. |
85 |
|
|
86 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
87 |
|
version. |
88 |
|
|
89 |
|
* Entity.pm (notation_name): Implemented. |
90 |
|
|
91 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
94 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
95 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
96 |
|
(value): Call |text_content| for now. |
97 |
|
|
98 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
99 |
|
(declared_type, default_type): Implemented. |
100 |
|
|
101 |
|
* CharacterData.pm (____new): Allow a scalar reference |
102 |
|
as an input for the |data| attribute. |
103 |
|
(base_uri, manakai_append_text): Implemented. |
104 |
|
|
105 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
106 |
|
|
107 |
|
* DOMDocument.pm (____new): Set default values to |
108 |
|
configuration parameter whose default is true. |
109 |
|
(document_uri, input_encoding): Implemented. |
110 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
111 |
|
(base_uri, manakai_append_text, |
112 |
|
manakai_entity_base_uri, strict_error_checking, |
113 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
114 |
|
|
115 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
116 |
|
(get_attribute, get_attribute_node): Alpha version. |
117 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
118 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
119 |
|
|
120 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
121 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
122 |
|
|
123 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
124 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
125 |
|
manakai_append_text): Implemented. |
126 |
|
(element_types, general_entities, notations, |
127 |
|
set_element_type_definition_node, set_general_entity_node, |
128 |
|
set_notation_node): Alpha version. |
129 |
|
|
130 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
131 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
132 |
|
|
133 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
134 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
135 |
|
manakai_entity_uri): Implemented. |
136 |
|
|
137 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
138 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
139 |
|
|
140 |
|
* Node.pm (base_uri): Implemented. |
141 |
|
(text_content): Don't check read-only or not |
142 |
|
unless |strict_error_checking|. |
143 |
|
(manakai_append_text): Implemented. |
144 |
|
(get_feature): Alpha. |
145 |
|
(manakai_set_read_only): Implemented. |
146 |
|
|
147 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
148 |
|
manakai_declaration_base_uri): Implemented. |
149 |
|
|
150 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
151 |
|
base_uri, manakai_append_text): Implemented. |
152 |
|
|
153 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* DOMConfiguration.pm: New module. |
156 |
|
|
157 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
158 |
|
an exception if the node is read-only. Delete the property |
159 |
|
if undef is specified. |
160 |
|
(prefix): Implemented. |
161 |
|
|
162 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
163 |
|
an exception if the node is read-only. Delete the property |
164 |
|
if undef is specified. |
165 |
|
(prefix): Implemented. |
166 |
|
(text_content, manakai_append_text): Old implementations are removed. |
167 |
|
|
168 |
|
* DOMCharacterData.pm (text_content): Implemented. |
169 |
|
|
170 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
171 |
|
parameter by true. |
172 |
|
(text_content): Reimplemented. |
173 |
|
(dom_config): New. |
174 |
|
|
175 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
176 |
|
|
177 |
|
* DocumentType.pm (text_content): Implemented. |
178 |
|
|
179 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
180 |
|
|
181 |
|
* Node.pm (___report_error): New method. |
182 |
|
(text_content): Implemented. |
183 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
184 |
|
|
185 |
|
* Notation.pm (text_content): Implemented. |
186 |
|
|
187 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
188 |
|
|
189 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
190 |
|
|
191 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
194 |
|
the |Message::Util::Error| class. |
195 |
|
|
196 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
197 |
|
(CLEAR): Not all items were removed. |
198 |
|
|
199 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
202 |
|
DocumentType.pm, Entity.pm, |
203 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
204 |
|
|
205 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
206 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
207 |
|
|
208 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
209 |
|
|
210 |
|
* Node.pm (==, !=): Implemented. |
211 |
|
(manakai_read_only): Implemented. |
212 |
|
(is_same_node): Implemented. |
213 |
|
(is_equal_node): Alpha version. |
214 |
|
(manakai_set_read_only): Alpha version. |
215 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
216 |
|
definitions are removed. |
217 |
|
|
218 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* Node.pm: First alpha version of implementation of attributes. |
221 |
|
|
222 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
225 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
226 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
227 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
228 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
229 |
|
node_value, node_type): Implemented. |
230 |
|
|
231 |
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |