1 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_char_stream): New method. |
4 |
|
(parse_char_string): This method is now defined as an invocation |
5 |
|
of the |parse_char_stream| method. |
6 |
|
|
7 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src (parse_byte_string): Report various status |
10 |
|
of the sniffing as info-level errors. Support for new |
11 |
|
decoding framework in parser resestting. |
12 |
|
(new): Various default error levels were not set. |
13 |
|
|
14 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
17 |
|
algorithm, except for the actual sniffing, is implemented |
18 |
|
with new framework with Message::Charset::Info. |
19 |
|
|
20 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
23 |
|
URIs in fallback section (HTML5 revision 1596). |
24 |
|
|
25 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Makefile (Entities.html): URI has changed. |
28 |
|
|
29 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
32 |
|
1553). |
33 |
|
|
34 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
37 |
|
no longer table elements, but table objects returned |
38 |
|
by Whatpm::HTMLTable. |
39 |
|
|
40 |
|
* HTMLTable.pm (form_table): Return table element node |
41 |
|
as |$table->{element}|. |
42 |
|
(assign_header): Support for the |headers=""| attribute. |
43 |
|
|
44 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTMLTable.pm (assign_header): New function; first version |
47 |
|
with no support for headers="". |
48 |
|
(form_table): Include table width and height to the returned |
49 |
|
table object for covenience. Indexing in column assignement was wrong. |
50 |
|
Set whether a data cell is empty or not for convenience. |
51 |
|
|
52 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
55 |
|
|
56 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTMLTable.pm: How table model errors are detected is |
59 |
|
changed (HTML5 revision 1387). |
60 |
|
|
61 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
* HTMLTable.pm: The algorithm now moves |tfoot| elements |