1 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (set_inner_html): The fragment parsing algorithm |
4 |
|
inherits the document quirksness flag of the main document (HTML5 |
5 |
|
revision 2935). |
6 |
|
|
7 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src (_tree_construction_main): Put |table| in |p| in |
10 |
|
quirks mode (The Hixie Quirk, HTML5 revision 3132). |
11 |
|
|
12 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: <kegten> breaks out of <select> (HTML5 revision |
15 |
|
3163). |
16 |
|
|
17 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Don't change encoding to UTF-8 if the input |
20 |
|
encoding is UTF-16 (HTML5 revision 3204). |
21 |
|
|
22 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src (parse_byte_stream): Don't change to another |
25 |
|
encoding if the input is UTF-16 (HTML5 revision 3205). |
26 |
|
|
27 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src: |isindex| should no longer generate |p| element |
30 |
|
node (HTML5 revision 3236). |
31 |
|
|
32 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm: Introduced new flag |has_autofocus|. Added |
35 |
|
support for new |id_type| value of |any|, which means any kind of |
36 |
|
element is allowed as a referenced element. |
37 |
|
|
38 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ContentChecker.pm: Introduced |check_attrs2| method for the ease |
41 |
|
of defining codes for checking required attribute and as such. |
42 |
|
|
43 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* IMTChecker.pm: Added more definitions for subtypes. |
46 |
|
|
47 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* URIChecker.pm: Some of |pos_end| values were wrong. |
50 |
|
|
51 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* ContentChecker.pm (check_element): Added support for "no |
54 |
|
referenced datalist" error. |
55 |
|
|
56 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* URIChecker.pm: Bug fix: It did not work unless |
59 |
|
Message::DOM::DOMImplementation has been |require|d. |
60 |
|
|
61 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* NanoDOM.pm (document_uri): New attribute. |
64 |
|
|
65 |
|
* ContentChecker.pm: Don't use methods not implemented by NanoDOM. |
66 |
|
|
67 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* NanoDOM.pm (text_content): Don't create a Text node if the new |
70 |
|
value is empty. |
71 |
|
|
72 |
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* SWML/: New directory. |
75 |
|
|
76 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* NanoDOM.pm (specified, all_declarations_processed, |
79 |
|
manakai_attribute_type): New attributes. |
80 |
|
|
81 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty |
84 |
|
array. |
85 |
|
|
86 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* NanoDOM.pm (notation_name): New attribute. |
89 |
|
|
90 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* NanoDOM.pm (public_id, system_id): New attributes.a |
93 |
|
|
94 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* NanoDOM.pm (text_content): Moved to Node from Element. Setter |
97 |
|
implemented. |
98 |
|
(allowed_tokens, default_type, declared_type): Implemented. |
99 |
|
|
100 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* NanoDOM.pm (node_name): New attribute. |
103 |
|
(ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New |
104 |
|
constants. |
105 |
|
(create_element_type_definition_node, create_attribute_definition, |
106 |
|
create_notation, create_general_entity, |
107 |
|
get_element_type_definition_node, |
108 |
|
set_element_type_definition_node, get_general_entity_node, |
109 |
|
set_general_entity_node, get_notation_node, set_notation_node, |
110 |
|
get_attribute_definition_node, set_attribute_definition_node): New |
111 |
|
methods. |
112 |
|
(element_types, entities, notations, attribute_definitions): New |
113 |
|
attributes. |
114 |
|
(DocumentType): Support for child nodes, entities, notations, and |
115 |
|
element types. |
116 |
|
(Entity, Notation, ElementTypeDefinition, AttributeDefinition): |
117 |
|
New classes. |
118 |
|
|
119 |
|
* Dumper.pm: Support for general entities, notations, element type |
120 |
|
definitions, and attribute definitions. |
121 |
|
|
122 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* NanoDOM.pm (create_processing_instruction): New method. |
125 |
|
(xml_version, xml_encoding, xml_standalone): New attributes. |
126 |
|
(ProcessingInstruction): New class. |
127 |
|
|
128 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm.src: Handling of end tags in the foreign content |
131 |
|
insertion mode was partially wrong, because of wrong bit |
132 |
|
operations. |
133 |
|
|
134 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* NanoDOM.pm (dom_config): New attribute (do nothing), for |
137 |
|
Whatpm::XML::Parser support. |
138 |
|
|
139 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* Makefile: New rule to make HTML/Tokenizer.pm is added. |
142 |
|
|
143 |
|
* HTML.pm.src: Tokenizer part moved to another file. |
144 |
|
|
145 |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
* HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|. |
* HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|. |