1 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMDocument.pm (adopt_node): Implemented. |
4 |
|
(doctype): Implemented. |
5 |
|
|
6 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
7 |
|
|
8 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
9 |
|
error type. |
10 |
|
|
11 |
|
* Node.pm (set_user_data): Implemented. |
12 |
|
|
13 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
16 |
|
It will be defined in the DOM Perl Binding specification |
17 |
|
as part of |DOMImplementation| interface. |
18 |
|
($HasFeature): Defined for features support. |
19 |
|
(has_feature, get_feature): Implemented. |
20 |
|
|
21 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
22 |
|
module unless necessary. |
23 |
|
(___report_error): Removed since it is not used in fact. |
24 |
|
|
25 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
26 |
|
DOMImplementationRegistry.pm: New modules. |
27 |
|
|
28 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
31 |
|
|
32 |
|
* DOMStringList.pm: New Perl module. |
33 |
|
|
34 |
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
* DOMElement.pm (clone_node): Alpha version. It did not work |
* DOMElement.pm (clone_node): Alpha version. It did not work |