| 1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented. |
| 4 |
|
(manakai_is_html): Revised. |
| 5 |
|
(Document): Now it implements the |HTMLDocument| interface. |
| 6 |
|
(adopt_node): Alpha version. |
| 7 |
|
|
| 8 |
|
* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|, |
| 9 |
|
not |allowed_token|! |
| 10 |
|
|
| 11 |
|
* ElementTypeDefinition.pm (attribute_definitions): Don't |
| 12 |
|
return an |undef| even if its |attribute_definitions| |
| 13 |
|
list is not created. |
| 14 |
|
|
| 15 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 16 |
|
|
| 17 |
|
* Comment.pm (node_type): Node type was incorrect! |
| 18 |
|
|
| 19 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
| 20 |
|
|
| 21 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
| 22 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
| 23 |
|
New autoload configuration. Note that the Message::Charset::Encode |
| 24 |
|
module is subject to change. |
| 25 |
|
|
| 26 |
|
* XMLParserTemp.pm: Now it can be used with new version |
| 27 |
|
of DOM implementation. Current plan is to replace it by |
| 28 |
|
an XML5 parser someday. |
| 29 |
|
|
| 30 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
|
* DOMLocator.pm: New module. |
| 33 |
|
|
| 34 |
|
* DOMError.pm: New module. |
| 35 |
|
|
| 36 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
| 37 |
|
|
| 38 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
| 39 |
|
clone_node, compare_document_position, has_attributes, |
| 40 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
| 41 |
|
lookup_prefix, normalize): Implemented. |
| 42 |
|
|
| 43 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
| 44 |
|
|
| 45 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
| 46 |
|
|
| 47 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
| 48 |
|
|
| 49 |
|
* AttributeDefinition.pm (____new): Set an empty list |
| 50 |
|
to the |allowed_tokens| attribute. |
| 51 |
|
(allowed_token): Alpha version. |
| 52 |
|
|
| 53 |
|
* DocumentType.pm (get_element_type_definition_node, |
| 54 |
|
get_notation_node): ALpha version. |
| 55 |
|
|
| 56 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
| 57 |
|
version. |
| 58 |
|
|
| 59 |
|
* Entity.pm (notation_name): Implemented. |
| 60 |
|
|
| 61 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
| 62 |
|
|
| 63 |
|
* Attr.pm (____new): Initialize |specified| as 1. |
| 64 |
|
(base_uri, manakai_attribute_type, specified): Implemented. |
| 65 |
|
(prefix): Don't check read-only flag unless |strict_error_checking|. |
| 66 |
|
(value): Call |text_content| for now. |
| 67 |
|
|
| 68 |
|
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. |
| 69 |
|
(declared_type, default_type): Implemented. |
| 70 |
|
|
| 71 |
|
* CharacterData.pm (____new): Allow a scalar reference |
| 72 |
|
as an input for the |data| attribute. |
| 73 |
|
(base_uri, manakai_append_text): Implemented. |
| 74 |
|
|
| 75 |
|
* DOMConfiguration.pm (set_parameter): Resetting implemented. |
| 76 |
|
|
| 77 |
|
* DOMDocument.pm (____new): Set default values to |
| 78 |
|
configuration parameter whose default is true. |
| 79 |
|
(document_uri, input_encoding): Implemented. |
| 80 |
|
(all_declarations_processed, manakai_is_html): Implemented. |
| 81 |
|
(base_uri, manakai_append_text, |
| 82 |
|
manakai_entity_base_uri, strict_error_checking, |
| 83 |
|
xml_encoding, xml_version, xml_standalone): Implemented. |
| 84 |
|
|
| 85 |
|
* DOMElement.pm (manakai_base_uri, base_uri): Implemented. |
| 86 |
|
(get_attribute, get_attribute_node): Alpha version. |
| 87 |
|
(set_attribute_node, set_attribute_node_ns): Implemented. |
| 88 |
|
(set_attribute_ns): Accept non-ARRAY qualified name. |
| 89 |
|
|
| 90 |
|
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |
| 91 |
|
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. |
| 92 |
|
|
| 93 |
|
* DocumentType.pm (public_id, system_id): Implemented. |
| 94 |
|
(base_uri, declaration_base_uri, manakai_declaration_base_uri, |
| 95 |
|
manakai_append_text): Implemented. |
| 96 |
|
(element_types, general_entities, notations, |
| 97 |
|
set_element_type_definition_node, set_general_entity_node, |
| 98 |
|
set_notation_node): Alpha version. |
| 99 |
|
|
| 100 |
|
* ElementTypeDefinition.pm (manakai_append_text): Implemented. |
| 101 |
|
(attribute_definitions, set_attribute_definition_node): Alpha version. |
| 102 |
|
|
| 103 |
|
* Entity.pm (has_replacement_tree, public_id, system_id, |
| 104 |
|
manakai_declaration_base_uri, manakai_entity_base_uri, |
| 105 |
|
manakai_entity_uri): Implemented. |
| 106 |
|
|
| 107 |
|
* EntityReference.pm (manakai_expanded, manakai_external): Implemented. |
| 108 |
|
(base_uri, manakai_entity_base_uri): Implemented. |
| 109 |
|
|
| 110 |
|
* Node.pm (base_uri): Implemented. |
| 111 |
|
(text_content): Don't check read-only or not |
| 112 |
|
unless |strict_error_checking|. |
| 113 |
|
(manakai_append_text): Implemented. |
| 114 |
|
(get_feature): Alpha. |
| 115 |
|
(manakai_set_read_only): Implemented. |
| 116 |
|
|
| 117 |
|
* Notation.pm (public_id, system_id, manakai_append_text, |
| 118 |
|
manakai_declaration_base_uri): Implemented. |
| 119 |
|
|
| 120 |
|
* ProcessingInstruction.pm (manakai_base_uri, |
| 121 |
|
base_uri, manakai_append_text): Implemented. |
| 122 |
|
|
| 123 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
| 124 |
|
|
| 125 |
|
* DOMConfiguration.pm: New module. |
| 126 |
|
|
| 127 |
|
* Attr.pm (trivial accessor for read-write attributes): Throw |
| 128 |
|
an exception if the node is read-only. Delete the property |
| 129 |
|
if undef is specified. |
| 130 |
|
(prefix): Implemented. |
| 131 |
|
|
| 132 |
|
* DOMElement.pm (trivial accessor for read-write attributes): Throw |
| 133 |
|
an exception if the node is read-only. Delete the property |
| 134 |
|
if undef is specified. |
| 135 |
|
(prefix): Implemented. |
| 136 |
|
(text_content, manakai_append_text): Old implementations are removed. |
| 137 |
|
|
| 138 |
|
* DOMCharacterData.pm (text_content): Implemented. |
| 139 |
|
|
| 140 |
|
* DOMDocument.pm (____new): Initialize the strict-document-children |
| 141 |
|
parameter by true. |
| 142 |
|
(text_content): Reimplemented. |
| 143 |
|
(dom_config): New. |
| 144 |
|
|
| 145 |
|
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype. |
| 146 |
|
|
| 147 |
|
* DocumentType.pm (text_content): Implemented. |
| 148 |
|
|
| 149 |
|
* ElementTypeDefinition.pm (text_content): Implemented. |
| 150 |
|
|
| 151 |
|
* Node.pm (___report_error): New method. |
| 152 |
|
(text_content): Implemented. |
| 153 |
|
(manakai_append_text): Copied from |DOMElement.pm|. |
| 154 |
|
|
| 155 |
|
* Notation.pm (text_content): Implemented. |
| 156 |
|
|
| 157 |
|
* ProcessingInstruction.pm (text_content): Implemented. |
| 158 |
|
|
| 159 |
|
* Text.pm (is_element_content_whitespace): Alpha version. |
| 160 |
|
|
| 161 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
| 162 |
|
|
| 163 |
|
* DOMException.pm (Message::IF::DOMException): Extends |
| 164 |
|
the |Message::Util::Error| class. |
| 165 |
|
|
| 166 |
|
* NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class. |
| 167 |
|
(CLEAR): Not all items were removed. |
| 168 |
|
|
| 169 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
| 170 |
|
|
| 171 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
| 172 |
|
DocumentType.pm, Entity.pm, |
| 173 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
| 174 |
|
|
| 175 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
| 176 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
| 177 |
|
|
| 178 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
| 179 |
|
|
| 180 |
|
* Node.pm (==, !=): Implemented. |
| 181 |
|
(manakai_read_only): Implemented. |
| 182 |
|
(is_same_node): Implemented. |
| 183 |
|
(is_equal_node): Alpha version. |
| 184 |
|
(manakai_set_read_only): Alpha version. |
| 185 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
| 186 |
|
definitions are removed. |
| 187 |
|
|
| 188 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
| 189 |
|
|
| 190 |
|
* Node.pm: First alpha version of implementation of attributes. |
| 191 |
|
|
| 192 |
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
| 193 |
|
|
| 194 |
* ProcessingInstruction.pm, EntityReference.pm, |
* ProcessingInstruction.pm, EntityReference.pm, |