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> |
35 |
|
|
36 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
37 |
|
at all. |
38 |
|
|
39 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
42 |
|
|
43 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
46 |
|
(manakai_is_html): Revised. |
47 |
|
(Document): Now it implements the |HTMLDocument| interface. |
48 |
|
(adopt_node): Alpha version. |
49 |
|
|
50 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
51 |
|
not |allowed_token|! |
52 |
|
|
53 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
54 |
|
return an |undef| even if its |attribute_definitions| |
55 |
|
list is not created. |
56 |
|
|
57 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
* Comment.pm (node_type): Node type was incorrect! |
* Comment.pm (node_type): Node type was incorrect! |