1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
4 |
|
work (HTML5 revision 1690). |
5 |
|
|
6 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
9 |
|
end tags in head insertion modes (HTML5 revision 1686). |
10 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
11 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
12 |
|
|
13 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
16 |
|
|parse_byte_stream|. |
17 |
|
(parse_byte_stream): New method. |
18 |
|
|
19 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
* HTML.pm.src (parse_byte_string): Fix the column number reported |
* HTML.pm.src (parse_byte_string): Fix the column number reported |