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