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> |
34 |
|
|
35 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
36 |
|
of 1-based (HTML5 revision 1376). |
37 |
|
|
38 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
41 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
42 |
|
revision 1288). |
43 |
|
|
44 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
47 |
|
1282). |
48 |
|
|
49 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* ContentChecker.pm: Support for global attributes. |
52 |
|
Status of XML specs are added. |
53 |
|
|
54 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
57 |
|
and |ref=""| attribute (referent element type checking). |
58 |
|
|
59 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* CacheManifest.pm (_parse): New same origin definition |
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
62 |
is defined (except for IDNA part and URI-scheme-specific |
1500) is implemented (except for IDNA part and URI-scheme-specific |
63 |
knowledge). Line number counting was wrong for LF-only |
knowledge). Line number counting was wrong for LF-only |
64 |
documents. |
documents. |
65 |
|
|