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