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