1 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
4 |
|
URIs in fallback section (HTML5 revision 1596). |
5 |
|
|
6 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Makefile (Entities.html): URI has changed. |
9 |
|
|
10 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
13 |
|
1553). |
14 |
|
|
15 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
18 |
|
no longer table elements, but table objects returned |
19 |
|
by Whatpm::HTMLTable. |
20 |
|
|
21 |
|
* HTMLTable.pm (form_table): Return table element node |
22 |
|
as |$table->{element}|. |
23 |
|
(assign_header): Support for the |headers=""| attribute. |
24 |
|
|
25 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTMLTable.pm (assign_header): New function; first version |
28 |
|
with no support for headers="". |
29 |
|
(form_table): Include table width and height to the returned |
30 |
|
table object for covenience. Indexing in column assignement was wrong. |
31 |
|
Set whether a data cell is empty or not for convenience. |
32 |
|
|
33 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
36 |
|
|
37 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
* HTMLTable.pm: How table model errors are detected is |
* HTMLTable.pm: How table model errors are detected is |