1 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Node.pm (manakai_language): Return the |manakai_language| |
4 |
|
of the |owner_document|, if any, as defined in the spec. |
5 |
|
|
6 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Makefile: Relative path was wrong. |
9 |
|
|
10 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML/: New directory. |
13 |
|
|
14 |
|
* Element.pm (create_element_ns): Return object implementing |
15 |
|
the |HTMLElement| interface for HTML elements. |
16 |
|
|
17 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMImplementation.pod: New documentation. |
20 |
|
|
21 |
|
* Makefile: Make HTML document. |
22 |
|
|
23 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* XDoctype.dis, XDoctype.pm: Removed. |
26 |
|
|
27 |
|
* CharacterData.pm: Renamed from DOMCharacterData.pm. |
28 |
|
|
29 |
|
* Document.pm: Renamed from DOMDocument.pm. |
30 |
|
|
31 |
|
* Element.pm: Renamed from DOMElement.pm |
32 |
|
|
33 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
36 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
37 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
38 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
39 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
40 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
41 |
|
|
42 |
|
* Makefile: Rules for DIS are removed. |
43 |
|
|
44 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
47 |
|
was referenced. |
48 |
|
|
49 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
52 |
|
is implemented. |
53 |
|
|
54 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
57 |
|
is implemented. |
58 |
|
|
59 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* Attr.pm (DeclaredValueType): Added. |
62 |
|
|
63 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
64 |
|
as a valid input, for |text_content| (maybe) allows it. |
65 |
|
|
66 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
67 |
|
|
68 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMElement.pm: Incorrect module was referenced. |
71 |
|
|
72 |
|
* DOMImplementation.pm: References to |
73 |
|
the |Message::Charset::Encode| module has been removed. |
74 |
|
|
75 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
78 |
|
instead of |Message::Charset::Encode|. |
79 |
|
|
80 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
83 |
|
|
84 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
85 |
|
|
86 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
89 |
|
implemented. |
90 |
|
|
91 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
92 |
|
subclasses. |
93 |
|
|
94 |
|
* DOMImplementation.pm (DOMImplementation): Now |
95 |
|
implements the |AtomDOMImplementation| interface. |
96 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
97 |
|
|
98 |
|
* NodeList.pm (StaticNodeList): Implemented. |
99 |
|
|
100 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* Atom/: New directory. |
103 |
|
|
104 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
107 |
|
|
108 |
|
* Text.pm (whole_text): Parameter index number has |
109 |
|
been changed to support new |NodeFilter| Perl binding |
110 |
|
definition. |
111 |
|
|
112 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
115 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
116 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
117 |
|
|
118 |
|
* DOMConfiguration.pm (can_set_parameter, |
119 |
|
set_parameter): Don't allow to set the value |
120 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
121 |
|
|
122 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
123 |
|
(create_tree_walker, manakai_create_serial_walker): References |
124 |
|
and prototypes are added. |
125 |
|
|
126 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
127 |
|
|
128 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
129 |
|
version |2.0|, is added. |
130 |
|
|
131 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
134 |
|
|
135 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
136 |
|
|
137 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
138 |
|
|
139 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
140 |
|
|
141 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* DOMConfiguration.pm: Support for |schema-type| |
144 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
145 |
|
|
146 |
|
* NamedNodeMap (TIEHASH): Were missing. |
147 |
|
|
148 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* AttributeDefinition.pm (node_value): Implemented. |
151 |
|
(create_attribute_definition): Implemented. |
152 |
|
|
153 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
154 |
|
get_parameter, set_parameter, can_set_parameter, |
155 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
156 |
|
FIRSTKEY, LASTKEY): Implemented. |
157 |
|
|
158 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
159 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
160 |
|
|
161 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
162 |
|
Implemented. |
163 |
|
|
164 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
165 |
|
are added. |
166 |
|
|
167 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
168 |
|
class. |
169 |
|
|
170 |
|
* DocumentType.pm (get_element_type_definition_node, |
171 |
|
get_general_entity_node, get_notation_node, |
172 |
|
set_element_type_definition_node, set_general_entity_node, |
173 |
|
set_notation_node, create_document_type_definition): Implemented. |
174 |
|
|
175 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
176 |
|
set_attribute_definition_node, create_element_type_definition): |
177 |
|
Implemented. |
178 |
|
|
179 |
|
* Entity.pm (create_general_entity): Implemented. |
180 |
|
|
181 |
|
* Node.pm: Constants in |OperationType| definition |
182 |
|
group are added. |
183 |
|
(manakai_language): Implemented. |
184 |
|
|
185 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
186 |
|
class. |
187 |
|
|
188 |
|
* Notation.pm (create_notation): Implemented. |
189 |
|
|
190 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* TypeInfo.pm: New Perl module. |
193 |
|
|
194 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
195 |
|
to avoid HTML5 case normalization. |
196 |
|
(is_id): Implemented. |
197 |
|
(manakai_name): New attribute. |
198 |
|
(schema_type_info): Implemented. |
199 |
|
(create_attribute_ns): Empty string as namespace URI |
200 |
|
was not supported. |
201 |
|
|
202 |
|
* DOMElement.pm (clone_node): Removed since now it is |
203 |
|
defined in |Node.pm|. |
204 |
|
(schema_type_info): Implemented. |
205 |
|
(manakai_tag_name): New attribute. |
206 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
207 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
208 |
|
remove_attribute, remove_attribute_ns, |
209 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
210 |
|
set_id_attribute, set_id_attribute_node, |
211 |
|
set_id_attribute_ns): Implemented. |
212 |
|
(create_element_ns): Empty string as namespace URI |
213 |
|
was not supported. |
214 |
|
|
215 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
218 |
|
|
219 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
220 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
221 |
|
by empty strings for compatibility with Web browsers. |
222 |
|
(create_document_type): Initialize |internal_subset| |
223 |
|
attribute by an empty string for compatibility with |
224 |
|
Web browsers. |
225 |
|
|
226 |
|
* ElementTypeDefinition.pm, Entity.pm, |
227 |
|
Notation.pm (owner_document_type_definition): Implemented. |
228 |
|
|
229 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
232 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
233 |
|
|
234 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* Attr.pm (value, node_value): Now it is defined |
237 |
|
as |text_content| itself. |
238 |
|
|
239 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
240 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
241 |
|
|
242 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
243 |
|
|
244 |
|
* DocumentType.pm (internal_subset): Implemented. |
245 |
|
|
246 |
|
* Entity.pm (is_externally_declared, input_encoding, |
247 |
|
xml_version): Implemented. |
248 |
|
|
249 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
250 |
|
|
251 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
254 |
|
(data): Reimplemented. |
255 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
256 |
|
a number of bugs. |
257 |
|
|
258 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
259 |
|
|
260 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* StringExtended.pm: New Perl module. |
263 |
|
|
264 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
265 |
|
insert_data, replace_data, substring_data): Implemented. |
266 |
|
|
267 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
268 |
|
|
269 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
270 |
|
split_text): Implemented. |
271 |
|
|
272 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* DOMElement.pm (attributes): Implemented. |
275 |
|
|
276 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
277 |
|
|
278 |
|
* DocumentType.pm (entities, general_entities, |
279 |
|
notations, element_types): Implemented. |
280 |
|
|
281 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
282 |
|
|
283 |
|
* NamedNodeMap.pm: New Perl module. |
284 |
|
|
285 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
288 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
289 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
290 |
|
insert_before, replace_child): Implemented. |
291 |
|
|
292 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
293 |
|
|
294 |
|
* Node.pm (remove_child): Implemented. |
295 |
|
|
296 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* Node.pm (==, is_equal_node): Implemented. |
299 |
|
(is_same_node): Implemented. |
300 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
301 |
|
(is_supported): Implemented. |
302 |
|
|
303 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
306 |
|
(create_document): Implemented. |
307 |
|
|
308 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
309 |
|
errors. |
310 |
|
(QNAME_NULLNS_ERR): New errors. |
311 |
|
|
312 |
|
* DocumenType.pm (create_document_type): Implemented. |
313 |
|
|
314 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
317 |
|
|
318 |
|
* DOMElement.pm (has_attribute): Alpha version. |
319 |
|
(create_element, create_element_ns): Implemented. |
320 |
|
|
321 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
322 |
|
|
323 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
324 |
|
|
325 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
326 |
|
|
327 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
330 |
|
|
331 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
332 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
333 |
|
when |{manakai_compat_mode}| is |undef|. |
334 |
|
|
335 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
336 |
|
|
337 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
338 |
|
Statements to set |$Error::Depth| are removed since they |
339 |
|
are result in "uninitialized" warnings unless |
340 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
341 |
|
Usually methods invoked in these methods does not |
342 |
|
raise any exception so that it makes no difference. |
343 |
|
|
344 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
345 |
|
|
346 |
|
* DOMDocument.pm (adopt_node): Implemented. |
347 |
|
(doctype): Implemented. |
348 |
|
|
349 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
350 |
|
|
351 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
352 |
|
error type. |
353 |
|
|
354 |
|
* Node.pm (set_user_data): Implemented. |
355 |
|
|
356 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
359 |
|
It will be defined in the DOM Perl Binding specification |
360 |
|
as part of |DOMImplementation| interface. |
361 |
|
($HasFeature): Defined for features support. |
362 |
|
(has_feature, get_feature): Implemented. |
363 |
|
|
364 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
365 |
|
module unless necessary. |
366 |
|
(___report_error): Removed since it is not used in fact. |
367 |
|
|
368 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
369 |
|
DOMImplementationRegistry.pm: New modules. |
370 |
|
|
371 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
373 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
374 |
|
|
375 |
|
* DOMStringList.pm: New Perl module. |
376 |
|
|
377 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
378 |
|
|
379 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
380 |
|
at all. |
381 |
|
|
382 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
385 |
|
|
386 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
388 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
389 |
|
(manakai_is_html): Revised. |
390 |
|
(Document): Now it implements the |HTMLDocument| interface. |
391 |
|
(adopt_node): Alpha version. |
392 |
|
|
393 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
394 |
|
not |allowed_token|! |
395 |
|
|
396 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
397 |
|
return an |undef| even if its |attribute_definitions| |
398 |
|
list is not created. |
399 |
|
|
400 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
401 |
|
|
402 |
|
* Comment.pm (node_type): Node type was incorrect! |
403 |
|
|
404 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
405 |
|
|
406 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
407 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
408 |
|
New autoload configuration. Note that the Message::Charset::Encode |
409 |
|
module is subject to change. |
410 |
|
|
411 |
|
* XMLParserTemp.pm: Now it can be used with new version |
412 |
|
of DOM implementation. Current plan is to replace it by |
413 |
|
an XML5 parser someday. |
414 |
|
|
415 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
416 |
|
|
417 |
|
* DOMLocator.pm: New module. |
418 |
|
|
419 |
|
* DOMError.pm: New module. |
420 |
|
|
421 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
424 |
|
clone_node, compare_document_position, has_attributes, |
425 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
426 |
|
lookup_prefix, normalize): Implemented. |
427 |
|
|
428 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
429 |
|
|
430 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
431 |
|
|
432 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
434 |
|
* AttributeDefinition.pm (____new): Set an empty list |
435 |
|
to the |allowed_tokens| attribute. |
436 |
|
(allowed_token): Alpha version. |
437 |
|
|
438 |
|
* DocumentType.pm (get_element_type_definition_node, |
439 |
|
get_notation_node): ALpha version. |
440 |
|
|
441 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
442 |
|
version. |
443 |
|
|
444 |
|
* Entity.pm (notation_name): Implemented. |
445 |
|
|
446 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
447 |
|
|
448 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
449 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
450 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
451 |
|
(value): Call |text_content| for now. |
452 |
|
|
453 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
454 |
|
(declared_type, default_type): Implemented. |
455 |
|
|
456 |
|
* CharacterData.pm (____new): Allow a scalar reference |
457 |
|
as an input for the |data| attribute. |
458 |
|
(base_uri, manakai_append_text): Implemented. |
459 |
|
|
460 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
461 |
|
|
462 |
|
* DOMDocument.pm (____new): Set default values to |
463 |
|
configuration parameter whose default is true. |
464 |
|
(document_uri, input_encoding): Implemented. |
465 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
466 |
|
(base_uri, manakai_append_text, |
467 |
|
manakai_entity_base_uri, strict_error_checking, |
468 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
469 |
|
|
470 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
471 |
|
(get_attribute, get_attribute_node): Alpha version. |
472 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
473 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
474 |
|
|
475 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
476 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
477 |
|
|
478 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
479 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
480 |
|
manakai_append_text): Implemented. |
481 |
|
(element_types, general_entities, notations, |
482 |
|
set_element_type_definition_node, set_general_entity_node, |
483 |
|
set_notation_node): Alpha version. |
484 |
|
|
485 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
486 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
487 |
|
|
488 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
489 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
490 |
|
manakai_entity_uri): Implemented. |
491 |
|
|
492 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
493 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
494 |
|
|
495 |
|
* Node.pm (base_uri): Implemented. |
496 |
|
(text_content): Don't check read-only or not |
497 |
|
unless |strict_error_checking|. |
498 |
|
(manakai_append_text): Implemented. |
499 |
|
(get_feature): Alpha. |
500 |
|
(manakai_set_read_only): Implemented. |
501 |
|
|
502 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
503 |
|
manakai_declaration_base_uri): Implemented. |
504 |
|
|
505 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
506 |
|
base_uri, manakai_append_text): Implemented. |
507 |
|
|
508 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
509 |
|
|
510 |
|
* DOMConfiguration.pm: New module. |
511 |
|
|
512 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
513 |
|
an exception if the node is read-only. Delete the property |
514 |
|
if undef is specified. |
515 |
|
(prefix): Implemented. |
516 |
|
|
517 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
518 |
|
an exception if the node is read-only. Delete the property |
519 |
|
if undef is specified. |
520 |
|
(prefix): Implemented. |
521 |
|
(text_content, manakai_append_text): Old implementations are removed. |
522 |
|
|
523 |
|
* DOMCharacterData.pm (text_content): Implemented. |
524 |
|
|
525 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
526 |
|
parameter by true. |
527 |
|
(text_content): Reimplemented. |
528 |
|
(dom_config): New. |
529 |
|
|
530 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
531 |
|
|
532 |
|
* DocumentType.pm (text_content): Implemented. |
533 |
|
|
534 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
535 |
|
|
536 |
|
* Node.pm (___report_error): New method. |
537 |
|
(text_content): Implemented. |
538 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
539 |
|
|
540 |
|
* Notation.pm (text_content): Implemented. |
541 |
|
|
542 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
543 |
|
|
544 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
545 |
|
|
546 |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
547 |
|
|
548 |
* DOMException.pm (Message::IF::DOMException): Extends |
* DOMException.pm (Message::IF::DOMException): Extends |