1 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
4 |
|
the |Message::Util::Error| class. |
5 |
|
|
6 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
7 |
|
(CLEAR): Not all items were removed. |
8 |
|
|
9 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
12 |
|
DocumentType.pm, Entity.pm, |
13 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
14 |
|
|
15 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
16 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
17 |
|
|
18 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
19 |
|
|
20 |
|
* Node.pm (==, !=): Implemented. |
21 |
|
(manakai_read_only): Implemented. |
22 |
|
(is_same_node): Implemented. |
23 |
|
(is_equal_node): Alpha version. |
24 |
|
(manakai_set_read_only): Alpha version. |
25 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
26 |
|
definitions are removed. |
27 |
|
|
28 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Node.pm: First alpha version of implementation of attributes. |
31 |
|
|
32 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
35 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
36 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
37 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
38 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
39 |
|
node_value, node_type): Implemented. |
40 |
|
|
41 |
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |