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