1 |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMConfiguration.pm: New module. |
4 |
|
|
5 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
6 |
|
an exception if the node is read-only. Delete the property |
7 |
|
if undef is specified. |
8 |
|
(prefix): Implemented. |
9 |
|
|
10 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
11 |
|
an exception if the node is read-only. Delete the property |
12 |
|
if undef is specified. |
13 |
|
(prefix): Implemented. |
14 |
|
(text_content, manakai_append_text): Old implementations are removed. |
15 |
|
|
16 |
|
* DOMCharacterData.pm (text_content): Implemented. |
17 |
|
|
18 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
19 |
|
parameter by true. |
20 |
|
(text_content): Reimplemented. |
21 |
|
(dom_config): New. |
22 |
|
|
23 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
24 |
|
|
25 |
|
* DocumentType.pm (text_content): Implemented. |
26 |
|
|
27 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
28 |
|
|
29 |
|
* Node.pm (___report_error): New method. |
30 |
|
(text_content): Implemented. |
31 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
32 |
|
|
33 |
|
* Notation.pm (text_content): Implemented. |
34 |
|
|
35 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
36 |
|
|
37 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
38 |
|
|
39 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* DOMException.pm (Message::IF::DOMException): Extends |
* DOMException.pm (Message::IF::DOMException): Extends |
42 |
the |Message::Util::Error| class. |
the |Message::Util::Error| class. |
43 |
|
|