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> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |