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|. |
33 |
|
It will be defined in the DOM Perl Binding specification |
34 |
|
as part of |DOMImplementation| interface. |
35 |
|
($HasFeature): Defined for features support. |
36 |
|
(has_feature, get_feature): Implemented. |
37 |
|
|
38 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
39 |
|
module unless necessary. |
40 |
|
(___report_error): Removed since it is not used in fact. |
41 |
|
|
42 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
43 |
|
DOMImplementationRegistry.pm: New modules. |
44 |
|
|
45 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* AttributeDefinition.pm (allowed_tokens): Implemented. |
* AttributeDefinition.pm (allowed_tokens): Implemented. |
48 |
|
|
49 |
* DOMStringList.pm: New Perl module. |
* DOMStringList.pm: New Perl module. |