1 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
4 |
revision 1115). |
5 |
|
6 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
9 |
revision 1115). |
10 |
|
11 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
14 |
|
15 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
18 |
|
19 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
22 |
revision 1085). |
23 |
|
24 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
27 |
and |html:rule| elements. |
28 |
|
29 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* Atom.pm (atom:link@title): Definition was missing. |
32 |
|
33 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* Atom.pm (hreflang): Checker is implemented. |
36 |
(AtomDateConstruct): Checking for content is implemented. |
37 |
|
38 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* HTML.pm: Support for language tag validation. |
41 |
|
42 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
45 |
elenments are changed as per HTML5 revision 1018. |
46 |
|
47 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* HTML.pm: Raise new errors if |base| is following |
50 |
URI attributes or hyperlink attributes. |
51 |
|
52 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
53 |
|
54 |
* HTML.pm: Support for |noscript| in |head|. Make an |
55 |
error for |noscript| in XML document. |
56 |
|
57 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
58 |
|
59 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
60 |
value are changed for the ease of error message catalog |
61 |
lookup. |
62 |
|
63 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* Atom.pm: |link|-related checks are added; |type| |
66 |
media type checks are added. |hreflang| now warns |
67 |
as unimplemented. |
68 |
|
69 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* Atom.pm: Checker for all elements are defined (with |
72 |
a number of "TODO"s). |
73 |
|
74 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
75 |
|
76 |
* Atom.pm: New Perl module. |
77 |
|
78 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
79 |
|
80 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
81 |
|
82 |
* ChangeLog: New file. |