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