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