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> |
62 |
|
|
63 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
64 |
|
|
65 |
|
* Text.pm (whole_text): Parameter index number has |
66 |
|
been changed to support new |NodeFilter| Perl binding |
67 |
|
definition. |
68 |
|
|
69 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
72 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
73 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
74 |
|
|
75 |
|
* DOMConfiguration.pm (can_set_parameter, |
76 |
|
set_parameter): Don't allow to set the value |
77 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
78 |
|
|
79 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
80 |
|
(create_tree_walker, manakai_create_serial_walker): References |
81 |
|
and prototypes are added. |
82 |
|
|
83 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
84 |
|
|
85 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
86 |
|
version |2.0|, is added. |
87 |
|
|
88 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
91 |
|
|
92 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
93 |
|
|
94 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
95 |
|
|
96 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
97 |
|
|
98 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
* DOMConfiguration.pm: Support for |schema-type| |
* DOMConfiguration.pm: Support for |schema-type| |