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