1 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
4 |
|
|
5 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
6 |
|
|
7 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
10 |
|
implemented. |
11 |
|
|
12 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
13 |
|
subclasses. |
14 |
|
|
15 |
|
* DOMImplementation.pm (DOMImplementation): Now |
16 |
|
implements the |AtomDOMImplementation| interface. |
17 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
18 |
|
|
19 |
|
* NodeList.pm (StaticNodeList): Implemented. |
20 |
|
|
21 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Atom/: New directory. |
24 |
|
|
25 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
28 |
|
|
29 |
|
* Text.pm (whole_text): Parameter index number has |
30 |
|
been changed to support new |NodeFilter| Perl binding |
31 |
|
definition. |
32 |
|
|
33 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
36 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
37 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
38 |
|
|
39 |
|
* DOMConfiguration.pm (can_set_parameter, |
40 |
|
set_parameter): Don't allow to set the value |
41 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
42 |
|
|
43 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
44 |
|
(create_tree_walker, manakai_create_serial_walker): References |
45 |
|
and prototypes are added. |
46 |
|
|
47 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
48 |
|
|
49 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
50 |
|
version |2.0|, is added. |
51 |
|
|
52 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
55 |
|
|
56 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
57 |
|
|
58 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
59 |
|
|
60 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
61 |
|
|
62 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* DOMConfiguration.pm: Support for |schema-type| |
* DOMConfiguration.pm: Support for |schema-type| |