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