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