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