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