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> |
20 |
|
|
21 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
22 |
|
by encoding layer error reporter. |
23 |
|
|
24 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
27 |
|
rather than converting the whole byte string and then parsing. |
28 |
|
Propagate errors in character encoding layer. |
29 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
30 |
|
|
31 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src (parse_char_stream): New method. |
34 |
|
(parse_char_string): This method is now defined as an invocation |
35 |
|
of the |parse_char_stream| method. |
36 |
|
|
37 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src (parse_byte_string): Report various status |
40 |
|
of the sniffing as info-level errors. Support for new |
41 |
|
decoding framework in parser resestting. |
42 |
|
(new): Various default error levels were not set. |
43 |
|
|
44 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
47 |
|
algorithm, except for the actual sniffing, is implemented |
48 |
|
with new framework with Message::Charset::Info. |
49 |
|
|
50 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
53 |
|
URIs in fallback section (HTML5 revision 1596). |
54 |
|
|
55 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Makefile (Entities.html): URI has changed. |
58 |
|
|
59 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
62 |
|
1553). |
63 |
|
|
64 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
67 |
|
no longer table elements, but table objects returned |
68 |
|
by Whatpm::HTMLTable. |
69 |
|
|
70 |
|
* HTMLTable.pm (form_table): Return table element node |
71 |
|
as |$table->{element}|. |
72 |
|
(assign_header): Support for the |headers=""| attribute. |
73 |
|
|
74 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTMLTable.pm (assign_header): New function; first version |
77 |
|
with no support for headers="". |
78 |
|
(form_table): Include table width and height to the returned |
79 |
|
table object for covenience. Indexing in column assignement was wrong. |
80 |
|
Set whether a data cell is empty or not for convenience. |
81 |
|
|
82 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
85 |
|
|
86 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTMLTable.pm: How table model errors are detected is |
89 |
|
changed (HTML5 revision 1387). |
90 |
|
|
91 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
* HTMLTable.pm: The algorithm now moves |tfoot| elements |