1 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* NanoDOM.pm (text_content): Don't create a Text node if the new |
4 |
|
value is empty. |
5 |
|
|
6 |
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* SWML/: New directory. |
9 |
|
|
10 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* NanoDOM.pm (specified, all_declarations_processed, |
13 |
|
manakai_attribute_type): New attributes. |
14 |
|
|
15 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty |
18 |
|
array. |
19 |
|
|
20 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* NanoDOM.pm (notation_name): New attribute. |
23 |
|
|
24 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* NanoDOM.pm (public_id, system_id): New attributes.a |
27 |
|
|
28 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* NanoDOM.pm (text_content): Moved to Node from Element. Setter |
31 |
|
implemented. |
32 |
|
(allowed_tokens, default_type, declared_type): Implemented. |
33 |
|
|
34 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* NanoDOM.pm (node_name): New attribute. |
37 |
|
(ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New |
38 |
|
constants. |
39 |
|
(create_element_type_definition_node, create_attribute_definition, |
40 |
|
create_notation, create_general_entity, |
41 |
|
get_element_type_definition_node, |
42 |
|
set_element_type_definition_node, get_general_entity_node, |
43 |
|
set_general_entity_node, get_notation_node, set_notation_node, |
44 |
|
get_attribute_definition_node, set_attribute_definition_node): New |
45 |
|
methods. |
46 |
|
(element_types, entities, notations, attribute_definitions): New |
47 |
|
attributes. |
48 |
|
(DocumentType): Support for child nodes, entities, notations, and |
49 |
|
element types. |
50 |
|
(Entity, Notation, ElementTypeDefinition, AttributeDefinition): |
51 |
|
New classes. |
52 |
|
|
53 |
|
* Dumper.pm: Support for general entities, notations, element type |
54 |
|
definitions, and attribute definitions. |
55 |
|
|
56 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* NanoDOM.pm (create_processing_instruction): New method. |
59 |
|
(xml_version, xml_encoding, xml_standalone): New attributes. |
60 |
|
(ProcessingInstruction): New class. |
61 |
|
|
62 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm.src: Handling of end tags in the foreign content |
65 |
|
insertion mode was partially wrong, because of wrong bit |
66 |
|
operations. |
67 |
|
|
68 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* NanoDOM.pm (dom_config): New attribute (do nothing), for |
71 |
|
Whatpm::XML::Parser support. |
72 |
|
|
73 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* Makefile: New rule to make HTML/Tokenizer.pm is added. |
76 |
|
|
77 |
|
* HTML.pm.src: Tokenizer part moved to another file. |
78 |
|
|
79 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|. |
82 |
|
|
83 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm.src: Element category constants redefined. |
86 |
|
|
87 |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
* HTML.pm.src: Steps for CDATA/RCDATA elements in tree |
* HTML.pm.src: Steps for CDATA/RCDATA elements in tree |