1 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
4 |
|
It will be defined in the DOM Perl Binding specification |
5 |
|
as part of |DOMImplementation| interface. |
6 |
|
($HasFeature): Defined for features support. |
7 |
|
(has_feature, get_feature): Implemented. |
8 |
|
|
9 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
10 |
|
module unless necessary. |
11 |
|
(___report_error): Removed since it is not used in fact. |
12 |
|
|
13 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
14 |
|
DOMImplementationRegistry.pm: New modules. |
15 |
|
|
16 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* AttributeDefinition.pm (allowed_tokens): Implemented. |
19 |
|
|
20 |
|
* DOMStringList.pm: New Perl module. |
21 |
|
|
22 |
|
2007-06-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMElement.pm (clone_node): Alpha version. It did not work |
25 |
|
at all. |
26 |
|
|
27 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ProcessingInstruction.pm (data): Now it is a read-write attribute. |
30 |
|
|
31 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
34 |
|
(manakai_is_html): Revised. |
35 |
|
(Document): Now it implements the |HTMLDocument| interface. |
36 |
|
(adopt_node): Alpha version. |
37 |
|
|
38 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
39 |
|
not |allowed_token|! |
40 |
|
|
41 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
42 |
|
return an |undef| even if its |attribute_definitions| |
43 |
|
list is not created. |
44 |
|
|
45 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Comment.pm (node_type): Node type was incorrect! |
48 |
|
|
49 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
50 |
|
|
51 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
52 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
53 |
|
New autoload configuration. Note that the Message::Charset::Encode |
54 |
|
module is subject to change. |
55 |
|
|
56 |
|
* XMLParserTemp.pm: Now it can be used with new version |
57 |
|
of DOM implementation. Current plan is to replace it by |
58 |
|
an XML5 parser someday. |
59 |
|
|
60 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* DOMLocator.pm: New module. |
* DOMLocator.pm: New module. |