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