1 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
4 |
|
specced in RFC 2046 and RFC 4288. |
5 |
|
(application/atom+xml): Definition added. |
6 |
|
|
7 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
10 |
|
warnings (rather than SHOULD-level errors). |
11 |
|
|
12 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
15 |
|
|
16 |
|
* HTML.pm.src: A flag for character references in attribute |
17 |
|
values are added. Set |manakai_has_reference| user data |
18 |
|
to |charset| attribute. |
19 |
|
|
20 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
23 |
|
attributes. |
24 |
|
|
25 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
26 |
|
cannot be tested. |
27 |
|
|
28 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
31 |
|
by universalchardet if charset parameter is not specified. |
32 |
|
|
33 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
34 |
|
|
35 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm (check_document): Check the existence |
38 |
|
of character encoding declaration and selection of encoding |
39 |
|
for HTML document. |
40 |
|
|
41 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
44 |
|
type in list context. |
45 |
|
|
46 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* ContentType.pm: Sniffing with leading white space |
49 |
|
ignoring (HTML5 revisions 1013 and 1016). |
50 |
|
|
51 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
54 |
|
white spaces, are implemented. |
55 |
|
|
56 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
59 |
|
attribute if possible. |
60 |
|
|
61 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src (parse_byte_string): New method. |
64 |
|
(parse_char_string): New alias for |parse_string|. |
65 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
66 |
|
|
67 |
|
* HTML.pod: Updated. |
68 |
|
|
69 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pod (get_inner_html): Removed. |
72 |
|
|
73 |
|
* Makefile (HTML-all, HTML-clean): New. |
74 |
|
|
75 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
78 |
|
|
79 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
82 |
|
|
83 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Makefile: |CacheManifest.html| is added. |
86 |
|
|
87 |
|
* CacheManifest.pod: New file. |
88 |
|
|
89 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* CacheManifest.pm: New module. |
92 |
|
|
93 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm.src: Support for application cache selection algorithm |
96 |
|
callback. |
97 |
|
|
98 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
101 |
|
|
102 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Makefile (clean): New rule. |
105 |
|
|
106 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
107 |
|
|
108 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
111 |
|
|
112 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* ContentChecker.pm (check_document): Support for |
115 |
|
new |is_xml_root| flag. |
116 |
|
(check_element): Support for new |pluses| state. |
117 |
|
(_add_pluses): New method. |
118 |
|
(_remove_minuses): Support for new |minus| item. |
119 |
|
|
120 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* ContentChecker.pm: Raise specific error for invalid |
123 |
|
root element. |
124 |
|
|
125 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* ContentChecker.pm: Set level values for later uses. |
128 |
|
|
129 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* ContentChecker.pm: Support for language tag validation. |
132 |
|
|
133 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
136 |
|
|
137 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* LangTag.pm: New module. |
140 |
|
|
141 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* HTML.pm.src: Some error types were wrong. |
144 |
|
|
145 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* CSS/: New directory. |
148 |
|
|
149 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* ContentChecker.pm (_check_get_children): Support |
152 |
|
for |noscript| in |head|. |
153 |
|
|
154 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* URI/: New directory. |
157 |
|
|
158 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
161 |
|
number. |
162 |
|
|
163 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
166 |
|
by |&|s. |
167 |
|
|
168 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* HTML.pm.src: Token types are now represented in number. |
171 |
|
|
172 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* ContentType.pm (SEE ALSO): Updated. |
175 |
|
|
176 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
177 |
|
|
178 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
181 |
|
999) is implemented. |
182 |
|
|
183 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
186 |
|
983) is implemented. |
187 |
|
|
188 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* ContentChecker.pod: New documentation. |
191 |
|
|
192 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
193 |
|
|
194 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
195 |
|
|
196 |
|
* NanoDOM.pm ($VERSION): New variable. |
197 |
|
|
198 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
201 |
|
list of allowed HTML elements. |
202 |
|
|
203 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* H2H.pm: |samp| is added to the list of allowed |
206 |
|
HTML elements. |
207 |
|
|
208 |
|
* URIChecker.pm (check_iri): New. |
209 |
|
(check_iri_reference): Error type for IRI reference |
210 |
|
syntax error is changed. |
211 |
|
|
212 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
215 |
|
is added. |
216 |
|
(check_document): Load appropriate module before validation. |
217 |
|
|
218 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* ContentChecker/: New directory. |
221 |
|
|
222 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
225 |
|
|
226 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
227 |
|
|
228 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* ContentChecker.pm (check_document): Return value |
231 |
|
even if no document element is found. |
232 |
|
|
233 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
236 |
|
|
237 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
* HTML.pm.src: The |$in_body| code has been moved down. |
* HTML.pm.src: The |$in_body| code has been moved down. |