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