1 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
4 |
|
at all. |
5 |
|
|
6 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
9 |
|
|
10 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
13 |
|
(manakai_is_html): Revised. |
14 |
|
(Document): Now it implements the |HTMLDocument| interface. |
15 |
|
(adopt_node): Alpha version. |
16 |
|
|
17 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
18 |
|
not |allowed_token|! |
19 |
|
|
20 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
21 |
|
return an |undef| even if its |attribute_definitions| |
22 |
|
list is not created. |
23 |
|
|
24 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Comment.pm (node_type): Node type was incorrect! |
27 |
|
|
28 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
29 |
|
|
30 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
31 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
32 |
|
New autoload configuration. Note that the Message::Charset::Encode |
33 |
|
module is subject to change. |
34 |
|
|
35 |
|
* XMLParserTemp.pm: Now it can be used with new version |
36 |
|
of DOM implementation. Current plan is to replace it by |
37 |
|
an XML5 parser someday. |
38 |
|
|
39 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMLocator.pm: New module. |
42 |
|
|
43 |
|
* DOMError.pm: New module. |
44 |
|
|
45 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
48 |
|
clone_node, compare_document_position, has_attributes, |
49 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
50 |
|
lookup_prefix, normalize): Implemented. |
51 |
|
|
52 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
53 |
|
|
54 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
55 |
|
|
56 |
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
* AttributeDefinition.pm (____new): Set an empty list |
* AttributeDefinition.pm (____new): Set an empty list |