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