1 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
4 |
|
|
5 |
|
* DOMElement.pm (has_attribute): Alpha version. |
6 |
|
(create_element, create_element_ns): Implemented. |
7 |
|
|
8 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
9 |
|
|
10 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
11 |
|
|
12 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
13 |
|
|
14 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
17 |
|
|
18 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
19 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
20 |
|
when |{manakai_compat_mode}| is |undef|. |
21 |
|
|
22 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
23 |
|
|
24 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
25 |
|
Statements to set |$Error::Depth| are removed since they |
26 |
|
are result in "uninitialized" warnings unless |
27 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
28 |
|
Usually methods invoked in these methods does not |
29 |
|
raise any exception so that it makes no difference. |
30 |
|
|
31 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMDocument.pm (adopt_node): Implemented. |
34 |
|
(doctype): Implemented. |
35 |
|
|
36 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
37 |
|
|
38 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
39 |
|
error type. |
40 |
|
|
41 |
|
* Node.pm (set_user_data): Implemented. |
42 |
|
|
43 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* DOMImplementation.pm (new): New method name for |____new|. |
* DOMImplementation.pm (new): New method name for |____new|. |
46 |
It will be defined in the DOM Perl Binding specification |
It will be defined in the DOM Perl Binding specification |
47 |
as part of |DOMImplementation| interface. |
as part of |DOMImplementation| interface. |