1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5 |
4 |
|
revision 2094). |
5 |
|
|
6 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentType.pm: Support for image/svg+xml (HTML5 revision 2096). |
9 |
|
|
10 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src: '"' and "'" at the end of attribute |
13 |
|
name (after another attribute) now raise parse error (HTML5 |
14 |
|
revision 2123). Empty unquoted attribute values are no |
15 |
|
longer allowed (HTML5 revision 2122). |
16 |
|
|
17 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5 |
20 |
|
revision 2130). |
21 |
|
|
22 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentChecker.pm: |xml:lang| attribute value must be same |
25 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
26 |
|
and so on). |
27 |
|
|
28 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm: Error level definition for |xml_id_error| |
31 |
|
was missing. |
32 |
|
|
33 |
|
* URIChecker.pm: The end of the URL should be marked as the |
34 |
|
error location for an empty path error. The position |
35 |
|
between the userinfo and the port components should be |
36 |
|
marked as the error location for an empty host error. |
37 |
|
|
38 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* URIChecker.pm: Set parameters representing where in the |
41 |
|
value the error occurs for errors. Report unknown |
42 |
|
address format error in warning level, since address |
43 |
|
formats are rarely added. Path segments starting with "/.." |
44 |
|
were misinterpreted as a dot-segment. |
45 |
|
|
46 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* URIChecker.pm (check_iri_reference): Requires |
49 |
|
|Message::DOM::DOMImplementation|. |
50 |
|
|
51 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* IMTChecker.pm: Updated for the new error reporting architecture. |
54 |
|
|
55 |
|
* ContentChecker.pm: Error levels for IMTs are added. |
56 |
|
|
57 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* H2H.pm (_shift_token): Support for unquoted HTML attribute |
60 |
|
values. |
61 |
|
|
62 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* CacheManifest.pm: Support for new style of error |
* CacheManifest.pm: Support for new style of error |