1 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
4 |
|
no longer table elements, but table objects returned |
5 |
|
by Whatpm::HTMLTable. |
6 |
|
|
7 |
|
* HTMLTable.pm (form_table): Return table element node |
8 |
|
as |$table->{element}|. |
9 |
|
(assign_header): Support for the |headers=""| attribute. |
10 |
|
|
11 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTMLTable.pm (assign_header): New function; first version |
14 |
|
with no support for headers="". |
15 |
|
(form_table): Include table width and height to the returned |
16 |
|
table object for covenience. Indexing in column assignement was wrong. |
17 |
|
Set whether a data cell is empty or not for convenience. |
18 |
|
|
19 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
22 |
|
|
23 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTMLTable.pm: How table model errors are detected is |
26 |
|
changed (HTML5 revision 1387). |
27 |
|
|
28 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
31 |
|
to the end of the table (HTML5 revision 1380). |
32 |
|
|
33 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |