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