1 |
|
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Ignore punctuations in charset names. |
4 |
|
|
5 |
|
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* ContentChecker.pm: Support for charset-layer error levels. |
8 |
|
|
9 |
|
* HTML.pm.src: Don't specify |text| argument for the |
10 |
|
|chardecode:fallback| error, since it is not the encoding |
11 |
|
being used alternatively. |
12 |
|
|
13 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141). |
16 |
|
|
17 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CacheManifest.pm: Support for extensibility (HTML5 revision 2051). |
20 |
|
|
21 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: Bug fix and sync with the spec with regard |
24 |
|
to after after frameset insertion mode processing (HTML5 |
25 |
|
revision 1909). Note that the implementation was wrong |
26 |
|
per the old spec before the r1909 changes. |
27 |
|
|
28 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTMLTable.pm: scope=auto algorithm fix synced with the |
31 |
|
spec (HTML5 revision 2093). |
32 |
|
($process_row): Algorithm step numbers synced with the |
33 |
|
spec (HTML5 revision 2092). |
34 |
|
|
35 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5 |
38 |
|
revision 2094). |
39 |
|
|
40 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentType.pm: Support for image/svg+xml (HTML5 revision 2096). |
43 |
|
|
44 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
* HTML.pm.src: '"' and "'" at the end of attribute |
* HTML.pm.src: '"' and "'" at the end of attribute |