| 1 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
| 4 |
|
|
| 5 |
|
* Text.pm (whole_text): Parameter index number has |
| 6 |
|
been changed to support new |NodeFilter| Perl binding |
| 7 |
|
definition. |
| 8 |
|
|
| 9 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 10 |
|
|
| 11 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
| 12 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
| 13 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
| 14 |
|
|
| 15 |
|
* DOMConfiguration.pm (can_set_parameter, |
| 16 |
|
set_parameter): Don't allow to set the value |
| 17 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
| 18 |
|
|
| 19 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
| 20 |
|
(create_tree_walker, manakai_create_serial_walker): References |
| 21 |
|
and prototypes are added. |
| 22 |
|
|
| 23 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
| 24 |
|
|
| 25 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
| 26 |
|
version |2.0|, is added. |
| 27 |
|
|
| 28 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
| 31 |
|
|
| 32 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
| 33 |
|
|
| 34 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
| 35 |
|
|
| 36 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
| 37 |
|
|
| 38 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 39 |
|
|
| 40 |
|
* DOMConfiguration.pm: Support for |schema-type| |
| 41 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
| 42 |
|
|
| 43 |
|
* NamedNodeMap (TIEHASH): Were missing. |
| 44 |
|
|
| 45 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 46 |
|
|
| 47 |
|
* AttributeDefinition.pm (node_value): Implemented. |
| 48 |
|
(create_attribute_definition): Implemented. |
| 49 |
|
|
| 50 |
|
* DOMConfiguration.pm (%{}, TIEHASH, |
| 51 |
|
get_parameter, set_parameter, can_set_parameter, |
| 52 |
|
EXISTS, DELETE, parameter_names, FETCH, STORE, |
| 53 |
|
FIRSTKEY, LASTKEY): Implemented. |
| 54 |
|
|
| 55 |
|
* DOMDocument.pm (____new): Set |error-handler| default. |
| 56 |
|
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented. |
| 57 |
|
|
| 58 |
|
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns): |
| 59 |
|
Implemented. |
| 60 |
|
|
| 61 |
|
* DOMException.pm: Error types for |DOMConfiguration| |
| 62 |
|
are added. |
| 63 |
|
|
| 64 |
|
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New |
| 65 |
|
class. |
| 66 |
|
|
| 67 |
|
* DocumentType.pm (get_element_type_definition_node, |
| 68 |
|
get_general_entity_node, get_notation_node, |
| 69 |
|
set_element_type_definition_node, set_general_entity_node, |
| 70 |
|
set_notation_node, create_document_type_definition): Implemented. |
| 71 |
|
|
| 72 |
|
* ElementTypeDefinition.pm (get_attribute_definition_node, |
| 73 |
|
set_attribute_definition_node, create_element_type_definition): |
| 74 |
|
Implemented. |
| 75 |
|
|
| 76 |
|
* Entity.pm (create_general_entity): Implemented. |
| 77 |
|
|
| 78 |
|
* Node.pm: Constants in |OperationType| definition |
| 79 |
|
group are added. |
| 80 |
|
(manakai_language): Implemented. |
| 81 |
|
|
| 82 |
|
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New |
| 83 |
|
class. |
| 84 |
|
|
| 85 |
|
* Notation.pm (create_notation): Implemented. |
| 86 |
|
|
| 87 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 88 |
|
|
| 89 |
|
* TypeInfo.pm: New Perl module. |
| 90 |
|
|
| 91 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
| 92 |
|
to avoid HTML5 case normalization. |
| 93 |
|
(is_id): Implemented. |
| 94 |
|
(manakai_name): New attribute. |
| 95 |
|
(schema_type_info): Implemented. |
| 96 |
|
(create_attribute_ns): Empty string as namespace URI |
| 97 |
|
was not supported. |
| 98 |
|
|
| 99 |
|
* DOMElement.pm (clone_node): Removed since now it is |
| 100 |
|
defined in |Node.pm|. |
| 101 |
|
(schema_type_info): Implemented. |
| 102 |
|
(manakai_tag_name): New attribute. |
| 103 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
| 104 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
| 105 |
|
remove_attribute, remove_attribute_ns, |
| 106 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
| 107 |
|
set_id_attribute, set_id_attribute_node, |
| 108 |
|
set_id_attribute_ns): Implemented. |
| 109 |
|
(create_element_ns): Empty string as namespace URI |
| 110 |
|
was not supported. |
| 111 |
|
|
| 112 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
| 113 |
|
|
| 114 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
| 115 |
|
|
| 116 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
| 117 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
| 118 |
|
by empty strings for compatibility with Web browsers. |
| 119 |
|
(create_document_type): Initialize |internal_subset| |
| 120 |
|
attribute by an empty string for compatibility with |
| 121 |
|
Web browsers. |
| 122 |
|
|
| 123 |
|
* ElementTypeDefinition.pm, Entity.pm, |
| 124 |
|
Notation.pm (owner_document_type_definition): Implemented. |
| 125 |
|
|
| 126 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 127 |
|
|
| 128 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
| 129 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
| 130 |
|
|
| 131 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 132 |
|
|
| 133 |
|
* Attr.pm (value, node_value): Now it is defined |
| 134 |
|
as |text_content| itself. |
| 135 |
|
|
| 136 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
| 137 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
| 138 |
|
|
| 139 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
| 140 |
|
|
| 141 |
|
* DocumentType.pm (internal_subset): Implemented. |
| 142 |
|
|
| 143 |
|
* Entity.pm (is_externally_declared, input_encoding, |
| 144 |
|
xml_version): Implemented. |
| 145 |
|
|
| 146 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
| 147 |
|
|
| 148 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 149 |
|
|
| 150 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
| 151 |
|
(data): Reimplemented. |
| 152 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
| 153 |
|
a number of bugs. |
| 154 |
|
|
| 155 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
| 156 |
|
|
| 157 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 158 |
|
|
| 159 |
|
* StringExtended.pm: New Perl module. |
| 160 |
|
|
| 161 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
| 162 |
|
insert_data, replace_data, substring_data): Implemented. |
| 163 |
|
|
| 164 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
| 165 |
|
|
| 166 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
| 167 |
|
split_text): Implemented. |
| 168 |
|
|
| 169 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 170 |
|
|
| 171 |
|
* DOMElement.pm (attributes): Implemented. |
| 172 |
|
|
| 173 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
| 174 |
|
|
| 175 |
|
* DocumentType.pm (entities, general_entities, |
| 176 |
|
notations, element_types): Implemented. |
| 177 |
|
|
| 178 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
| 179 |
|
|
| 180 |
|
* NamedNodeMap.pm: New Perl module. |
| 181 |
|
|
| 182 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 183 |
|
|
| 184 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
| 185 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
| 186 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
| 187 |
|
insert_before, replace_child): Implemented. |
| 188 |
|
|
| 189 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
| 190 |
|
|
| 191 |
|
* Node.pm (remove_child): Implemented. |
| 192 |
|
|
| 193 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 194 |
|
|
| 195 |
|
* Node.pm (==, is_equal_node): Implemented. |
| 196 |
|
(is_same_node): Implemented. |
| 197 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
| 198 |
|
(is_supported): Implemented. |
| 199 |
|
|
| 200 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 201 |
|
|
| 202 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
| 203 |
|
(create_document): Implemented. |
| 204 |
|
|
| 205 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
| 206 |
|
errors. |
| 207 |
|
(QNAME_NULLNS_ERR): New errors. |
| 208 |
|
|
| 209 |
|
* DocumenType.pm (create_document_type): Implemented. |
| 210 |
|
|
| 211 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 212 |
|
|
| 213 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
| 214 |
|
|
| 215 |
|
* DOMElement.pm (has_attribute): Alpha version. |
| 216 |
|
(create_element, create_element_ns): Implemented. |
| 217 |
|
|
| 218 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
| 219 |
|
|
| 220 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
| 221 |
|
|
| 222 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
| 223 |
|
|
| 224 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 225 |
|
|
| 226 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
| 227 |
|
|
| 228 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
| 229 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
| 230 |
|
when |{manakai_compat_mode}| is |undef|. |
| 231 |
|
|
| 232 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
| 233 |
|
|
| 234 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
| 235 |
|
Statements to set |$Error::Depth| are removed since they |
| 236 |
|
are result in "uninitialized" warnings unless |
| 237 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
| 238 |
|
Usually methods invoked in these methods does not |
| 239 |
|
raise any exception so that it makes no difference. |
| 240 |
|
|
| 241 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 242 |
|
|
| 243 |
|
* DOMDocument.pm (adopt_node): Implemented. |
| 244 |
|
(doctype): Implemented. |
| 245 |
|
|
| 246 |
|
* DOMElement.pm (remove_attribute_node): Alpha version. |
| 247 |
|
|
| 248 |
|
* DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New |
| 249 |
|
error type. |
| 250 |
|
|
| 251 |
|
* Node.pm (set_user_data): Implemented. |
| 252 |
|
|
| 253 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 254 |
|
|
| 255 |
|
* DOMImplementation.pm (new): New method name for |____new|. |
| 256 |
|
It will be defined in the DOM Perl Binding specification |
| 257 |
|
as part of |DOMImplementation| interface. |
| 258 |
|
($HasFeature): Defined for features support. |
| 259 |
|
(has_feature, get_feature): Implemented. |
| 260 |
|
|
| 261 |
|
* DOMStringList.pm: Don't load the |Message::DOM::DOMException| |
| 262 |
|
module unless necessary. |
| 263 |
|
(___report_error): Removed since it is not used in fact. |
| 264 |
|
|
| 265 |
|
* DOMImplementationList.pm, DOMImplementationSource.pm, |
| 266 |
|
DOMImplementationRegistry.pm: New modules. |
| 267 |
|
|
| 268 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 269 |
|
|
| 270 |
* AttributeDefinition.pm (allowed_tokens): Implemented. |
* AttributeDefinition.pm (allowed_tokens): Implemented. |