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