1 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMImplementation.pod: New documentation. |
4 |
|
|
5 |
|
* Makefile: Make HTML document. |
6 |
|
|
7 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
10 |
|
|
11 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
12 |
|
|
13 |
|
* Document.pm: Renamed from DOMDocument.pm. |
14 |
|
|
15 |
|
* Element.pm: Renamed from DOMElement.pm |
16 |
|
|
17 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
20 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
21 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
22 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
23 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
24 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
25 |
|
|
26 |
|
* Makefile: Rules for DIS are removed. |
27 |
|
|
28 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
31 |
|
was referenced. |
32 |
|
|
33 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
36 |
|
is implemented. |
37 |
|
|
38 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
41 |
|
is implemented. |
42 |
|
|
43 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Attr.pm (DeclaredValueType): Added. |
46 |
|
|
47 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
48 |
|
as a valid input, for |text_content| (maybe) allows it. |
49 |
|
|
50 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
51 |
|
|
52 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMElement.pm: Incorrect module was referenced. |
55 |
|
|
56 |
|
* DOMImplementation.pm: References to |
57 |
|
the |Message::Charset::Encode| module has been removed. |
58 |
|
|
59 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
62 |
|
instead of |Message::Charset::Encode|. |
63 |
|
|
64 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
67 |
|
|
68 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
69 |
|
|
70 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
73 |
|
implemented. |
74 |
|
|
75 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
76 |
|
subclasses. |
77 |
|
|
78 |
|
* DOMImplementation.pm (DOMImplementation): Now |
79 |
|
implements the |AtomDOMImplementation| interface. |
80 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
81 |
|
|
82 |
|
* NodeList.pm (StaticNodeList): Implemented. |
83 |
|
|
84 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Atom/: New directory. |
87 |
|
|
88 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
91 |
|
|
92 |
|
* Text.pm (whole_text): Parameter index number has |
93 |
|
been changed to support new |NodeFilter| Perl binding |
94 |
|
definition. |
95 |
|
|
96 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
99 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
100 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
101 |
|
|
102 |
|
* DOMConfiguration.pm (can_set_parameter, |
103 |
|
set_parameter): Don't allow to set the value |
104 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
105 |
|
|
106 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
107 |
|
(create_tree_walker, manakai_create_serial_walker): References |
108 |
|
and prototypes are added. |
109 |
|
|
110 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
111 |
|
|
112 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
113 |
|
version |2.0|, is added. |
114 |
|
|
115 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
118 |
|
|
119 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
120 |
|
|
121 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
122 |
|
|
123 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
124 |
|
|
125 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMConfiguration.pm: Support for |schema-type| |
128 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
129 |
|
|
130 |
|
* NamedNodeMap (TIEHASH): Were missing. |
131 |
|
|
132 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* AttributeDefinition.pm (node_value): Implemented. |
135 |
|
(create_attribute_definition): Implemented. |
136 |
|
|
137 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
138 |
|
get_parameter, set_parameter, can_set_parameter, |
139 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
140 |
|
FIRSTKEY, LASTKEY): Implemented. |
141 |
|
|
142 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
143 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
144 |
|
|
145 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
146 |
|
Implemented. |
147 |
|
|
148 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
149 |
|
are added. |
150 |
|
|
151 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
152 |
|
class. |
153 |
|
|
154 |
|
* DocumentType.pm (get_element_type_definition_node, |
155 |
|
get_general_entity_node, get_notation_node, |
156 |
|
set_element_type_definition_node, set_general_entity_node, |
157 |
|
set_notation_node, create_document_type_definition): Implemented. |
158 |
|
|
159 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
160 |
|
set_attribute_definition_node, create_element_type_definition): |
161 |
|
Implemented. |
162 |
|
|
163 |
|
* Entity.pm (create_general_entity): Implemented. |
164 |
|
|
165 |
|
* Node.pm: Constants in |OperationType| definition |
166 |
|
group are added. |
167 |
|
(manakai_language): Implemented. |
168 |
|
|
169 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
170 |
|
class. |
171 |
|
|
172 |
|
* Notation.pm (create_notation): Implemented. |
173 |
|
|
174 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* TypeInfo.pm: New Perl module. |
177 |
|
|
178 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
179 |
|
to avoid HTML5 case normalization. |
180 |
|
(is_id): Implemented. |
181 |
|
(manakai_name): New attribute. |
182 |
|
(schema_type_info): Implemented. |
183 |
|
(create_attribute_ns): Empty string as namespace URI |
184 |
|
was not supported. |
185 |
|
|
186 |
|
* DOMElement.pm (clone_node): Removed since now it is |
187 |
|
defined in |Node.pm|. |
188 |
|
(schema_type_info): Implemented. |
189 |
|
(manakai_tag_name): New attribute. |
190 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
191 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
192 |
|
remove_attribute, remove_attribute_ns, |
193 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
194 |
|
set_id_attribute, set_id_attribute_node, |
195 |
|
set_id_attribute_ns): Implemented. |
196 |
|
(create_element_ns): Empty string as namespace URI |
197 |
|
was not supported. |
198 |
|
|
199 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
202 |
|
|
203 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
204 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
205 |
|
by empty strings for compatibility with Web browsers. |
206 |
|
(create_document_type): Initialize |internal_subset| |
207 |
|
attribute by an empty string for compatibility with |
208 |
|
Web browsers. |
209 |
|
|
210 |
|
* ElementTypeDefinition.pm, Entity.pm, |
211 |
|
Notation.pm (owner_document_type_definition): Implemented. |
212 |
|
|
213 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
216 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
217 |
|
|
218 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* Attr.pm (value, node_value): Now it is defined |
221 |
|
as |text_content| itself. |
222 |
|
|
223 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
224 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
225 |
|
|
226 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
227 |
|
|
228 |
|
* DocumentType.pm (internal_subset): Implemented. |
229 |
|
|
230 |
|
* Entity.pm (is_externally_declared, input_encoding, |
231 |
|
xml_version): Implemented. |
232 |
|
|
233 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
234 |
|
|
235 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
238 |
|
(data): Reimplemented. |
239 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
240 |
|
a number of bugs. |
241 |
|
|
242 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
243 |
|
|
244 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* StringExtended.pm: New Perl module. |
247 |
|
|
248 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
249 |
|
insert_data, replace_data, substring_data): Implemented. |
250 |
|
|
251 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
252 |
|
|
253 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
254 |
|
split_text): Implemented. |
255 |
|
|
256 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* DOMElement.pm (attributes): Implemented. |
259 |
|
|
260 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
261 |
|
|
262 |
|
* DocumentType.pm (entities, general_entities, |
263 |
|
notations, element_types): Implemented. |
264 |
|
|
265 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
266 |
|
|
267 |
|
* NamedNodeMap.pm: New Perl module. |
268 |
|
|
269 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
272 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
273 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
274 |
|
insert_before, replace_child): Implemented. |
275 |
|
|
276 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
277 |
|
|
278 |
|
* Node.pm (remove_child): Implemented. |
279 |
|
|
280 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* Node.pm (==, is_equal_node): Implemented. |
283 |
|
(is_same_node): Implemented. |
284 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
285 |
|
(is_supported): Implemented. |
286 |
|
|
287 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
290 |
|
(create_document): Implemented. |
291 |
|
|
292 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
293 |
|
errors. |
294 |
|
(QNAME_NULLNS_ERR): New errors. |
295 |
|
|
296 |
|
* DocumenType.pm (create_document_type): Implemented. |
297 |
|
|
298 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
301 |
|
|
302 |
|
* DOMElement.pm (has_attribute): Alpha version. |
303 |
|
(create_element, create_element_ns): Implemented. |
304 |
|
|
305 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
306 |
|
|
307 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
308 |
|
|
309 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
310 |
|
|
311 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
313 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
314 |
|
|
315 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
316 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
317 |
|
when |{manakai_compat_mode}| is |undef|. |
318 |
|
|
319 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
320 |
|
|
321 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
322 |
|
Statements to set |$Error::Depth| are removed since they |
323 |
|
are result in "uninitialized" warnings unless |
324 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
325 |
|
Usually methods invoked in these methods does not |
326 |
|
raise any exception so that it makes no difference. |
327 |
|
|
328 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
329 |
|
|
330 |
|
* DOMDocument.pm (adopt_node): Implemented. |
331 |
|
(doctype): Implemented. |
332 |
|
|
333 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
334 |
|
|
335 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
336 |
|
error type. |
337 |
|
|
338 |
|
* Node.pm (set_user_data): Implemented. |
339 |
|
|
340 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
343 |
|
It will be defined in the DOM Perl Binding specification |
344 |
|
as part of |DOMImplementation| interface. |
345 |
|
($HasFeature): Defined for features support. |
346 |
|
(has_feature, get_feature): Implemented. |
347 |
|
|
348 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
349 |
|
module unless necessary. |
350 |
|
(___report_error): Removed since it is not used in fact. |
351 |
|
|
352 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
353 |
|
DOMImplementationRegistry.pm: New modules. |
354 |
|
|
355 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
358 |
|
|
359 |
|
* DOMStringList.pm: New Perl module. |
360 |
|
|
361 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
363 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
364 |
|
at all. |
365 |
|
|
366 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
369 |
|
|
370 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
371 |
|
|
372 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
373 |
|
(manakai_is_html): Revised. |
374 |
|
(Document): Now it implements the |HTMLDocument| interface. |
375 |
|
(adopt_node): Alpha version. |
376 |
|
|
377 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
378 |
|
not |allowed_token|! |
379 |
|
|
380 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
381 |
|
return an |undef| even if its |attribute_definitions| |
382 |
|
list is not created. |
383 |
|
|
384 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
385 |
|
|
386 |
|
* Comment.pm (node_type): Node type was incorrect! |
387 |
|
|
388 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
389 |
|
|
390 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
391 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
392 |
|
New autoload configuration. Note that the Message::Charset::Encode |
393 |
|
module is subject to change. |
394 |
|
|
395 |
|
* XMLParserTemp.pm: Now it can be used with new version |
396 |
|
of DOM implementation. Current plan is to replace it by |
397 |
|
an XML5 parser someday. |
398 |
|
|
399 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
401 |
|
* DOMLocator.pm: New module. |
402 |
|
|
403 |
|
* DOMError.pm: New module. |
404 |
|
|
405 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
407 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
408 |
|
clone_node, compare_document_position, has_attributes, |
409 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
410 |
|
lookup_prefix, normalize): Implemented. |
411 |
|
|
412 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
413 |
|
|
414 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
415 |
|
|
416 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
417 |
|
|
418 |
|
* AttributeDefinition.pm (____new): Set an empty list |
419 |
|
to the |allowed_tokens| attribute. |
420 |
|
(allowed_token): Alpha version. |
421 |
|
|
422 |
|
* DocumentType.pm (get_element_type_definition_node, |
423 |
|
get_notation_node): ALpha version. |
424 |
|
|
425 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
426 |
|
version. |
427 |
|
|
428 |
|
* Entity.pm (notation_name): Implemented. |
429 |
|
|
430 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
431 |
|
|
432 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
433 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
434 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
435 |
|
(value): Call |text_content| for now. |
436 |
|
|
437 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
438 |
|
(declared_type, default_type): Implemented. |
439 |
|
|
440 |
|
* CharacterData.pm (____new): Allow a scalar reference |
441 |
|
as an input for the |data| attribute. |
442 |
|
(base_uri, manakai_append_text): Implemented. |
443 |
|
|
444 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
445 |
|
|
446 |
|
* DOMDocument.pm (____new): Set default values to |
447 |
|
configuration parameter whose default is true. |
448 |
|
(document_uri, input_encoding): Implemented. |
449 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
450 |
|
(base_uri, manakai_append_text, |
451 |
|
manakai_entity_base_uri, strict_error_checking, |
452 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
453 |
|
|
454 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
455 |
|
(get_attribute, get_attribute_node): Alpha version. |
456 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
457 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
458 |
|
|
459 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
460 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
461 |
|
|
462 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
463 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
464 |
|
manakai_append_text): Implemented. |
465 |
|
(element_types, general_entities, notations, |
466 |
|
set_element_type_definition_node, set_general_entity_node, |
467 |
|
set_notation_node): Alpha version. |
468 |
|
|
469 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
470 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
471 |
|
|
472 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
473 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
474 |
|
manakai_entity_uri): Implemented. |
475 |
|
|
476 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
477 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
478 |
|
|
479 |
|
* Node.pm (base_uri): Implemented. |
480 |
|
(text_content): Don't check read-only or not |
481 |
|
unless |strict_error_checking|. |
482 |
|
(manakai_append_text): Implemented. |
483 |
|
(get_feature): Alpha. |
484 |
|
(manakai_set_read_only): Implemented. |
485 |
|
|
486 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
487 |
|
manakai_declaration_base_uri): Implemented. |
488 |
|
|
489 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
490 |
|
base_uri, manakai_append_text): Implemented. |
491 |
|
|
492 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
493 |
|
|
494 |
|
* DOMConfiguration.pm: New module. |
495 |
|
|
496 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
497 |
|
an exception if the node is read-only. Delete the property |
498 |
|
if undef is specified. |
499 |
|
(prefix): Implemented. |
500 |
|
|
501 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
502 |
|
an exception if the node is read-only. Delete the property |
503 |
|
if undef is specified. |
504 |
|
(prefix): Implemented. |
505 |
|
(text_content, manakai_append_text): Old implementations are removed. |
506 |
|
|
507 |
|
* DOMCharacterData.pm (text_content): Implemented. |
508 |
|
|
509 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
510 |
|
parameter by true. |
511 |
|
(text_content): Reimplemented. |
512 |
|
(dom_config): New. |
513 |
|
|
514 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
515 |
|
|
516 |
|
* DocumentType.pm (text_content): Implemented. |
517 |
|
|
518 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
519 |
|
|
520 |
|
* Node.pm (___report_error): New method. |
521 |
|
(text_content): Implemented. |
522 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
523 |
|
|
524 |
|
* Notation.pm (text_content): Implemented. |
525 |
|
|
526 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
527 |
|
|
528 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
529 |
|
|
530 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
533 |
|
the |Message::Util::Error| class. |
534 |
|
|
535 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
536 |
|
(CLEAR): Not all items were removed. |
537 |
|
|
538 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
539 |
|
|
540 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
541 |
|
DocumentType.pm, Entity.pm, |
542 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
543 |
|
|
544 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
545 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
546 |
|
|
547 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
548 |
|
|
549 |
|
* Node.pm (==, !=): Implemented. |
550 |
|
(manakai_read_only): Implemented. |
551 |
|
(is_same_node): Implemented. |
552 |
|
(is_equal_node): Alpha version. |
553 |
|
(manakai_set_read_only): Alpha version. |
554 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
555 |
|
definitions are removed. |
556 |
|
|
557 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
558 |
|
|
559 |
|
* Node.pm: First alpha version of implementation of attributes. |
560 |
|
|
561 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
562 |
|
|
563 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
564 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
565 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
566 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
567 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
568 |
|
node_value, node_type): Implemented. |
569 |
|
|
570 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
571 |
|
|
572 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
573 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
574 |
|
AttributeDefinition.pm: New modules. |
575 |
|
|
576 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
577 |
|
(create_attribute_definition, create_element_type_definition, |
578 |
|
create_document_type_definition, create_cdata_section, |
579 |
|
create_processing_instruction, create_entity_reference, |
580 |
|
create_general_entity, create_notation): Prototypes added. |
581 |
|
|
582 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
583 |
|
|
584 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
585 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
586 |
|
(create_document_type, create_document_type_definition): |
587 |
|
New methods. |
588 |
|
|
589 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
590 |
|
|
591 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
592 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
593 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
594 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
595 |
|
|
596 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
597 |
|
|
598 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
599 |
|
specifies unknown value and trys to recover from the error. |
600 |
|
|
601 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
602 |
|
|
603 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
604 |
|
|
605 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
606 |
|
|
607 |
|
* GenericLS.dis (GLSException): New interface. |
608 |
|
|
609 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
610 |
|
|
611 |
|
* |InputProcessor|s and |OutputProcessor|s are |
612 |
|
named so that |report| statements in Perl |
613 |
|
module outputs can be identified by name. |dis:dataType|s |
614 |
|
of |DISCore:TFQNames| are all replaced |
615 |
|
by |DISCore:QName|. |
616 |
|
|
617 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
618 |
|
|
619 |
|
* Element.dis (createElementNS): If an array reference |
620 |
|
is specified as the |qualifiedName| parameter, |
621 |
|
don't set the first item as the local name |
622 |
|
even if the second item is not specified (or |
623 |
|
specified as |undef|). |
624 |
|
(createElementNS, setAttribute, setAttributeNS, |
625 |
|
removeAttribute, removeAttributeNS, |
626 |
|
setAttributeNode, setAttributeNodeNS, |
627 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
628 |
|
or removes the |tc:contentAttributeList| value. |
629 |
|
|
630 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
631 |
|
of sorting of content attribute names. |
632 |
|
(getAttrMap, getElementTypeDefNodeMap, |
633 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
634 |
|
(tc:contentAttributeList): New property. |
635 |
|
|
636 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
637 |
|
|
638 |
|
* DOMFeature.dis (ForDef): Removed. |
639 |
|
(f:provides, f:through): Removed. |
640 |
|
(Version): Removed. |
641 |
|
(implementFeature): Removed. |
642 |
|
|
643 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
644 |
|
|
645 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
646 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
647 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
648 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
649 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
650 |
|
are removed. |
651 |
|
|
652 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
653 |
|
|
654 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
655 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
656 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
657 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
658 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
659 |
|
and |DefaultFor|s are removed. |
660 |
|
|
661 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
662 |
|
|
663 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
664 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
665 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
666 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
667 |
|
SimpleLS.dis, DOMMain.dis: References |
668 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
669 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
670 |
|
modes are removed. |
671 |
|
|
672 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
673 |
|
|
674 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
675 |
|
to the |Grove.dis| module are removed. |
676 |
|
|
677 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
678 |
|
|
679 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
680 |
|
(Require): Reference to the |Grove.dis| module is removed. |
681 |
|
|
682 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
683 |
|
|
684 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
685 |
|
class is no longer plays the role of |
686 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
687 |
|
properties are removed. |
688 |
|
|
689 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
690 |
|
|
691 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
692 |
|
Element.dis, CharacterData.dis, XML.dis, |
693 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
694 |
|
XMLParser.dis: Use Perl native |
695 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
696 |
|
for DOM nodes. See |
697 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
698 |
|
|
699 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
700 |
|
|
701 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
702 |
|
|
703 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
704 |
|
|
705 |
|
* DOMString.dis: New module. |
706 |
|
|
707 |
|
* DOMString.pm: New file. |
708 |
|
|
709 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
710 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
711 |
|
Now it references the |DOMImplementationRegistry| object. |
712 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
713 |
|
(DOMImplementationRegistry): New interface and |
714 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
715 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
716 |
|
that the class no longer support |get_implementation| |
717 |
|
and |get_implementation_list| methods from |
718 |
|
the |ImplementationRegistry| interface. |
719 |
|
(DOMImplementationList): Class implemented; no |
720 |
|
longer inherits from |ImplementationList|. |
721 |
|
(DOMImplementationSource): Class implemented; no |
722 |
|
longer inherits from |ImplementationSource|. Note that |
723 |
|
the class no longer support |get_implementation| |
724 |
|
and |get_implementation_list| methods from |
725 |
|
the |ImplementationSource| interface. |
726 |
|
(DOMStringList): Removed. |
727 |
|
|
728 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
729 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
730 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
731 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
732 |
|
module, obsolete property name aliases, |
733 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
734 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
735 |
|
ManakaiDOM:implID): Removed. |
736 |
|
|
737 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
738 |
|
(DOMString): Removed. |
739 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
740 |
|
|
741 |
|
* Makefile: |DOMString.pm| is added. |
742 |
|
|
743 |
|
* TreeCore.dis (is_default_namespace): |null| was |
744 |
|
returned where a false is expected (|null| is |
745 |
|
a false in Perl, but real |false| is appropriate here). |
746 |
|
|
747 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
748 |
|
|
749 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
750 |
|
|
751 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
752 |
|
|
753 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
754 |
|
|
755 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
756 |
|
|
757 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
758 |
|
ImplementationRegistry): Parameters |features| |
759 |
|
now allow |null| (equivalent to an empty string). |
760 |
|
|
761 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
762 |
|
|
763 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
764 |
|
class. Factory methods |createTextNode| and |createComment| |
765 |
|
are moved from |ManakaiDOMDocument|. |
766 |
|
|
767 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
768 |
|
are removed. |
769 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
770 |
|
(DOMImplementation.___create_node_ref): Support |
771 |
|
for the |mg:nodeRefClass| option is removed. |
772 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
773 |
|
from |ManakaiDOMObject| class. |
774 |
|
|
775 |
|
* DOMFeature.dis (domidl:extends): New property. |
776 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
777 |
|
|
778 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
779 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
780 |
|
(DOMDataType): Removed. |
781 |
|
|
782 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
783 |
|
The |createDocument| method is moved from |
784 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
785 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
786 |
|
(createElement, createElementNS, createAttribute, |
787 |
|
createAttributeNS, createTextNode, createComment, |
788 |
|
createCDATASection, createEntityReference, |
789 |
|
createProcessingInstruction): Class implementations |
790 |
|
are moved to each module. |
791 |
|
|
792 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
793 |
|
methods are moved from |Document.dis|. |
794 |
|
(ManakaiDOMElement.___create_node_ref): Support |
795 |
|
for old class registry is removed. |
796 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
797 |
|
(Attr.baseURI): Implementation |
798 |
|
for |xml:base| attribute is merged. |
799 |
|
(Attr.nodeValue, Attr.value): Implementation |
800 |
|
for |xml:id| attribute is merged. |
801 |
|
|
802 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
803 |
|
|
804 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
805 |
|
definition for |createDocumentType| method |
806 |
|
is moved from |TreeCore.dis|. |
807 |
|
|
808 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
809 |
|
methods are moved from |Document.dis|. |
810 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
811 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
812 |
|
|
813 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
814 |
|
|
815 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
816 |
|
statement was broken. |
817 |
|
|
818 |
|
* DOMFeature.dis (getImplementationList): Argument |
819 |
|
is not passed to the |getImplementation| method. |
820 |
|
|
821 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
822 |
|
did not |f:implements| the |TSFeature30| feature. |
823 |
|
|
824 |
|
* XMLParser.dis: Use |create_uri_reference| |
825 |
|
method instead of internal |_new| method |
826 |
|
to create a URI reference object. |
827 |
|
|
828 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
829 |
|
|
830 |
* DOMCore.dis (ManakaiDOMImplementation): No longer |
* DOMCore.dis (ManakaiDOMImplementation): No longer |