1 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
4 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
5 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
6 |
|
(value): Call |text_content| for now. |
7 |
|
|
8 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
9 |
|
(declared_type, default_type): Implemented. |
10 |
|
|
11 |
|
* CharacterData.pm (____new): Allow a scalar reference |
12 |
|
as an input for the |data| attribute. |
13 |
|
(base_uri, manakai_append_text): Implemented. |
14 |
|
|
15 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
16 |
|
|
17 |
|
* DOMDocument.pm (____new): Set default values to |
18 |
|
configuration parameter whose default is true. |
19 |
|
(document_uri, input_encoding): Implemented. |
20 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
21 |
|
(base_uri, manakai_append_text, |
22 |
|
manakai_entity_base_uri, strict_error_checking, |
23 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
24 |
|
|
25 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
26 |
|
(get_attribute, get_attribute_node): Alpha version. |
27 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
28 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
29 |
|
|
30 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
31 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
32 |
|
|
33 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
34 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
35 |
|
manakai_append_text): Implemented. |
36 |
|
(element_types, general_entities, notations, |
37 |
|
set_element_type_definition_node, set_general_entity_node, |
38 |
|
set_notation_node): Alpha version. |
39 |
|
|
40 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
41 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
42 |
|
|
43 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
44 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
45 |
|
manakai_entity_uri): Implemented. |
46 |
|
|
47 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
48 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
49 |
|
|
50 |
|
* Node.pm (base_uri): Implemented. |
51 |
|
(text_content): Don't check read-only or not |
52 |
|
unless |strict_error_checking|. |
53 |
|
(manakai_append_text): Implemented. |
54 |
|
(get_feature): Alpha. |
55 |
|
(manakai_set_read_only): Implemented. |
56 |
|
|
57 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
58 |
|
manakai_declaration_base_uri): Implemented. |
59 |
|
|
60 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
61 |
|
base_uri, manakai_append_text): Implemented. |
62 |
|
|
63 |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* DOMConfiguration.pm: New module. |
* DOMConfiguration.pm: New module. |