| 1 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* ContentChecker.pm (check_element): Added support for "no |
| 4 |
|
referenced datalist" error. |
| 5 |
|
|
| 6 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* URIChecker.pm: Bug fix: It did not work unless |
| 9 |
|
Message::DOM::DOMImplementation has been |require|d. |
| 10 |
|
|
| 11 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
| 12 |
|
|
| 13 |
|
* NanoDOM.pm (document_uri): New attribute. |
| 14 |
|
|
| 15 |
|
* ContentChecker.pm: Don't use methods not implemented by NanoDOM. |
| 16 |
|
|
| 17 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
| 19 |
|
* NanoDOM.pm (text_content): Don't create a Text node if the new |
| 20 |
|
value is empty. |
| 21 |
|
|
| 22 |
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
| 23 |
|
|
| 24 |
|
* SWML/: New directory. |
| 25 |
|
|
| 26 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* NanoDOM.pm (specified, all_declarations_processed, |
| 29 |
|
manakai_attribute_type): New attributes. |
| 30 |
|
|
| 31 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
| 33 |
|
* NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty |
| 34 |
|
array. |
| 35 |
|
|
| 36 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
| 37 |
|
|
| 38 |
|
* NanoDOM.pm (notation_name): New attribute. |
| 39 |
|
|
| 40 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* NanoDOM.pm (public_id, system_id): New attributes.a |
| 43 |
|
|
| 44 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
| 46 |
|
* NanoDOM.pm (text_content): Moved to Node from Element. Setter |
| 47 |
|
implemented. |
| 48 |
|
(allowed_tokens, default_type, declared_type): Implemented. |
| 49 |
|
|
| 50 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
| 51 |
|
|
| 52 |
|
* NanoDOM.pm (node_name): New attribute. |
| 53 |
|
(ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New |
| 54 |
|
constants. |
| 55 |
|
(create_element_type_definition_node, create_attribute_definition, |
| 56 |
|
create_notation, create_general_entity, |
| 57 |
|
get_element_type_definition_node, |
| 58 |
|
set_element_type_definition_node, get_general_entity_node, |
| 59 |
|
set_general_entity_node, get_notation_node, set_notation_node, |
| 60 |
|
get_attribute_definition_node, set_attribute_definition_node): New |
| 61 |
|
methods. |
| 62 |
|
(element_types, entities, notations, attribute_definitions): New |
| 63 |
|
attributes. |
| 64 |
|
(DocumentType): Support for child nodes, entities, notations, and |
| 65 |
|
element types. |
| 66 |
|
(Entity, Notation, ElementTypeDefinition, AttributeDefinition): |
| 67 |
|
New classes. |
| 68 |
|
|
| 69 |
|
* Dumper.pm: Support for general entities, notations, element type |
| 70 |
|
definitions, and attribute definitions. |
| 71 |
|
|
| 72 |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
| 73 |
|
|
| 74 |
* NanoDOM.pm (create_processing_instruction): New method. |
* NanoDOM.pm (create_processing_instruction): New method. |