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