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