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