1 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* SelectorsAPI.pm: Namespaced type/universal selectors |
4 |
|
are supported. |
5 |
|
|
6 |
|
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* SelectorsAPI.pm: New Perl module. |
9 |
|
|
10 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
13 |
|
of the |owner_document|, if any, as defined in the spec. |
14 |
|
|
15 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Makefile: Relative path was wrong. |
18 |
|
|
19 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML/: New directory. |
22 |
|
|
23 |
|
* Element.pm (create_element_ns): Return object implementing |
24 |
|
the |HTMLElement| interface for HTML elements. |
25 |
|
|
26 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMImplementation.pod: New documentation. |
29 |
|
|
30 |
|
* Makefile: Make HTML document. |
31 |
|
|
32 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
35 |
|
|
36 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
37 |
|
|
38 |
|
* Document.pm: Renamed from DOMDocument.pm. |
39 |
|
|
40 |
|
* Element.pm: Renamed from DOMElement.pm |
41 |
|
|
42 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
45 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
46 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
47 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
48 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
49 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
50 |
|
|
51 |
|
* Makefile: Rules for DIS are removed. |
52 |
|
|
53 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
56 |
|
was referenced. |
57 |
|
|
58 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
61 |
|
is implemented. |
62 |
|
|
63 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
66 |
|
is implemented. |
67 |
|
|
68 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Attr.pm (DeclaredValueType): Added. |
71 |
|
|
72 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
73 |
|
as a valid input, for |text_content| (maybe) allows it. |
74 |
|
|
75 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
76 |
|
|
77 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMElement.pm: Incorrect module was referenced. |
80 |
|
|
81 |
|
* DOMImplementation.pm: References to |
82 |
|
the |Message::Charset::Encode| module has been removed. |
83 |
|
|
84 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
87 |
|
instead of |Message::Charset::Encode|. |
88 |
|
|
89 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
92 |
|
|
93 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
94 |
|
|
95 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
98 |
|
implemented. |
99 |
|
|
100 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
101 |
|
subclasses. |
102 |
|
|
103 |
|
* DOMImplementation.pm (DOMImplementation): Now |
104 |
|
implements the |AtomDOMImplementation| interface. |
105 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
106 |
|
|
107 |
|
* NodeList.pm (StaticNodeList): Implemented. |
108 |
|
|
109 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* Atom/: New directory. |
112 |
|
|
113 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
116 |
|
|
117 |
|
* Text.pm (whole_text): Parameter index number has |
118 |
|
been changed to support new |NodeFilter| Perl binding |
119 |
|
definition. |
120 |
|
|
121 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
124 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
125 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
126 |
|
|
127 |
|
* DOMConfiguration.pm (can_set_parameter, |
128 |
|
set_parameter): Don't allow to set the value |
129 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
130 |
|
|
131 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
132 |
|
(create_tree_walker, manakai_create_serial_walker): References |
133 |
|
and prototypes are added. |
134 |
|
|
135 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
136 |
|
|
137 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
138 |
|
version |2.0|, is added. |
139 |
|
|
140 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
143 |
|
|
144 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
145 |
|
|
146 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
147 |
|
|
148 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
149 |
|
|
150 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* DOMConfiguration.pm: Support for |schema-type| |
153 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
154 |
|
|
155 |
|
* NamedNodeMap (TIEHASH): Were missing. |
156 |
|
|
157 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* AttributeDefinition.pm (node_value): Implemented. |
160 |
|
(create_attribute_definition): Implemented. |
161 |
|
|
162 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
163 |
|
get_parameter, set_parameter, can_set_parameter, |
164 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
165 |
|
FIRSTKEY, LASTKEY): Implemented. |
166 |
|
|
167 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
168 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
169 |
|
|
170 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
171 |
|
Implemented. |
172 |
|
|
173 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
174 |
|
are added. |
175 |
|
|
176 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
177 |
|
class. |
178 |
|
|
179 |
|
* DocumentType.pm (get_element_type_definition_node, |
180 |
|
get_general_entity_node, get_notation_node, |
181 |
|
set_element_type_definition_node, set_general_entity_node, |
182 |
|
set_notation_node, create_document_type_definition): Implemented. |
183 |
|
|
184 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
185 |
|
set_attribute_definition_node, create_element_type_definition): |
186 |
|
Implemented. |
187 |
|
|
188 |
|
* Entity.pm (create_general_entity): Implemented. |
189 |
|
|
190 |
|
* Node.pm: Constants in |OperationType| definition |
191 |
|
group are added. |
192 |
|
(manakai_language): Implemented. |
193 |
|
|
194 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
195 |
|
class. |
196 |
|
|
197 |
|
* Notation.pm (create_notation): Implemented. |
198 |
|
|
199 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* TypeInfo.pm: New Perl module. |
202 |
|
|
203 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
204 |
|
to avoid HTML5 case normalization. |
205 |
|
(is_id): Implemented. |
206 |
|
(manakai_name): New attribute. |
207 |
|
(schema_type_info): Implemented. |
208 |
|
(create_attribute_ns): Empty string as namespace URI |
209 |
|
was not supported. |
210 |
|
|
211 |
|
* DOMElement.pm (clone_node): Removed since now it is |
212 |
|
defined in |Node.pm|. |
213 |
|
(schema_type_info): Implemented. |
214 |
|
(manakai_tag_name): New attribute. |
215 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
216 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
217 |
|
remove_attribute, remove_attribute_ns, |
218 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
219 |
|
set_id_attribute, set_id_attribute_node, |
220 |
|
set_id_attribute_ns): Implemented. |
221 |
|
(create_element_ns): Empty string as namespace URI |
222 |
|
was not supported. |
223 |
|
|
224 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
227 |
|
|
228 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
229 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
230 |
|
by empty strings for compatibility with Web browsers. |
231 |
|
(create_document_type): Initialize |internal_subset| |
232 |
|
attribute by an empty string for compatibility with |
233 |
|
Web browsers. |
234 |
|
|
235 |
|
* ElementTypeDefinition.pm, Entity.pm, |
236 |
|
Notation.pm (owner_document_type_definition): Implemented. |
237 |
|
|
238 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
241 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
242 |
|
|
243 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* Attr.pm (value, node_value): Now it is defined |
246 |
|
as |text_content| itself. |
247 |
|
|
248 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
249 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
250 |
|
|
251 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
252 |
|
|
253 |
|
* DocumentType.pm (internal_subset): Implemented. |
254 |
|
|
255 |
|
* Entity.pm (is_externally_declared, input_encoding, |
256 |
|
xml_version): Implemented. |
257 |
|
|
258 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
259 |
|
|
260 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
263 |
|
(data): Reimplemented. |
264 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
265 |
|
a number of bugs. |
266 |
|
|
267 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
268 |
|
|
269 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* StringExtended.pm: New Perl module. |
272 |
|
|
273 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
274 |
|
insert_data, replace_data, substring_data): Implemented. |
275 |
|
|
276 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
277 |
|
|
278 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
279 |
|
split_text): Implemented. |
280 |
|
|
281 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
282 |
|
|
283 |
|
* DOMElement.pm (attributes): Implemented. |
284 |
|
|
285 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
286 |
|
|
287 |
|
* DocumentType.pm (entities, general_entities, |
288 |
|
notations, element_types): Implemented. |
289 |
|
|
290 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
291 |
|
|
292 |
|
* NamedNodeMap.pm: New Perl module. |
293 |
|
|
294 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
297 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
298 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
299 |
|
insert_before, replace_child): Implemented. |
300 |
|
|
301 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
302 |
|
|
303 |
|
* Node.pm (remove_child): Implemented. |
304 |
|
|
305 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* Node.pm (==, is_equal_node): Implemented. |
308 |
|
(is_same_node): Implemented. |
309 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
310 |
|
(is_supported): Implemented. |
311 |
|
|
312 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
315 |
|
(create_document): Implemented. |
316 |
|
|
317 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
318 |
|
errors. |
319 |
|
(QNAME_NULLNS_ERR): New errors. |
320 |
|
|
321 |
|
* DocumenType.pm (create_document_type): Implemented. |
322 |
|
|
323 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
326 |
|
|
327 |
|
* DOMElement.pm (has_attribute): Alpha version. |
328 |
|
(create_element, create_element_ns): Implemented. |
329 |
|
|
330 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
331 |
|
|
332 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
333 |
|
|
334 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
335 |
|
|
336 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
337 |
|
|
338 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
339 |
|
|
340 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
341 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
342 |
|
when |{manakai_compat_mode}| is |undef|. |
343 |
|
|
344 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
345 |
|
|
346 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
347 |
|
Statements to set |$Error::Depth| are removed since they |
348 |
|
are result in "uninitialized" warnings unless |
349 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
350 |
|
Usually methods invoked in these methods does not |
351 |
|
raise any exception so that it makes no difference. |
352 |
|
|
353 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
354 |
|
|
355 |
|
* DOMDocument.pm (adopt_node): Implemented. |
356 |
|
(doctype): Implemented. |
357 |
|
|
358 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
359 |
|
|
360 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
361 |
|
error type. |
362 |
|
|
363 |
|
* Node.pm (set_user_data): Implemented. |
364 |
|
|
365 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
368 |
|
It will be defined in the DOM Perl Binding specification |
369 |
|
as part of |DOMImplementation| interface. |
370 |
|
($HasFeature): Defined for features support. |
371 |
|
(has_feature, get_feature): Implemented. |
372 |
|
|
373 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
374 |
|
module unless necessary. |
375 |
|
(___report_error): Removed since it is not used in fact. |
376 |
|
|
377 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
378 |
|
DOMImplementationRegistry.pm: New modules. |
379 |
|
|
380 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
381 |
|
|
382 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
383 |
|
|
384 |
|
* DOMStringList.pm: New Perl module. |
385 |
|
|
386 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
388 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
389 |
|
at all. |
390 |
|
|
391 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
392 |
|
|
393 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
394 |
|
|
395 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
396 |
|
|
397 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
398 |
|
(manakai_is_html): Revised. |
399 |
|
(Document): Now it implements the |HTMLDocument| interface. |
400 |
|
(adopt_node): Alpha version. |
401 |
|
|
402 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
403 |
|
not |allowed_token|! |
404 |
|
|
405 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
406 |
|
return an |undef| even if its |attribute_definitions| |
407 |
|
list is not created. |
408 |
|
|
409 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* Comment.pm (node_type): Node type was incorrect! |
412 |
|
|
413 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
414 |
|
|
415 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
416 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
417 |
|
New autoload configuration. Note that the Message::Charset::Encode |
418 |
|
module is subject to change. |
419 |
|
|
420 |
|
* XMLParserTemp.pm: Now it can be used with new version |
421 |
|
of DOM implementation. Current plan is to replace it by |
422 |
|
an XML5 parser someday. |
423 |
|
|
424 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
425 |
|
|
426 |
|
* DOMLocator.pm: New module. |
427 |
|
|
428 |
|
* DOMError.pm: New module. |
429 |
|
|
430 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
431 |
|
|
432 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
433 |
|
clone_node, compare_document_position, has_attributes, |
434 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
435 |
|
lookup_prefix, normalize): Implemented. |
436 |
|
|
437 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
438 |
|
|
439 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
440 |
|
|
441 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
442 |
|
|
443 |
|
* AttributeDefinition.pm (____new): Set an empty list |
444 |
|
to the |allowed_tokens| attribute. |
445 |
|
(allowed_token): Alpha version. |
446 |
|
|
447 |
|
* DocumentType.pm (get_element_type_definition_node, |
448 |
|
get_notation_node): ALpha version. |
449 |
|
|
450 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
451 |
|
version. |
452 |
|
|
453 |
|
* Entity.pm (notation_name): Implemented. |
454 |
|
|
455 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
458 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
459 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
460 |
|
(value): Call |text_content| for now. |
461 |
|
|
462 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
463 |
|
(declared_type, default_type): Implemented. |
464 |
|
|
465 |
|
* CharacterData.pm (____new): Allow a scalar reference |
466 |
|
as an input for the |data| attribute. |
467 |
|
(base_uri, manakai_append_text): Implemented. |
468 |
|
|
469 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
470 |
|
|
471 |
|
* DOMDocument.pm (____new): Set default values to |
472 |
|
configuration parameter whose default is true. |
473 |
|
(document_uri, input_encoding): Implemented. |
474 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
475 |
|
(base_uri, manakai_append_text, |
476 |
|
manakai_entity_base_uri, strict_error_checking, |
477 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
478 |
|
|
479 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
480 |
|
(get_attribute, get_attribute_node): Alpha version. |
481 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
482 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
483 |
|
|
484 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
485 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
486 |
|
|
487 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
488 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
489 |
|
manakai_append_text): Implemented. |
490 |
|
(element_types, general_entities, notations, |
491 |
|
set_element_type_definition_node, set_general_entity_node, |
492 |
|
set_notation_node): Alpha version. |
493 |
|
|
494 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
495 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
496 |
|
|
497 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
498 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
499 |
|
manakai_entity_uri): Implemented. |
500 |
|
|
501 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
502 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
503 |
|
|
504 |
|
* Node.pm (base_uri): Implemented. |
505 |
|
(text_content): Don't check read-only or not |
506 |
|
unless |strict_error_checking|. |
507 |
|
(manakai_append_text): Implemented. |
508 |
|
(get_feature): Alpha. |
509 |
|
(manakai_set_read_only): Implemented. |
510 |
|
|
511 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
512 |
|
manakai_declaration_base_uri): Implemented. |
513 |
|
|
514 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
515 |
|
base_uri, manakai_append_text): Implemented. |
516 |
|
|
517 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
518 |
|
|
519 |
|
* DOMConfiguration.pm: New module. |
520 |
|
|
521 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
522 |
|
an exception if the node is read-only. Delete the property |
523 |
|
if undef is specified. |
524 |
|
(prefix): Implemented. |
525 |
|
|
526 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
527 |
|
an exception if the node is read-only. Delete the property |
528 |
|
if undef is specified. |
529 |
|
(prefix): Implemented. |
530 |
|
(text_content, manakai_append_text): Old implementations are removed. |
531 |
|
|
532 |
|
* DOMCharacterData.pm (text_content): Implemented. |
533 |
|
|
534 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
535 |
|
parameter by true. |
536 |
|
(text_content): Reimplemented. |
537 |
|
(dom_config): New. |
538 |
|
|
539 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
540 |
|
|
541 |
|
* DocumentType.pm (text_content): Implemented. |
542 |
|
|
543 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
544 |
|
|
545 |
|
* Node.pm (___report_error): New method. |
546 |
|
(text_content): Implemented. |
547 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
548 |
|
|
549 |
|
* Notation.pm (text_content): Implemented. |
550 |
|
|
551 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
552 |
|
|
553 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
554 |
|
|
555 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
556 |
|
|
557 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
558 |
|
the |Message::Util::Error| class. |
559 |
|
|
560 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
561 |
|
(CLEAR): Not all items were removed. |
562 |
|
|
563 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
564 |
|
|
565 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
566 |
|
DocumentType.pm, Entity.pm, |
567 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
568 |
|
|
569 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
570 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
571 |
|
|
572 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
573 |
|
|
574 |
|
* Node.pm (==, !=): Implemented. |
575 |
|
(manakai_read_only): Implemented. |
576 |
|
(is_same_node): Implemented. |
577 |
|
(is_equal_node): Alpha version. |
578 |
|
(manakai_set_read_only): Alpha version. |
579 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
580 |
|
definitions are removed. |
581 |
|
|
582 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
583 |
|
|
584 |
|
* Node.pm: First alpha version of implementation of attributes. |
585 |
|
|
586 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
587 |
|
|
588 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
589 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
590 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
591 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
592 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
593 |
|
node_value, node_type): Implemented. |
594 |
|
|
595 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
596 |
|
|
597 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
598 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
599 |
|
AttributeDefinition.pm: New modules. |
600 |
|
|
601 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
602 |
|
(create_attribute_definition, create_element_type_definition, |
603 |
|
create_document_type_definition, create_cdata_section, |
604 |
|
create_processing_instruction, create_entity_reference, |
605 |
|
create_general_entity, create_notation): Prototypes added. |
606 |
|
|
607 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
608 |
|
|
609 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
610 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
611 |
|
(create_document_type, create_document_type_definition): |
612 |
|
New methods. |
613 |
|
|
614 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
615 |
|
|
616 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
617 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
618 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
619 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
620 |
|
|
621 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
622 |
|
|
623 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
624 |
|
specifies unknown value and trys to recover from the error. |
625 |
|
|
626 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
627 |
|
|
628 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
629 |
|
|
630 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
631 |
|
|
632 |
|
* GenericLS.dis (GLSException): New interface. |
633 |
|
|
634 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
635 |
|
|
636 |
|
* |InputProcessor|s and |OutputProcessor|s are |
637 |
|
named so that |report| statements in Perl |
638 |
|
module outputs can be identified by name. |dis:dataType|s |
639 |
|
of |DISCore:TFQNames| are all replaced |
640 |
|
by |DISCore:QName|. |
641 |
|
|
642 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
643 |
|
|
644 |
|
* Element.dis (createElementNS): If an array reference |
645 |
|
is specified as the |qualifiedName| parameter, |
646 |
|
don't set the first item as the local name |
647 |
|
even if the second item is not specified (or |
648 |
|
specified as |undef|). |
649 |
|
(createElementNS, setAttribute, setAttributeNS, |
650 |
|
removeAttribute, removeAttributeNS, |
651 |
|
setAttributeNode, setAttributeNodeNS, |
652 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
653 |
|
or removes the |tc:contentAttributeList| value. |
654 |
|
|
655 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
656 |
|
of sorting of content attribute names. |
657 |
|
(getAttrMap, getElementTypeDefNodeMap, |
658 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
659 |
|
(tc:contentAttributeList): New property. |
660 |
|
|
661 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
662 |
|
|
663 |
|
* DOMFeature.dis (ForDef): Removed. |
664 |
|
(f:provides, f:through): Removed. |
665 |
|
(Version): Removed. |
666 |
|
(implementFeature): Removed. |
667 |
|
|
668 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
669 |
|
|
670 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
671 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
672 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
673 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
674 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
675 |
|
are removed. |
676 |
|
|
677 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
678 |
|
|
679 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
680 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
681 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
682 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
683 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
684 |
|
and |DefaultFor|s are removed. |
685 |
|
|
686 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
687 |
|
|
688 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
689 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
690 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
691 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
692 |
|
SimpleLS.dis, DOMMain.dis: References |
693 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
694 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
695 |
|
modes are removed. |
696 |
|
|
697 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
698 |
|
|
699 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
700 |
|
to the |Grove.dis| module are removed. |
701 |
|
|
702 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
703 |
|
|
704 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
705 |
|
(Require): Reference to the |Grove.dis| module is removed. |
706 |
|
|
707 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
708 |
|
|
709 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
710 |
|
class is no longer plays the role of |
711 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
712 |
|
properties are removed. |
713 |
|
|
714 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
715 |
|
|
716 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
717 |
|
Element.dis, CharacterData.dis, XML.dis, |
718 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
719 |
|
XMLParser.dis: Use Perl native |
720 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
721 |
|
for DOM nodes. See |
722 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
723 |
|
|
724 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
725 |
|
|
726 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
727 |
|
|
728 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
729 |
|
|
730 |
|
* DOMString.dis: New module. |
731 |
|
|
732 |
|
* DOMString.pm: New file. |
733 |
|
|
734 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
735 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
736 |
|
Now it references the |DOMImplementationRegistry| object. |
737 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
738 |
|
(DOMImplementationRegistry): New interface and |
739 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
740 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
741 |
|
that the class no longer support |get_implementation| |
742 |
|
and |get_implementation_list| methods from |
743 |
|
the |ImplementationRegistry| interface. |
744 |
|
(DOMImplementationList): Class implemented; no |
745 |
|
longer inherits from |ImplementationList|. |
746 |
|
(DOMImplementationSource): Class implemented; no |
747 |
|
longer inherits from |ImplementationSource|. Note that |
748 |
|
the class no longer support |get_implementation| |
749 |
|
and |get_implementation_list| methods from |
750 |
|
the |ImplementationSource| interface. |
751 |
|
(DOMStringList): Removed. |
752 |
|
|
753 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
754 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
755 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
756 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
757 |
|
module, obsolete property name aliases, |
758 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
759 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
760 |
|
ManakaiDOM:implID): Removed. |
761 |
|
|
762 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
763 |
|
(DOMString): Removed. |
764 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
765 |
|
|
766 |
|
* Makefile: |DOMString.pm| is added. |
767 |
|
|
768 |
|
* TreeCore.dis (is_default_namespace): |null| was |
769 |
|
returned where a false is expected (|null| is |
770 |
|
a false in Perl, but real |false| is appropriate here). |
771 |
|
|
772 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
773 |
|
|
774 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
775 |
|
|
776 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
777 |
|
|
778 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
779 |
|
|
780 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
781 |
|
|
782 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
783 |
|
ImplementationRegistry): Parameters |features| |
784 |
|
now allow |null| (equivalent to an empty string). |
785 |
|
|
786 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
787 |
|
|
788 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
789 |
|
class. Factory methods |createTextNode| and |createComment| |
790 |
|
are moved from |ManakaiDOMDocument|. |
791 |
|
|
792 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
793 |
|
are removed. |
794 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
795 |
|
(DOMImplementation.___create_node_ref): Support |
796 |
|
for the |mg:nodeRefClass| option is removed. |
797 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
798 |
|
from |ManakaiDOMObject| class. |
799 |
|
|
800 |
|
* DOMFeature.dis (domidl:extends): New property. |
801 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
802 |
|
|
803 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
804 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
805 |
|
(DOMDataType): Removed. |
806 |
|
|
807 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
808 |
|
The |createDocument| method is moved from |
809 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
810 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
811 |
|
(createElement, createElementNS, createAttribute, |
812 |
|
createAttributeNS, createTextNode, createComment, |
813 |
|
createCDATASection, createEntityReference, |
814 |
|
createProcessingInstruction): Class implementations |
815 |
|
are moved to each module. |
816 |
|
|
817 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
818 |
|
methods are moved from |Document.dis|. |
819 |
|
(ManakaiDOMElement.___create_node_ref): Support |
820 |
|
for old class registry is removed. |
821 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
822 |
|
(Attr.baseURI): Implementation |
823 |
|
for |xml:base| attribute is merged. |
824 |
|
(Attr.nodeValue, Attr.value): Implementation |
825 |
|
for |xml:id| attribute is merged. |
826 |
|
|
827 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
828 |
|
|
829 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
830 |
|
definition for |createDocumentType| method |
831 |
|
is moved from |TreeCore.dis|. |
832 |
|
|
833 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
834 |
|
methods are moved from |Document.dis|. |
835 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
836 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
837 |
|
|
838 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
839 |
|
|
840 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
841 |
|
statement was broken. |
842 |
|
|
843 |
|
* DOMFeature.dis (getImplementationList): Argument |
844 |
|
is not passed to the |getImplementation| method. |
845 |
|
|
846 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
847 |
|
did not |f:implements| the |TSFeature30| feature. |
848 |
|
|
849 |
|
* XMLParser.dis: Use |create_uri_reference| |
850 |
|
method instead of internal |_new| method |
851 |
|
to create a URI reference object. |
852 |
|
|
853 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
854 |
|
|
855 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
856 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
857 |
|
the |f:ManakaiMinimumImplementation| class inherited |
858 |
|
by it). The |f:Minimum| feature is ever implemented |
859 |
|
for compatibility (but is expected to be removed). |
860 |
|
Internal methods such as |___report_error| are copied from |
861 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
862 |
|
methods |hasFeature| and |getFeature| are also |
863 |
|
moved from that class, but they now support no |
864 |
|
foreign classes. |
865 |
|
|
866 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
867 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
868 |
|
The class no longer support classes |
869 |
|
other than |ManakaiDOMImplementation|. Note |
870 |
|
that the |ImplementationRegistry| object does continue |
871 |
|
to support foreign classes via foreign classes |
872 |
|
implementing |ImplementationSource| |
873 |
|
or |DOMImplementationSource| interface. |
874 |
|
(MinimumImplementation): Removed. |
875 |
|
|
876 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
877 |
|
longer inherit the |ManakaiDOMImplementation|; it |
878 |
|
is now expected to be implemented by |DOMImplementation| |
879 |
|
objects. |
880 |
|
|
881 |
|
* DOMMain.dis (null): Removed. |
882 |
|
|
883 |
|
* Document.dis (___create_node_ref): It no |
884 |
|
longer support foreign classes other |
885 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
886 |
|
Note that document format specific DOM |
887 |
|
interfaces, if supported, should be |
888 |
|
all instances of the |Document| interface |
889 |
|
in the implementation, as defined |
890 |
|
in the Web Applications 1.0 specification (where |
891 |
|
the |HTMLDocument| interface must be implemented |
892 |
|
by all |Document| objects, even if the |Document| |
893 |
|
contains no HTML element). |
894 |
|
|
895 |
|
* GenericLS.dis (GLSImplementation): It no |
896 |
|
longer inherit the |MinimumImplementation|; it |
897 |
|
is now expected to be implemented by |DOMImplementation| |
898 |
|
objects. |
899 |
|
(createGLSParser, createGLSSerializer): Load |
900 |
|
module implementing parser or serializer |
901 |
|
if necessary. |
902 |
|
|
903 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
904 |
|
longer inherits the |ManakaiDOMDocument|; it |
905 |
|
is now expected to be implemented by |Document| |
906 |
|
objects. |
907 |
|
|
908 |
|
* XDP.dis (XDPDocument): It no longer |
909 |
|
inherits the |Document|; it is now expected |
910 |
|
to be implemented by all |Document| objects. |
911 |
|
|
912 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
913 |
|
longer inherits the |ManakaiDOMDocument|; it |
914 |
|
is now expected to be implemented by |Document| |
915 |
|
objects. |
916 |
|
|
917 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
918 |
|
|
919 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
920 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
921 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
922 |
|
|
923 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
924 |
|
the |ManakaiDOMImplementation| class. |
925 |
|
|
926 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
927 |
|
|
928 |
|
* DOMFeature.dis: Definitions for various concepts |
929 |
|
are added. |
930 |
|
|
931 |
|
* GenericLS.dis (GLSImplementation): It no |
932 |
|
longer inherits the |MinimumImplementation|; rather, |
933 |
|
any |ManakaiMinimumImplementation| object also |
934 |
|
implements |GLSImplementation| methods. |
935 |
|
|
936 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
937 |
|
longer inherits the |DOMImplementation|; rather, |
938 |
|
any |ManakaiDOMImplementation| object also |
939 |
|
implements |DOMImplementationTreeStore| methods. |
940 |
|
|
941 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
942 |
|
|
943 |
|
* TreeStore.pm: Added to the CVS repository |
944 |
|
to enable for the dis database to contain XML |
945 |
|
fragments. |
946 |
|
|
947 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
948 |
|
|
949 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
950 |
|
|
951 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
952 |
|
|
953 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
954 |
|
|
955 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
956 |
|
|
957 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
958 |
|
|
959 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
960 |
|
|
961 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
962 |
|
any |%|s in |xdp:attr-definition| children. |
963 |
|
|
964 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
965 |
|
|
966 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
967 |
|
name property is added. |
968 |
|
|
969 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
970 |
|
|
971 |
|
* XDP.dis (createXDPIf): New method. |
972 |
|
(XDPIfElement): New interface. |
973 |
|
|
974 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
975 |
|
|
976 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
977 |
|
New methods. |
978 |
|
|
979 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
980 |
|
|
981 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
982 |
|
are added. |
983 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
984 |
|
|
985 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
986 |
|
|
987 |
|
* Traversal.dis (SerialWalker): New interface. |
988 |
|
(manakaiCreateSerialWalker): New method. |
989 |
|
|
990 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
991 |
|
|
992 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
993 |
|
rather than |&{}| dereferencing. |
994 |
|
(acceptNode): Implemented. |
995 |
|
|
996 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
997 |
|
|
998 |
|
* XDP.dis: New module. |
999 |
|
|
1000 |
|
* Makefile: |XDP.dis| is added. |
1001 |
|
|
1002 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
1003 |
|
and |OutputProcessor| are added. |
1004 |
|
|
1005 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
1006 |
|
|
1007 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
1008 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
1009 |
|
is added. The |FILTER_REJECT| value is treated |
1010 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
1011 |
|
rejected subtree as specified in the spec. |
1012 |
|
|
1013 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
1014 |
|
|
1015 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
1016 |
|
|
1017 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
1018 |
|
|
1019 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
1020 |
|
|
1021 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
1022 |
|
|
1023 |
|
* .cvsignore: Updated. |
1024 |
|
|
1025 |
|
* Traversal.dis: Unused declarations are removed. |
1026 |
|
|
1027 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
1028 |
|
|
1029 |
|
* CharacterData.dis (Require): A reference to |
1030 |
|
the |MDOM:Traversal| module is added. |
1031 |
|
(wholeText): Implemented. |
1032 |
|
|
1033 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
1034 |
|
|
1035 |
|
* Makefile: |Traversal.dis| is added. |
1036 |
|
|
1037 |
|
* Traversal.dis: New module. |
1038 |
|
|
1039 |
|
* TreeCore.dis (___report_error): Return value was |
1040 |
|
not propagated. |
1041 |
|
|
1042 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
1043 |
|
|
1044 |
|
* Element.dis (removeAttributeNS): A runtime error |
1045 |
|
was occurred if there was no specified attribute node. |
1046 |
|
|
1047 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
1048 |
|
|
1049 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
1050 |
|
|
1051 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
1052 |
|
New attributes. |
1053 |
|
|
1054 |
|
(StaticNodeList): New interface. |
1055 |
|
|
1056 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
1057 |
|
|
1058 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
1059 |
|
|
1060 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
1061 |
|
|
1062 |
|
* SimpleLS.dis: Reimplemented. |
1063 |
|
|
1064 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
1065 |
|
|
1066 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
1067 |
|
a qualified name. |
1068 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
1069 |
|
|
1070 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
1071 |
|
(normalize): Implemented. |
1072 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
1073 |
|
class. |
1074 |
|
|
1075 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1076 |
|
|
1077 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
1078 |
|
|
1079 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1080 |
|
|
1081 |
|
* CharacterData.dis (length, insertData, substringData, |
1082 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
1083 |
|
|
1084 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
1085 |
|
(c:index): The definition was missing. |
1086 |
|
(c:length): New property. |
1087 |
|
|
1088 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1089 |
|
|
1090 |
|
* XMLParser.dis (close): Invoke |close| method |
1091 |
|
rather than |close| function. |
1092 |
|
|
1093 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
1094 |
|
|
1095 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
1096 |
|
|
1097 |
|
* CharacterData.pm: Added to the CVS repository. |
1098 |
|
|
1099 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
1100 |
|
interfaces are removed. |
1101 |
|
(Require): A reference to the |MDOM:CharacterData| module |
1102 |
|
is added. |
1103 |
|
|
1104 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
1105 |
|
|
1106 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
1107 |
|
|
1108 |
|
* Makefile: |CharacterData.pm| is added. |
1109 |
|
|
1110 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
1111 |
|
|
1112 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
1113 |
|
module. |
1114 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
1115 |
|
object. |
1116 |
|
(resolveLSInput default implementation): The |byteStream| |
1117 |
|
and |encoding| attributes of the |LSInput| interface |
1118 |
|
are now supported. |
1119 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
1120 |
|
(InputFile.inputEncoding): New attribute. |
1121 |
|
|
1122 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
1123 |
|
|
1124 |
|
* Document.dis (adoptNode test): Documents were |
1125 |
|
made by different documents. |
1126 |
|
|
1127 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
1128 |
|
|
1129 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
1130 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
1131 |
|
|
1132 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
1133 |
|
|
1134 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
1135 |
|
are replaced by |disPerl:EXCEPTION|s. |
1136 |
|
|
1137 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
1138 |
|
|
1139 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
1140 |
|
|
1141 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
1142 |
|
parameter |cfg:dtd-default-attributes| is renamed |
1143 |
|
as |cfg:dtd-default-attribute|. |
1144 |
|
(Roles): Definitions are changed so that classes |
1145 |
|
that implement those classes MUST implement the |Node| |
1146 |
|
and its subinterfaces. |
1147 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
1148 |
|
|
1149 |
|
* Document.dis (adoptNode): Don't throw exception |
1150 |
|
if |strictErrorChecking| is |false|. |
1151 |
|
|
1152 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
1153 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
1154 |
|
configuration parameter is set to |false|. |
1155 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
1156 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
1157 |
|
configuration parameter is set to |false|. |
1158 |
|
|
1159 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
1160 |
|
|
1161 |
|
* TreeStore.dis: New module. |
1162 |
|
|
1163 |
|
* Makefile: |TreeStore.dis| is added. |
1164 |
|
|
1165 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
1166 |
|
|
1167 |
|
* XMLParser.dis: Updated so that it can be used |
1168 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
1169 |
|
and |XML.pm|. Set the read-only flag to |
1170 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
1171 |
|
|
1172 |
|
* Node.dis (textContent): It did not handle descendant |
1173 |
|
element and entity reference nodes. |
1174 |
|
|
1175 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
1176 |
|
definition has been changed to return only explicit |
1177 |
|
base URI specification. |
1178 |
|
|
1179 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
1180 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
1181 |
|
|
1182 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
1183 |
|
|
1184 |
|
* Tree.pm, DOMXML.pm: Removed. |
1185 |
|
|
1186 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
1187 |
|
to the CVS repository since they are necessary to |
1188 |
|
build the dis library. |
1189 |
|
|
1190 |
|
* Makefile: Sync'ed to new modules disposition. |
1191 |
|
|
1192 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
1193 |
|
|
1194 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
1195 |
|
removed. For |Element.pm| and |Document.pm| are added. |
1196 |
|
|
1197 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
1198 |
|
|
1199 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
1200 |
|
|
1201 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
1202 |
|
|
1203 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
1204 |
|
for new class information variables. |
1205 |
|
(DOMLS:Generic): This old feature name is removed. |
1206 |
|
|
1207 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
1208 |
|
for new class information variables. |
1209 |
|
|
1210 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
1211 |
|
(Document, Element.___create_node_ref): New method |
1212 |
|
implementations. |
1213 |
|
|
1214 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
1215 |
|
|
1216 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
1217 |
|
Reimplemented. |
1218 |
|
(isId): Setter is added. |
1219 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
1220 |
|
module. |
1221 |
|
|
1222 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
1223 |
|
|
1224 |
|
* Makefile (clean-db): New rule. |
1225 |
|
|
1226 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
1227 |
|
the user data handler when the node is removed |
1228 |
|
from the memory. |
1229 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
1230 |
|
if DTD attribute definition is available. |
1231 |
|
(CharacterData members): Definitions copied from |
1232 |
|
the |MDOM:Tree| module. |
1233 |
|
|
1234 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
1235 |
|
|
1236 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
1237 |
|
|
1238 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
1239 |
|
class did not implement the |GetFeature| interface. |
1240 |
|
(hasFeature): The |+| prefix was not taken into account. |
1241 |
|
|
1242 |
|
* TreeCore.dis (Node): The class now inherits |
1243 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
1244 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
1245 |
|
interfaces. |
1246 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
1247 |
|
is supported. |
1248 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
1249 |
|
(manakaiParentElement): New attribute. |
1250 |
|
|
1251 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
1252 |
|
is removed. |
1253 |
|
(lookupPrefix): Old method implementation is removed. |
1254 |
|
|
1255 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
1256 |
|
missing because of the |DISCore:stopISARecursive| property. |
1257 |
|
|
1258 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
1259 |
|
They now pass all tests included in those modules! |
1260 |
|
|
1261 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
1262 |
|
|
1263 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
1264 |
|
module is added. |
1265 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
1266 |
|
(ManakaiDOMImplementation): It now inherits |
1267 |
|
the |urigen:ManakaiURIImplementation| class and |
1268 |
|
implements the |ecore:MUErrorTarget| interface. It no |
1269 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
1270 |
|
(ManakaiDOMImplementation.___report_error): New method. |
1271 |
|
|
1272 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
1273 |
|
module instead of |Util:ManakaiNode| module. |
1274 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
1275 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
1276 |
|
(ManakaiMinimumImplementation): Now it is built |
1277 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
1278 |
|
module. |
1279 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
1280 |
|
(c:implementation): Removed. |
1281 |
|
(f:implementation, f:revImplementation): New properties. |
1282 |
|
|
1283 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
1284 |
|
|
1285 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
1286 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
1287 |
|
cfg:strict-document-children): Removed (moved |
1288 |
|
to the |MDOM:TreeCore| module). |
1289 |
|
|
1290 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
1291 |
|
module is removed. |
1292 |
|
(ManakaiDOMImplementationTC): Some members are removed |
1293 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
1294 |
|
or the |f:ManakaiMinimumImplementation|. |
1295 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
1296 |
|
(replaceChildImpl1): A typo on the removing the parent node |
1297 |
|
of the old child node is fixed. |
1298 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
1299 |
|
module). |
1300 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
1301 |
|
to the |MDOM:DOMFeature| module). |
1302 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
1303 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
1304 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
1305 |
|
when the new value is |null|. |
1306 |
|
(Attr.___create_node_ref): Attribute name and |
1307 |
|
owner element type specific classes are supported (it |
1308 |
|
was partially implemented but was incorrect). |
1309 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
1310 |
|
a node if the |index| is negative. |
1311 |
|
(setNamedItem): Various typos are fixed. |
1312 |
|
(removeNamedItem): The node was not removed orz |
1313 |
|
(cfg:clone-entity-reference-subtree, |
1314 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
1315 |
|
cfg:strict-document-children): Definitions are moved |
1316 |
|
from the |MDOM:Tree| module. Note that the tests for default |
1317 |
|
attributes still fail. |
1318 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
1319 |
|
(Attr): Role name was incorrect. |
1320 |
|
|
1321 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
1322 |
|
not set. |
1323 |
|
(AttributeDefinition): Role name was incorrect. |
1324 |
|
|
1325 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
1326 |
|
module is added. |
1327 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
1328 |
|
implementations. |
1329 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
1330 |
|
implementations. |
1331 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
1332 |
|
they are defined as copies of ones in the |Entity| class. |
1333 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
1334 |
|
namespace unaware attributes. |
1335 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
1336 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
1337 |
|
to namespace aware attributes are added. |
1338 |
|
|
1339 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
1340 |
|
|
1341 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
1342 |
|
|
1343 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
1344 |
|
untested). |
1345 |
|
(___report_error): Reimplemented (untested). |
1346 |
|
(manakaiSetReadOnly): New method. |
1347 |
|
(Attr.___create_node_ref): New method (untested). |
1348 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
1349 |
|
(createEntityReference, cloneNode): Support for |
1350 |
|
the |cfg:entity-reference-read-only| configuration |
1351 |
|
parameter is removed; newly created entity references |
1352 |
|
are always read-only and use the |manakaiSetReadOnly| method |
1353 |
|
if desired. |
1354 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
1355 |
|
|
1356 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
1357 |
|
the |MDOM:XML| Perl module. |
1358 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
1359 |
|
the |tc:implementation| internal property if its value |
1360 |
|
is provided. The |infoset:content| internal property name |
1361 |
|
was incorrect. |
1362 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
1363 |
|
read-only |NodeList| and |DOMStringList| are added |
1364 |
|
for clarification. |
1365 |
|
|
1366 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
1367 |
|
|
1368 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
1369 |
|
module is added. |
1370 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
1371 |
|
implementation (untested). |
1372 |
|
|
1373 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
1374 |
|
(Roles): Definitions added. |
1375 |
|
|
1376 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
1377 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
1378 |
|
module is removed. |
1379 |
|
(DocumentXDoctype): Reimplemented (untested). |
1380 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
1381 |
|
Reimlemented (untested). |
1382 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
1383 |
|
|
1384 |
|
* XML.dis (FeatureDef): New features (definitions copied |
1385 |
|
from the |MDOM:DOMXML| module). |
1386 |
|
(DocumentType): New interface (definition copied from |
1387 |
|
the |MDOM:DOMXML| module). |
1388 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
1389 |
|
Reimplemented (untested). |
1390 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
1391 |
|
|
1392 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
1393 |
|
|
1394 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
1395 |
|
|
1396 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
1397 |
|
|
1398 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
1399 |
|
(Text, DocumentFragment, Comment): Most members are |
1400 |
|
reimplemented (untested). |
1401 |
|
|
1402 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
1403 |
|
|
1404 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
1405 |
|
removed to sync with DOM Level 3 Core specification. |
1406 |
|
|
1407 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
1408 |
|
(GetElementsNodeList): Reimplemented (untested). |
1409 |
|
|
1410 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
1411 |
|
|
1412 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
1413 |
|
parameter must also affect on |manakaiAppendText| |
1414 |
|
and |textContent| on |Document| nodes. |
1415 |
|
|
1416 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
1417 |
|
parameter changes the class to |bless|. |
1418 |
|
(Node): Most methods are reimplemented. (Untested) |
1419 |
|
(CharacterData, Attr): Most methods and attributes are |
1420 |
|
reimplemented. (Untested) |
1421 |
|
|
1422 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
1423 |
|
reimplemented (untested). |
1424 |
|
|
1425 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
1426 |
|
|
1427 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
1428 |
|
(untested). |
1429 |
|
|
1430 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
1431 |
|
|
1432 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
1433 |
|
a qualified name. |
1434 |
|
|
1435 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
1436 |
|
the prefix if it is an empty string. (Note that |
1437 |
|
it is defined as implementation dependent in |
1438 |
|
DOM Level 3 Core specification). |
1439 |
|
|
1440 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
1441 |
|
module. |
1442 |
|
(Node): Attributes are reimplemented (untested). |
1443 |
|
|
1444 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
1445 |
|
module. |
1446 |
|
(Node): Attributes are reimplemented (untested). |
1447 |
|
(Entity, Notation): New interfaces. |
1448 |
|
|
1449 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
1450 |
|
|
1451 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
1452 |
|
|
1453 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
1454 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
1455 |
|
replaceChild, removeChild, createDocumentFragment, |
1456 |
|
createEntityReference, createProcessingInstruction, |
1457 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
1458 |
|
(NodeList, DocumentFragment): New interfaces. |
1459 |
|
|
1460 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
1461 |
|
|
1462 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
1463 |
|
|
1464 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
1465 |
|
(createAttributeNS, createTextNode, createComment, |
1466 |
|
createCDATASection): New methods. |
1467 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
1468 |
|
|
1469 |
|
* Makefile: |XML.dis| is added. |
1470 |
|
|
1471 |
|
* XML.dis: New module. |
1472 |
|
|
1473 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
1474 |
|
|
1475 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
1476 |
|
|
1477 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
1478 |
|
|
1479 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
1480 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
1481 |
|
(Element): New interface. |
1482 |
|
(createElementNS): New method. |
1483 |
|
(strictErrorChecking): New. |
1484 |
|
|
1485 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
1486 |
|
|
1487 |
|
* Makefile: |TreeCore.dis| is added. |
1488 |
|
|
1489 |
|
* TreeCore.dis: New module. |
1490 |
|
|
1491 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
1492 |
|
|
1493 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
1494 |
|
parameter. |
1495 |
|
|
1496 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
1497 |
|
|
1498 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
1499 |
|
data types added to configuration parameters. |
1500 |
|
|
1501 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
1502 |
|
|
1503 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
1504 |
|
a |DISSource:ResourceProperty|. |
1505 |
|
(c:anyDOMConfigurationParameter): New property. |
1506 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
1507 |
|
the |c:anyDOMConfigurationParameter| property. |
1508 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
1509 |
|
|
1510 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
1511 |
|
|
1512 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
1513 |
|
|
1514 |
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |