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