1 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
4 |
|
|
5 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTMLTable.pm: How table model errors are detected is |
8 |
|
changed (HTML5 revision 1387). |
9 |
|
|
10 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
13 |
|
to the end of the table (HTML5 revision 1380). |
14 |
|
|
15 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
18 |
|
of 1-based (HTML5 revision 1376). |
19 |
|
|
20 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
23 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
24 |
|
revision 1288). |
25 |
|
|
26 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
29 |
|
1282). |
30 |
|
|
31 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ContentChecker.pm: Support for global attributes. |
34 |
|
Status of XML specs are added. |
35 |
|
|
36 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
39 |
|
and |ref=""| attribute (referent element type checking). |
40 |
|
|
41 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* CacheManifest.pm (_parse): New same origin definition |
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
44 |
is defined (except for IDNA part and URI-scheme-specific |
1500) is implemented (except for IDNA part and URI-scheme-specific |
45 |
knowledge). Line number counting was wrong for LF-only |
knowledge). Line number counting was wrong for LF-only |
46 |
documents. |
documents. |
47 |
|
|