| 1 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* URIChecker.pm: Some of |pos_end| values were wrong. |
| 4 |
|
|
| 5 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* ContentChecker.pm (check_element): Added support for "no |
| 8 |
|
referenced datalist" error. |
| 9 |
|
|
| 10 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
|
| 12 |
|
* URIChecker.pm: Bug fix: It did not work unless |
| 13 |
|
Message::DOM::DOMImplementation has been |require|d. |
| 14 |
|
|
| 15 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
| 16 |
|
|
| 17 |
|
* NanoDOM.pm (document_uri): New attribute. |
| 18 |
|
|
| 19 |
|
* ContentChecker.pm: Don't use methods not implemented by NanoDOM. |
| 20 |
|
|
| 21 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
|
| 23 |
|
* NanoDOM.pm (text_content): Don't create a Text node if the new |
| 24 |
|
value is empty. |
| 25 |
|
|
| 26 |
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* SWML/: New directory. |
| 29 |
|
|
| 30 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
|
* NanoDOM.pm (specified, all_declarations_processed, |
| 33 |
|
manakai_attribute_type): New attributes. |
| 34 |
|
|
| 35 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty |
| 38 |
|
array. |
| 39 |
|
|
| 40 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* NanoDOM.pm (notation_name): New attribute. |
| 43 |
|
|
| 44 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
| 46 |
|
* NanoDOM.pm (public_id, system_id): New attributes.a |
| 47 |
|
|
| 48 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
|
| 50 |
|
* NanoDOM.pm (text_content): Moved to Node from Element. Setter |
| 51 |
|
implemented. |
| 52 |
|
(allowed_tokens, default_type, declared_type): Implemented. |
| 53 |
|
|
| 54 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
| 55 |
|
|
| 56 |
|
* NanoDOM.pm (node_name): New attribute. |
| 57 |
|
(ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New |
| 58 |
|
constants. |
| 59 |
|
(create_element_type_definition_node, create_attribute_definition, |
| 60 |
|
create_notation, create_general_entity, |
| 61 |
|
get_element_type_definition_node, |
| 62 |
|
set_element_type_definition_node, get_general_entity_node, |
| 63 |
|
set_general_entity_node, get_notation_node, set_notation_node, |
| 64 |
|
get_attribute_definition_node, set_attribute_definition_node): New |
| 65 |
|
methods. |
| 66 |
|
(element_types, entities, notations, attribute_definitions): New |
| 67 |
|
attributes. |
| 68 |
|
(DocumentType): Support for child nodes, entities, notations, and |
| 69 |
|
element types. |
| 70 |
|
(Entity, Notation, ElementTypeDefinition, AttributeDefinition): |
| 71 |
|
New classes. |
| 72 |
|
|
| 73 |
|
* Dumper.pm: Support for general entities, notations, element type |
| 74 |
|
definitions, and attribute definitions. |
| 75 |
|
|
| 76 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
| 77 |
|
|
| 78 |
|
* NanoDOM.pm (create_processing_instruction): New method. |
| 79 |
|
(xml_version, xml_encoding, xml_standalone): New attributes. |
| 80 |
|
(ProcessingInstruction): New class. |
| 81 |
|
|
| 82 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
| 83 |
|
|
| 84 |
|
* HTML.pm.src: Handling of end tags in the foreign content |
| 85 |
|
insertion mode was partially wrong, because of wrong bit |
| 86 |
|
operations. |
| 87 |
|
|
| 88 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
| 89 |
|
|
| 90 |
|
* NanoDOM.pm (dom_config): New attribute (do nothing), for |
| 91 |
|
Whatpm::XML::Parser support. |
| 92 |
|
|
| 93 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
| 94 |
|
|
| 95 |
|
* Makefile: New rule to make HTML/Tokenizer.pm is added. |
| 96 |
|
|
| 97 |
|
* HTML.pm.src: Tokenizer part moved to another file. |
| 98 |
|
|
| 99 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
| 100 |
|
|
| 101 |
|
* HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|. |
| 102 |
|
|
| 103 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
| 104 |
|
|
| 105 |
|
* HTML.pm.src: Element category constants redefined. |
| 106 |
|
|
| 107 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
| 108 |
|
|
| 109 |
|
* HTML.pm.src: Steps for CDATA/RCDATA elements in tree |
| 110 |
|
construction stage synced with the spec (HTML5 revisions 2139 and |
| 111 |
|
2302). |
| 112 |
|
|
| 113 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
| 114 |
|
|
| 115 |
|
* ContentChecker.pm: New error level "html5_fact" added, which |
| 116 |
|
should be tentatively used until all of requirements are properly |
| 117 |
|
specced as RFC 2119 "MUST" in HTML5. |
| 118 |
|
|
| 119 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
| 120 |
|
|
| 121 |
|
* ContentChecker.pod: Note on internal flags is added. |
| 122 |
|
|
| 123 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
| 124 |
|
|
| 125 |
|
* HTML.pm.src: An AAA bug fixed. |
| 126 |
|
|
| 127 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 128 |
|
|
| 129 |
|
* HTML.pm.src: If another node is inserted by the parser, don't |
| 130 |
|
reuse existing Text node to append a character (HTML5 revision |
| 131 |
|
2124). |
| 132 |
|
|
| 133 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 134 |
|
|
| 135 |
|
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |
| 136 |
|
revisions 1731 and 2128). |
| 137 |
|
|
| 138 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 139 |
|
|
| 140 |
|
* HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837). |
| 141 |
|
Support for end tags of camelCase SVG elements were broken. A |
| 142 |
|
wrong error type text fixed. |
| 143 |
|
|
| 144 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 145 |
|
|
| 146 |
* HTML.pm.src: Drop redundant code (HTML5 revision 1731). |
* HTML.pm.src: Drop redundant code (HTML5 revision 1731). |