1 |
|
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|. |
46 |
|
It will be defined in the DOM Perl Binding specification |
47 |
|
as part of |DOMImplementation| interface. |
48 |
|
($HasFeature): Defined for features support. |
49 |
|
(has_feature, get_feature): Implemented. |
50 |
|
|
51 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
52 |
|
module unless necessary. |
53 |
|
(___report_error): Removed since it is not used in fact. |
54 |
|
|
55 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
56 |
|
DOMImplementationRegistry.pm: New modules. |
57 |
|
|
58 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
61 |
|
|
62 |
|
* DOMStringList.pm: New Perl module. |
63 |
|
|
64 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
67 |
|
at all. |
68 |
|
|
69 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
72 |
|
|
73 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |