1 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMLocator.pm: New module. |
4 |
|
|
5 |
|
* DOMError.pm: New module. |
6 |
|
|
7 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
10 |
|
clone_node, compare_document_position, has_attributes, |
11 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
12 |
|
lookup_prefix, normalize): Implemented. |
13 |
|
|
14 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
15 |
|
|
16 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
17 |
|
|
18 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* AttributeDefinition.pm (____new): Set an empty list |
21 |
|
to the |allowed_tokens| attribute. |
22 |
|
(allowed_token): Alpha version. |
23 |
|
|
24 |
|
* DocumentType.pm (get_element_type_definition_node, |
25 |
|
get_notation_node): ALpha version. |
26 |
|
|
27 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
28 |
|
version. |
29 |
|
|
30 |
|
* Entity.pm (notation_name): Implemented. |
31 |
|
|
32 |
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
* Attr.pm (____new): Initialize |specified| as 1. |
* Attr.pm (____new): Initialize |specified| as 1. |