Log of /messaging/manakai/t/DOM-Node.t
Parent Directory
| Revision Log
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 27 13:07:27 2007 UTC
(17 years, 1 month ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.20: +2 -1 lines
Diff to
previous 1.20
++ manakai/lib/Message/DOM/ChangeLog 27 Oct 2007 13:06:39 -0000
2007-10-27 Wakaba <wakaba@suika.fam.cx>
* Event.pm (init_event, init_event_ns, init_custom_event_ns):
The |namespaceURI| attribute was not set correctly.
* DOMEvents.dis: Removed.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 25 08:41:01 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
manakai-release-0-4-0
Changes since
1.19: +60 -3 lines
Diff to
previous 1.19
++ manakai/lib/Message/DOM/ChangeLog 25 Aug 2007 08:40:23 -0000
* Node.pm (manakai_language): Return the |manakai_language|
of the |owner_document|, if any, as defined in the spec.
2007-08-25 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 25 Aug 2007 07:45:25 -0000
2007-08-25 Wakaba <wakaba@suika.fam.cx>
* DOM-Node.t: New tests for |manakai_language| are
added.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 15 12:54:07 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.18: +6 -2 lines
Diff to
previous 1.18
++ manakai/t/ChangeLog 15 Jul 2007 07:03:38 -0000
* DOM-Atom-AtomElement.t: New test script.
* DOM-DOMImplementation.t, DOM-Node.t: New test
data for |get_feature|.
2007-07-15 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Markup/ChangeLog 15 Jul 2007 07:53:30 -0000
2007-07-15 Wakaba <wakaba@suika.fam.cx>
* H2H.dis: A typo in entity name is fixed.
++ manakai/lib/Message/DOM/Atom/ChangeLog 15 Jul 2007 07:55:46 -0000
* AtomElement.pm: Wrong module was loaded.
(AUTOLOAD): No warnings! Some argument index were incorrect.
Some variables were not referenced correctly.
(AtomDateConstruct): Package name was incorrect.
2007-07-15 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 15 Jul 2007 12:53:16 -0000
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
instead of |Message::Charset::Encode|.
2007-07-15 Wakaba <wakaba@suika.fam.cx>
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 16:32:28 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.17: +3 -2 lines
Diff to
previous 1.17
++ manakai/t/ChangeLog 14 Jul 2007 16:32:13 -0000
2007-07-15 Wakaba <wakaba@suika.fam.cx>
* DOM-TreeWalker.t, DOM-SerialWalker.t: New test scripts.
* DOM-DOMImplementation.t: Tests for |Traversal| feature
are added.
* DOM-Node.t: Tests for |Traversal| feature are added.
++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 16:31:23 -0000
2007-07-15 Wakaba <wakaba@suika.fam.cx>
* TreeWalker.pm, SerialWalker.pm: New Perl modules.
* Text.pm (whole_text): Parameter index number has
been changed to support new |NodeFilter| Perl binding
definition.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
* DOMConfiguration.pm (can_set_parameter,
set_parameter): Don't allow to set the value
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
(create_tree_walker, manakai_create_serial_walker): References
and prototypes are added.
* DOMException.pm (NULLPO_ERR): New error type:-).
* DOMImplementation.pm ($HasFeature): Feature |Traversal|,
version |2.0|, is added.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 10:28:52 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.16: +41 -5 lines
Diff to
previous 1.16
++ manakai/t/ChangeLog 14 Jul 2007 10:27:21 -0000
* DOM-Node.t: Tests for |append_child| family on
leaf node types are added.
* DOM-Text.t: Tests for |split_text| are added.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 10:24:01 -0000
* CDATASection.pm: Removed (merged with |Text.pm|).
* Text.pm (Message::DOM::Text::CDATASection): New.
* Comment.pm: Removed (merged with |DOMCharacterData.pm|).
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 09:19:11 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.15: +10 -3 lines
Diff to
previous 1.15
++ manakai/t/ChangeLog 14 Jul 2007 09:19:01 -0000
* DOM-Node.t: Test data for new constants and attributes
are added.
* DOM-TypeInfo.t: Tests for constants are added.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 09:17:51 -0000
* AttributeDefinition.pm (node_value): Implemented.
(create_attribute_definition): Implemented.
* DOMConfiguration.pm (%{}, TIEHASH,
get_parameter, set_parameter, can_set_parameter,
EXISTS, DELETE, parameter_names, FETCH, STORE,
FIRSTKEY, LASTKEY): Implemented.
* DOMDocument.pm (____new): Set |error-handler| default.
(get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
* DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
Implemented.
* DOMException.pm: Error types for |DOMConfiguration|
are added.
* DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
class.
* DocumentType.pm (get_element_type_definition_node,
get_general_entity_node, get_notation_node,
set_element_type_definition_node, set_general_entity_node,
set_notation_node, create_document_type_definition): Implemented.
* ElementTypeDefinition.pm (get_attribute_definition_node,
set_attribute_definition_node, create_element_type_definition):
Implemented.
* Entity.pm (create_general_entity): Implemented.
* Node.pm: Constants in |OperationType| definition
group are added.
(manakai_language): Implemented.
* NodeList.pm (Message::DOM::NodeList::GetElementsList): New
class.
* Notation.pm (create_notation): Implemented.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 06:12:56 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.14: +8 -2 lines
Diff to
previous 1.14
++ manakai/t/ChangeLog 14 Jul 2007 06:12:48 -0000
2007-07-14 Wakaba <wakaba@suika.fam.cx>
* DOM-TypeInfo.t: New test script.
* DOM-Node.t: Test data for new attributes are added.
++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 06:11:45 -0000
2007-07-14 Wakaba <wakaba@suika.fam.cx>
* TypeInfo.pm: New Perl module.
* Attr.pm: Use |manakai_local_name| rather than |local_name|
to avoid HTML5 case normalization.
(is_id): Implemented.
(manakai_name): New attribute.
(schema_type_info): Implemented.
(create_attribute_ns): Empty string as namespace URI
was not supported.
* DOMElement.pm (clone_node): Removed since now it is
defined in |Node.pm|.
(schema_type_info): Implemented.
(manakai_tag_name): New attribute.
(get_attribute, get_attribute_node, get_attribute_ns,
get_attribute_node_ns, has_attribute, has_attribute_ns,
remove_attribute, remove_attribute_ns,
remove_attribute_node, set_attribute, set_attribute_ns,
set_id_attribute, set_id_attribute_node,
set_id_attribute_ns): Implemented.
(create_element_ns): Empty string as namespace URI
was not supported.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 12 13:54:47 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.13: +14 -6 lines
Diff to
previous 1.13
++ manakai/t/ChangeLog 12 Jul 2007 13:53:24 -0000
2007-07-12 Wakaba <wakaba@suika.fam.cx>
* DOM-Node.t: New attributes are added and
some test results has been changed to sync with new implementation.
++ manakai/lib/Message/DOM/ChangeLog 12 Jul 2007 13:52:28 -0000
2007-07-12 Wakaba <wakaba@suika.fam.cx>
* AttributeDefinition.pm (owner_element_type_definition): Implemented.
* DocumentType.pm (create_document_type_definition): Initialize
|public_id|, |system_id|, and |internal_subset| attributes
by empty strings for compatibility with Web browsers.
(create_document_type): Initialize |internal_subset|
attribute by an empty string for compatibility with
Web browsers.
* ElementTypeDefinition.pm, Entity.pm,
Notation.pm (owner_document_type_definition): Implemented.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 8 13:04:39 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.12: +7 -2 lines
Diff to
previous 1.12
++ manakai/t/ChangeLog 8 Jul 2007 13:03:58 -0000
* DOM-Element.t: Tests for |attributes| are added.
* DOM-Entity.t: Tests for |is_externally_declared|
and |input_encoding| are added.
* DOM-Node.t: Test data for |tag_name| and
|get_feature| are added.
2007-07-08 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 8 Jul 2007 13:02:01 -0000
* Attr.pm (value, node_value): Now it is defined
as |text_content| itself.
* AttributeDefinition.pm, ElementTypeDefinition.pm,
Node.pm (AUTOLOAD): Unused block is removed.
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused.
* DocumentType.pm (internal_subset): Implemented.
* Entity.pm (is_externally_declared, input_encoding,
xml_version): Implemented.
* ProcessingInstruction.pm (target, data): Implemented.
2007-07-08 Wakaba <wakaba@suika.fam.cx>
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 8 05:42:37 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.11: +68 -3 lines
Diff to
previous 1.11
++ manakai/t/ChangeLog 8 Jul 2007 05:42:31 -0000
2007-07-08 Wakaba <wakaba@suika.fam.cx>
* DOM-Document.t, DOM-Node.t, DOM-NodeList.t: Some tests are modified so
that no |WRONG_DOCUMENT_ERR| is raised.
* DOM-Node.t: Tests for |remove_child| are added.
++ manakai/lib/Message/DOM/ChangeLog 8 Jul 2007 05:41:27 -0000
2007-07-08 Wakaba <wakaba@suika.fam.cx>
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
insert_before, replace_child): Implemented.
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
* Node.pm (remove_child): Implemented.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 7 15:05:01 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.10: +133 -1 lines
Diff to
previous 1.10
++ manakai/t/ChangeLog 7 Jul 2007 15:04:52 -0000
* DOM-Node.t: Tests for |set_user_data| and |get_user_data|
are added. Tests for |get_feature| and |is_supported| are added.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 15:04:43 -0000
* Node.pm (==, is_equal_node): Implemented.
(is_same_node): Implemented.
(get_feature, get_user_data, set_user_data): Implemented.
(is_supported): Implemented.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 7 12:26:23 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.9: +26 -2 lines
Diff to
previous 1.9
++ manakai/t/ChangeLog 7 Jul 2007 12:17:46 -0000
* DOM-Node.t: Test data for |manakai_read_only|
attribute are added.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 12:17:24 -0000
* DOMDocument.pm (get_element_by_id): Implemented.
(create_document): Implemented.
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
errors.
(QNAME_NULLNS_ERR): New errors.
* DocumenType.pm (create_document_type): Implemented.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 7 11:11:34 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.8: +4 -1 lines
Diff to
previous 1.8
++ manakai/t/ChangeLog 7 Jul 2007 11:11:27 -0000
* DOM-Element.t: New tests for |create_element|
and |create_element_ns| are added.
* DOM-EntityReference.t: New tests for |create_entity_reference|
are added.
* DOM-Node.t: Test data for |is_element_content_whitespace|
are added.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 11:10:33 -0000
* CDATASection.pm (is_element_content_whitespace): New.
* DOMElement.pm (has_attribute): Alpha version.
(create_element, create_element_ns): Implemented.
* DocumentType.pm (get_general_entity_node): Alpha version.
* EntityReference.pm (create_entity_reference): Implemented.
* ProcessingInstruction.pm (create_processing_instruction): Implemented.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 7 09:11:05 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.7: +29 -2 lines
Diff to
previous 1.7
++ manakai/t/ChangeLog 7 Jul 2007 09:10:55 -0000
* DOM-Document.t: New test for ARRAY qualified name
is added. Set |strict_error_checking| to false
for a test not to be raised by |create_attribute_ns|.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 09:09:46 -0000
* Attr.pm (create_attribute, create_attribute_ns): Implemented.
* DOMDocument.pm: Load character classes from |Char::Class::XML|.
(compat_mode): Check |defined| not to be warned as "uninitialized"
when |{manakai_compat_mode}| is |undef|.
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
* DOMImplementationRegistry.pm, DOMImplementationSource.pm:
Statements to set |$Error::Depth| are removed since they
are result in "uninitialized" warnings unless
the |Message::DOM::DOMException| module is loaded earlier.
Usually methods invoked in these methods does not
raise any exception so that it makes no difference.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 21 14:57:53 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +24 -1 lines
Diff to
previous 1.6
++ manakai/t/ChangeLog 21 Jun 2007 14:57:40 -0000
2007-06-21 Wakaba <wakaba@suika.fam.cx>
* DOM-Node.t: Tests for |node_type| are added.
++ manakai/lib/Message/DOM/ChangeLog 21 Jun 2007 14:57:15 -0000
* Comment.pm (node_type): Node type was incorrect!
* DOMConfiguration.pm (get_parameter): Alpha.
* DOMImplementation.pm (create_mc_decode_handler,
create_charset_name_from_uri, create_uri_from_charset_name):
New autoload configuration. Note that the Message::Charset::Encode
module is subject to change.
* XMLParserTemp.pm: Now it can be used with new version
of DOM implementation. Current plan is to replace it by
an XML5 parser someday.
2007-06-21 Wakaba <wakaba@suika.fam.cx>
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 13:41:16 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +474 -1 lines
Diff to
previous 1.5
++ manakai/t/ChangeLog 20 Jun 2007 13:41:02 -0000
2007-06-20 Wakaba <wakaba@suika.fam.cx>
* DOM-Node.t: Tests for DOCUMENT_POSITION_* constants
and new features are added.
++ manakai/lib/Message/DOM/ChangeLog 20 Jun 2007 13:40:42 -0000
2007-06-20 Wakaba <wakaba@suika.fam.cx>
* Node.pm (manakai_expanded_uri, manakai_parent_element,
clone_node, compare_document_position, has_attributes,
has_child_nodes, is_default_namespace, lookup_namespace_uri,
lookup_prefix, normalize): Implemented.
* DOMElement.pm (remove_attribute, set_attribute): Alpha version.
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 17 14:15:39 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +2 -1 lines
Diff to
previous 1.4
++ manakai/t/ChangeLog 17 Jun 2007 14:14:51 -0000
* DOM-Node.t: |notation_name| test added.
* DOM-Entity.t: |notation_name| test added.
2007-06-17 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 17 Jun 2007 14:13:48 -0000
* AttributeDefinition.pm (____new): Set an empty list
to the |allowed_tokens| attribute.
(allowed_token): Alpha version.
* DocumentType.pm (get_element_type_definition_node,
get_notation_node): ALpha version.
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2
version.
* Entity.pm (notation_name): Implemented.
2007-06-17 Wakaba <wakaba@suika.fam.cx>
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 17 13:37:42 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +586 -55 lines
Diff to
previous 1.3
++ manakai/t/ChangeLog 17 Jun 2007 13:37:22 -0000
2007-06-17 Wakaba <wakaba@suika.fam.cx>
* DOM-Attr.t, DOM-AttributeDefinition.t, DOM-DocumentType.t,
DOM-Element.t, DOM-Entity.t, DOM-EntityReference.t,
DOM-Notation.t, DOM-ProcessingInstruction.t: New.
* DOM-Document.t, DOM-Node.t: Tests for newly-implemented attributes
and methods are added.
* Makefile (test-module-dom-old): Renamed from |test-module-dom|.
(test-module-dom): New.
++ manakai/lib/Message/DOM/ChangeLog 17 Jun 2007 13:34:54 -0000
2007-06-17 Wakaba <wakaba@suika.fam.cx>
* Attr.pm (____new): Initialize |specified| as 1.
(base_uri, manakai_attribute_type, specified): Implemented.
(prefix): Don't check read-only flag unless |strict_error_checking|.
(value): Call |text_content| for now.
* AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
(declared_type, default_type): Implemented.
* CharacterData.pm (____new): Allow a scalar reference
as an input for the |data| attribute.
(base_uri, manakai_append_text): Implemented.
* DOMConfiguration.pm (set_parameter): Resetting implemented.
* DOMDocument.pm (____new): Set default values to
configuration parameter whose default is true.
(document_uri, input_encoding): Implemented.
(all_declarations_processed, manakai_is_html): Implemented.
(base_uri, manakai_append_text,
manakai_entity_base_uri, strict_error_checking,
xml_encoding, xml_version, xml_standalone): Implemented.
* DOMElement.pm (manakai_base_uri, base_uri): Implemented.
(get_attribute, get_attribute_node): Alpha version.
(set_attribute_node, set_attribute_node_ns): Implemented.
(set_attribute_ns): Accept non-ARRAY qualified name.
* DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
|NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
* DocumentType.pm (public_id, system_id): Implemented.
(base_uri, declaration_base_uri, manakai_declaration_base_uri,
manakai_append_text): Implemented.
(element_types, general_entities, notations,
set_element_type_definition_node, set_general_entity_node,
set_notation_node): Alpha version.
* ElementTypeDefinition.pm (manakai_append_text): Implemented.
(attribute_definitions, set_attribute_definition_node): Alpha version.
* Entity.pm (has_replacement_tree, public_id, system_id,
manakai_declaration_base_uri, manakai_entity_base_uri,
manakai_entity_uri): Implemented.
* EntityReference.pm (manakai_expanded, manakai_external): Implemented.
(base_uri, manakai_entity_base_uri): Implemented.
* Node.pm (base_uri): Implemented.
(text_content): Don't check read-only or not
unless |strict_error_checking|.
(manakai_append_text): Implemented.
(get_feature): Alpha.
(manakai_set_read_only): Implemented.
* Notation.pm (public_id, system_id, manakai_append_text,
manakai_declaration_base_uri): Implemented.
* ProcessingInstruction.pm (manakai_base_uri,
base_uri, manakai_append_text): Implemented.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 16 15:27:45 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +160 -1 lines
Diff to
previous 1.2
++ manakai/t/ChangeLog 16 Jun 2007 15:27:38 -0000
* DOM-Node.t: Tests for |prefix| and |text_content| are added.
2007-06-16 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 16 Jun 2007 15:27:12 -0000
* DOMConfiguration.pm: New module.
* Attr.pm (trivial accessor for read-write attributes): Throw
an exception if the node is read-only. Delete the property
if undef is specified.
(prefix): Implemented.
* DOMElement.pm (trivial accessor for read-write attributes): Throw
an exception if the node is read-only. Delete the property
if undef is specified.
(prefix): Implemented.
(text_content, manakai_append_text): Old implementations are removed.
* DOMCharacterData.pm (text_content): Implemented.
* DOMDocument.pm (____new): Initialize the strict-document-children
parameter by true.
(text_content): Reimplemented.
(dom_config): New.
* DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
* DocumentType.pm (text_content): Implemented.
* ElementTypeDefinition.pm (text_content): Implemented.
* Node.pm (___report_error): New method.
(text_content): Implemented.
(manakai_append_text): Copied from |DOMElement.pm|.
* Notation.pm (text_content): Implemented.
* ProcessingInstruction.pm (text_content): Implemented.
* Text.pm (is_element_content_whitespace): Alpha version.
2007-06-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 15 14:32:50 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
++ manakai/t/ChangeLog 15 Jun 2007 14:31:27 -0000
2007-06-15 Wakaba <wakaba@suika.fam.cx>
* DOM-Node.t: New test.
2007-06-15 Wakaba <wakaba@suika.fam.cx>
* DOM-Document.t: New test.
++ manakai/lib/Message/DOM/ChangeLog 15 Jun 2007 14:32:37 -0000
2007-06-15 Wakaba <wakaba@suika.fam.cx>
* ProcessingInstruction.pm, EntityReference.pm,
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
ElementTypeDefinition.pm, AttributeDefinition.pm,
DocumentType.pm, DOMElement.pm, Attr.pm,
CharacterData.pm, Text.pm, Comment.pm (node_name,
node_value, node_type): Implemented.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.