1 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TypeInfo.pm: New Perl module. |
4 |
|
|
5 |
|
* Attr.pm: Use |manakai_local_name| rather than |local_name| |
6 |
|
to avoid HTML5 case normalization. |
7 |
|
(is_id): Implemented. |
8 |
|
(manakai_name): New attribute. |
9 |
|
(schema_type_info): Implemented. |
10 |
|
(create_attribute_ns): Empty string as namespace URI |
11 |
|
was not supported. |
12 |
|
|
13 |
|
* DOMElement.pm (clone_node): Removed since now it is |
14 |
|
defined in |Node.pm|. |
15 |
|
(schema_type_info): Implemented. |
16 |
|
(manakai_tag_name): New attribute. |
17 |
|
(get_attribute, get_attribute_node, get_attribute_ns, |
18 |
|
get_attribute_node_ns, has_attribute, has_attribute_ns, |
19 |
|
remove_attribute, remove_attribute_ns, |
20 |
|
remove_attribute_node, set_attribute, set_attribute_ns, |
21 |
|
set_id_attribute, set_id_attribute_node, |
22 |
|
set_id_attribute_ns): Implemented. |
23 |
|
(create_element_ns): Empty string as namespace URI |
24 |
|
was not supported. |
25 |
|
|
26 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* AttributeDefinition.pm (owner_element_type_definition): Implemented. |
29 |
|
|
30 |
|
* DocumentType.pm (create_document_type_definition): Initialize |
31 |
|
|public_id|, |system_id|, and |internal_subset| attributes |
32 |
|
by empty strings for compatibility with Web browsers. |
33 |
|
(create_document_type): Initialize |internal_subset| |
34 |
|
attribute by an empty string for compatibility with |
35 |
|
Web browsers. |
36 |
|
|
37 |
|
* ElementTypeDefinition.pm, Entity.pm, |
38 |
|
Notation.pm (owner_document_type_definition): Implemented. |
39 |
|
|
40 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
43 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
44 |
|
|
45 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Attr.pm (value, node_value): Now it is defined |
48 |
|
as |text_content| itself. |
49 |
|
|
50 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
51 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
52 |
|
|
53 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
54 |
|
|
55 |
|
* DocumentType.pm (internal_subset): Implemented. |
56 |
|
|
57 |
|
* Entity.pm (is_externally_declared, input_encoding, |
58 |
|
xml_version): Implemented. |
59 |
|
|
60 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
61 |
|
|
62 |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* DOMCharacterData.pm (AUTOLOAD): Removed. |
* DOMCharacterData.pm (AUTOLOAD): Removed. |