1 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
4 |
|
type in list context. |
5 |
|
|
6 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentType.pm: Sniffing with leading white space |
9 |
|
ignoring (HTML5 revisions 1013 and 1016). |
10 |
|
|
11 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
14 |
|
white spaces, are implemented. |
15 |
|
|
16 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
19 |
|
attribute if possible. |
20 |
|
|
21 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src (parse_byte_string): New method. |
24 |
|
(parse_char_string): New alias for |parse_string|. |
25 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
26 |
|
|
27 |
|
* HTML.pod: Updated. |
28 |
|
|
29 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pod (get_inner_html): Removed. |
32 |
|
|
33 |
|
* Makefile (HTML-all, HTML-clean): New. |
34 |
|
|
35 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
38 |
|
|
39 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
42 |
|
|
43 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Makefile: |CacheManifest.html| is added. |
46 |
|
|
47 |
|
* CacheManifest.pod: New file. |
48 |
|
|
49 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* CacheManifest.pm: New module. |
52 |
|
|
53 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: Support for application cache selection algorithm |
56 |
|
callback. |
57 |
|
|
58 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
61 |
|
|
62 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Makefile (clean): New rule. |
65 |
|
|
66 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
67 |
|
|
68 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
71 |
|
|
72 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* ContentChecker.pm (check_document): Support for |
75 |
|
new |is_xml_root| flag. |
76 |
|
(check_element): Support for new |pluses| state. |
77 |
|
(_add_pluses): New method. |
78 |
|
(_remove_minuses): Support for new |minus| item. |
79 |
|
|
80 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* ContentChecker.pm: Raise specific error for invalid |
83 |
|
root element. |
84 |
|
|
85 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* ContentChecker.pm: Set level values for later uses. |
88 |
|
|
89 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* ContentChecker.pm: Support for language tag validation. |
92 |
|
|
93 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
96 |
|
|
97 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* LangTag.pm: New module. |
100 |
|
|
101 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm.src: Some error types were wrong. |
104 |
|
|
105 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* CSS/: New directory. |
108 |
|
|
109 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* ContentChecker.pm (_check_get_children): Support |
112 |
|
for |noscript| in |head|. |
113 |
|
|
114 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* URI/: New directory. |
117 |
|
|
118 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
121 |
|
number. |
122 |
|
|
123 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
126 |
|
by |&|s. |
127 |
|
|
128 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm.src: Token types are now represented in number. |
131 |
|
|
132 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* ContentType.pm (SEE ALSO): Updated. |
135 |
|
|
136 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
137 |
|
|
138 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
141 |
|
999) is implemented. |
142 |
|
|
143 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
146 |
|
983) is implemented. |
147 |
|
|
148 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* ContentChecker.pod: New documentation. |
151 |
|
|
152 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
153 |
|
|
154 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
155 |
|
|
156 |
|
* NanoDOM.pm ($VERSION): New variable. |
157 |
|
|
158 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
161 |
|
list of allowed HTML elements. |
162 |
|
|
163 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* H2H.pm: |samp| is added to the list of allowed |
166 |
|
HTML elements. |
167 |
|
|
168 |
|
* URIChecker.pm (check_iri): New. |
169 |
|
(check_iri_reference): Error type for IRI reference |
170 |
|
syntax error is changed. |
171 |
|
|
172 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
175 |
|
is added. |
176 |
|
(check_document): Load appropriate module before validation. |
177 |
|
|
178 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* ContentChecker/: New directory. |
181 |
|
|
182 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
185 |
|
|
186 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
187 |
|
|
188 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* ContentChecker.pm (check_document): Return value |
191 |
|
even if no document element is found. |
192 |
|
|
193 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
196 |
|
|
197 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
200 |
|
|
201 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* HTML.pm.src: The "trailing end" insertion mode |
204 |
|
is split into "after html body" and "after html frameset" |
205 |
|
insertion modes. Their codes are merged with "after body" |
206 |
|
and "after frameset" codes. |$previous_insertion_mode| |
207 |
|
has been removed. "after frameset" code is |
208 |
|
merged with "in frameset" code. |
209 |
|
|
210 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* HTML.pm.src: The "before head" insertion mode is |
213 |
|
merged with the "in head" insertion mode. |
214 |
|
|
215 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
218 |
|
reorganized. |
219 |
|
|
220 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
223 |
|
are merged. |
224 |
|
|
225 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
228 |
|
with "in table" insertion mode. |
229 |
|
|
230 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
233 |
|
modes are merged. |
234 |
|
|
235 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
238 |
|
insertion mode! |
239 |
|
|
240 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
243 |
|
now directly invoke the handler. |
244 |
|
|
245 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
248 |
|
is merged to the "in body" insertion mode code. |
249 |
|
|
250 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
253 |
|
insertion modes are merged. |
254 |
|
|
255 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
258 |
|
|
259 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
262 |
|
instead of string constant for |{content_model_flag}|. |
263 |
|
|
264 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* HTML.pm.src: Add the name of the attribute |
267 |
|
to the "duplicate attribute" error. |
268 |
|
|
269 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* ContentChecker.pm: Return the |class| node list. |
272 |
|
|
273 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* ContentChecker.pm: Return the |id| node list. |
276 |
|
|
277 |
|
* HTML.pm.src: A typo is fixed. |
278 |
|
|
279 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
282 |
|
from "in HTML:xml:lang" error. Character position |
283 |
|
is now the last part of the error type in the URI error |
284 |
|
description. Report "unsupported" status for language |
285 |
|
tags, media queries, script codes, and style sheets. |
286 |
|
|
287 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* ContentChecker.pm: Report error if |xml:lang| |
290 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
291 |
|
in XML. |
292 |
|
|
293 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
294 |
|
|
295 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
|
* HTML.pm.src: The character immediately following |
298 |
|
a bare |hcro| was discarded. Fix handling of |
299 |
|
entity references in attribute values. |
300 |
|
|
301 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* HTML.pm.src (main and trailin end phases): Token |
304 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
305 |
|
factored out. Error types |in html:#DOCTYPE| |
306 |
|
and |after html:#DOCTYPE| are merged |
307 |
|
into |DOCTYPE in the middle|. |</frameset>| |
308 |
|
in fragment parsing mode changed the |
309 |
|
insertion mode. |
310 |
|
|
311 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
313 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
314 |
|
phase is now an insertion mode. Treatments for white |
315 |
|
space character tokens were incorrect for some |
316 |
|
insertion modes. An old |meta| case was not removed. |
317 |
|
|
318 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* HTML.pm.src: |meta| charset declaration extraction |
321 |
|
implemented (but changing the encoding is not yet:-). |
322 |
|
|
323 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* Charset/: New directory. |
326 |
|
|
327 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* H2H.pm: New Perl module (created from |
330 |
|
manakai's H2H.dis). |
331 |
|
|
332 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* XMLSerializer.pm: New Perl module (created from |
335 |
|
manakai's SimpleLS.dis). |
336 |
|
|
337 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
340 |
|
|
341 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* HTML.pm.src: Report correct error message |
344 |
|
for |<body></div></body>|. |
345 |
|
|
346 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
347 |
|
|
348 |
|
* HTMLTable.pm: An error description was incorrect. |
349 |
|
|
350 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* ContentChecker.pm: Return |{term}| list. |
353 |
|
|
354 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
356 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
357 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
358 |
|
and <title> outside of head). |
359 |
|
|
360 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
362 |
* IMTChecker.pm: Report warning for unregistered |
* IMTChecker.pm: Report warning for unregistered |