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