1 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
4 |
|
was referenced. |
5 |
|
|
6 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
9 |
|
is implemented. |
10 |
|
|
11 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
14 |
|
is implemented. |
15 |
|
|
16 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Attr.pm (DeclaredValueType): Added. |
19 |
|
|
20 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
21 |
|
as a valid input, for |text_content| (maybe) allows it. |
22 |
|
|
23 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
24 |
|
|
25 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DOMElement.pm: Incorrect module was referenced. |
28 |
|
|
29 |
|
* DOMImplementation.pm: References to |
30 |
|
the |Message::Charset::Encode| module has been removed. |
31 |
|
|
32 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
35 |
|
instead of |Message::Charset::Encode|. |
36 |
|
|
37 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
40 |
|
|
41 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
42 |
|
|
43 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
46 |
|
implemented. |
47 |
|
|
48 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
49 |
|
subclasses. |
50 |
|
|
51 |
|
* DOMImplementation.pm (DOMImplementation): Now |
52 |
|
implements the |AtomDOMImplementation| interface. |
53 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
54 |
|
|
55 |
|
* NodeList.pm (StaticNodeList): Implemented. |
56 |
|
|
57 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Atom/: New directory. |
60 |
|
|
61 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |