1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
4 |
|
revision 1674). |
5 |
|
|
6 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
9 |
|
revision 1676). |
10 |
|
|
11 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
14 |
|
quriks mode detection (HTML5 revision 1679). |
15 |
|
|
16 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
19 |
|
revision 1685). |
20 |
|
|
21 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
24 |
|
revision 1684). |
25 |
|
|
26 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
29 |
|
work (HTML5 revision 1690). |
30 |
|
|
31 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
34 |
|
end tags in head insertion modes (HTML5 revision 1686). |
35 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
36 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
37 |
|
|
38 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
41 |
|
|parse_byte_stream|. |
42 |
|
(parse_byte_stream): New method. |
43 |
|
|
44 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
47 |
|
by encoding layer error reporter. |
48 |
|
|
49 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
52 |
|
rather than converting the whole byte string and then parsing. |
53 |
|
Propagate errors in character encoding layer. |
54 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
55 |
|
|
56 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src (parse_char_stream): New method. |
59 |
|
(parse_char_string): This method is now defined as an invocation |
60 |
|
of the |parse_char_stream| method. |
61 |
|
|
62 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm.src (parse_byte_string): Report various status |
65 |
|
of the sniffing as info-level errors. Support for new |
66 |
|
decoding framework in parser resestting. |
67 |
|
(new): Various default error levels were not set. |
68 |
|
|
69 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
72 |
|
algorithm, except for the actual sniffing, is implemented |
73 |
|
with new framework with Message::Charset::Info. |
74 |
|
|
75 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
78 |
|
URIs in fallback section (HTML5 revision 1596). |
79 |
|
|
80 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Makefile (Entities.html): URI has changed. |
83 |
|
|
84 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |