1 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
4 |
|
5 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* Atom.pm: Support for |<content type=html>| content |
8 |
checking. |
9 |
|
10 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* Atom.pm: Support for |author| for |feed| checking. |
13 |
|
14 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* Atom.pm: Support for |author| for |entry| checking. |
17 |
|
18 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* HTML.pm: Some attribute level definitions were missing. |
21 |
|
22 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
25 |
|
26 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* HTML.pm: |contenteditable| attribute support is now implemented. |
29 |
|
30 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
31 |
|
32 |
* HTML.pm: Known but not-implemented-yet attributes were not |
33 |
warned. |
34 |
|
35 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* HTML.pm: Status information from old specifications |
38 |
are incorporated. |
39 |
|
40 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* Atom.pm: Reimplemented. |
43 |
|
44 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
47 |
Raise an error if |area| is not a descendant of |map|. |
48 |
|
49 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* HTML.pm: Sectioning root category added. |blockquote| |
52 |
is no longer a sectioning content. |
53 |
|
54 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
57 |
revision 1250). |
58 |
|
59 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
62 |
since the spec itself is frankensteinesque:-); note that though |
63 |
it is weired spec from the today's viewpoint, it is still |
64 |
better-written spec than any W3C (Candidate or Proposed or full) |
65 |
Recommendation, sadly. |
66 |
|
67 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
70 |
from XHTML M12N 1.0 are reflected in |status| field. |
71 |
|
72 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
73 |
|
74 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
75 |
Don't raise "not defined" errors; they are now raised according |
76 |
to status flags. Status flags of li/@value, ol/@start, and menu |
77 |
are now non-deprecated, to avoid deprecated error message. |
78 |
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
79 |
according to HTML4. |
80 |
|
81 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
82 |
|
83 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
84 |
Add |reversed| to |ol| (HTML5 revision 1248). |
85 |
|
86 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
87 |
|
88 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
89 |
|
90 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
93 |
Raise not-part-of-HTML5 error for |acronym|. |
94 |
|
95 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* HTML.pm: HTML5 attribute status added. |
98 |
|
99 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
100 |
|
101 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
102 |
info are not added yet). Make element or attribute not defined |
103 |
by HTML5 spec as a conformance error (though it is not clearly |
104 |
defined by HTML5 spec as non-conforming). Note that more work |
105 |
is needed for non-standard attribute thing, since the current |
106 |
implementation prevents non-standard attribute from being |
107 |
syntactically checked (otherwise it is treated as if a |
108 |
standard attribute). |
109 |
|
110 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
112 |
* HTML.pm: Standardized status attributes are added. |
113 |
|
114 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
115 |
|
116 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
117 |
as usual. |
118 |
|
119 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
120 |
|
121 |
* HTML.pm: Updated for |del|-and-significant problem. |
122 |
|
123 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
124 |
|
125 |
* HTML.pm (datagrid): Condition was incorrect. |
126 |
|
127 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
128 |
|
129 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
130 |
change state when a transparent element is encountered. |
131 |
(details check): Reimplemented. |
132 |
|
133 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* HTML.pm (object check_end): Don't check significant content |
136 |
if the element is used as a transparent element. |
137 |
(video check): Reimplemented. |
138 |
|
139 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
140 |
|
141 |
* HTML.pm: |figure| content checker reimplemented. |object| |
142 |
content checker for root element case reimplemented. |
143 |
|
144 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* HTML.pm: Revised. |
147 |
|
148 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* HTML.pm (object): Implemented (with some bug on transparentness |
151 |
handling). |
152 |
|
153 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
154 |
|
155 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
156 |
|
157 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
158 |
|
159 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
160 |
the conformance checker cannot examine the semantics of the |
161 |
image). |
162 |
|
163 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
164 |
|
165 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
166 |
was missing from |$HTMLInteractiveContent|. |
167 |
(a): Use new |$HTMLInteractiveContent| in place |
168 |
of |$HTMLIntetractiveElements|. |
169 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
170 |
of |$HTMLStrictlyInlineChecker|. |
171 |
|
172 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* HTML.pm (figure): Implemented. |
175 |
(video, audio): In no-parent-element case with |src| attribute, |
176 |
the content model is now prose content. |
177 |
|
178 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
179 |
|
180 |
* HTML.pm (noscript): Reimplemented. |
181 |
|
182 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
183 |
|
184 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
185 |
1180). |
186 |
|
187 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
188 |
|
189 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
190 |
now requires prose content. |
191 |
|
192 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
193 |
|
194 |
* HTML.pm: Error messages revised. |
195 |
|
196 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
197 |
|
198 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
199 |
|
200 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
201 |
|
202 |
* HTML.pm (<style>): CSS validation code removed; instead, |
203 |
it does invoke subdoc callback to ask to the callee to validate |
204 |
the style sheet separately. |
205 |
|
206 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
207 |
|
208 |
* HTML.pm (<style>): Initial version of CSS validation support. |
209 |
|
210 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
211 |
|
212 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
213 |
|
214 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
215 |
|
216 |
* HTML.pm: Support for checking for significant content (HTML5 |
217 |
revision 1114). Note that the current implementation has |
218 |
an issue on treatment for transparent or semi-transparent |
219 |
elements. |
220 |
|
221 |
* Atom.pm: Support for significant content checking (for composed |
222 |
HTML-Atom documents). |
223 |
|
224 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
225 |
|
226 |
* HTML.pm (header): Descendant constraint is redefined by |
227 |
new todo item type |descendant|. |
228 |
|
229 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
230 |
|
231 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
232 |
(nest/@mode): Definition was wrong. |
233 |
($HTMLSelectorsAttrChecker): New. |
234 |
|
235 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
236 |
|
237 |
* HTML.pm (meta): Character references in |charset| attribute |
238 |
values are now erred. |
239 |
|
240 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
241 |
|
242 |
* HTML.pm (meta): |charset| value tests implemented. |
243 |
|
244 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
245 |
|
246 |
* HTML.pm: Raise bad-context error for proposed link types. |
247 |
|
248 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
249 |
|
250 |
* HTML.pm: Specialized error for old charset syntax. |
251 |
|
252 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
253 |
|
254 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
255 |
|
256 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
257 |
|
258 |
* HTML.pm: Allow <html manifest=URI>. |
259 |
|
260 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
261 |
|
262 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
263 |
revision 1115). |
264 |
|
265 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
266 |
|
267 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
268 |
revision 1115). |
269 |
|
270 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
271 |
|
272 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
273 |
|
274 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
275 |
|
276 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
277 |
|
278 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
279 |
|
280 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
281 |
revision 1085). |
282 |
|
283 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
284 |
|
285 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
286 |
and |html:rule| elements. |
287 |
|
288 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
289 |
|
290 |
* Atom.pm (atom:link@title): Definition was missing. |
291 |
|
292 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
293 |
|
294 |
* Atom.pm (hreflang): Checker is implemented. |
295 |
(AtomDateConstruct): Checking for content is implemented. |
296 |
|
297 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
298 |
|
299 |
* HTML.pm: Support for language tag validation. |
300 |
|
301 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
302 |
|
303 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
304 |
elenments are changed as per HTML5 revision 1018. |
305 |
|
306 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
307 |
|
308 |
* HTML.pm: Raise new errors if |base| is following |
309 |
URI attributes or hyperlink attributes. |
310 |
|
311 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
312 |
|
313 |
* HTML.pm: Support for |noscript| in |head|. Make an |
314 |
error for |noscript| in XML document. |
315 |
|
316 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
317 |
|
318 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
319 |
value are changed for the ease of error message catalog |
320 |
lookup. |
321 |
|
322 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
323 |
|
324 |
* Atom.pm: |link|-related checks are added; |type| |
325 |
media type checks are added. |hreflang| now warns |
326 |
as unimplemented. |
327 |
|
328 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
329 |
|
330 |
* Atom.pm: Checker for all elements are defined (with |
331 |
a number of "TODO"s). |
332 |
|
333 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
334 |
|
335 |
* Atom.pm: New Perl module. |
336 |
|
337 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
338 |
|
339 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
340 |
|
341 |
* ChangeLog: New file. |