1 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
4 |
no longer content model error (they might be raise |
5 |
table model error, however). All table model error |
6 |
parameters should propagate. |
7 |
|
8 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
9 |
|
10 |
* HTML.pm: Raise an error if a repeat* global attrbute |
11 |
is used for an HTML element. |
12 |
|
13 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
14 |
|
15 |
* HTML.pm: Support for global attributes. Status |
16 |
for XHTML2 elements/attributes are added. |
17 |
|
18 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* HTML.pm: Support for |repeat-start=""| attribute. |
21 |
|
22 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
25 |
|repeat-min=""|, and |repeat-max=""| attributes. |
26 |
Support for |button| |type| values |add|, |remove|, |move-up|, |
27 |
and |move-down|. |
28 |
|
29 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* HTML.pm: Support for |template=""|, |ref=""|, and |
32 |
|registrationmark=""| attributes. |
33 |
|
34 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
35 |
|
36 |
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
37 |
1511). |
38 |
|
39 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
42 |
revision 1495). Defined terms no longer have to be unique (HTML5 |
43 |
revision 1467). |
44 |
|
45 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
46 |
|
47 |
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
48 |
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
49 |
revision 1471) and an empty string is no longer allowed (HTML5 |
50 |
revision 1470). |
51 |
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
52 |
|
53 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
56 |
revision 1426). |
57 |
|
58 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* HTML.pm: Support for HTML custom data attributes (HTML5 |
61 |
revision 1399). |
62 |
|
63 |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
66 |
|
67 |
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
70 |
|
71 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* HTML.pm: link/@rev and a/@rev are implemented. |
74 |
|
75 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
78 |
img/@vspace, img/@longdesc, object/@align, object/@archive, |
79 |
object/@border, object/@classid, object/@codebase, |
80 |
object/@codetype, object/@declare, object/@hspace, |
81 |
object/@standby, object/@vspace, param/@valuetype, |
82 |
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
83 |
and %cellvalign/@valign are implemented. |
84 |
|
85 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
88 |
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
89 |
th/@nowrap, caption/@align , table/@frame, table/@rules, |
90 |
table/@summary, and table/@width are implemented. |
91 |
|
92 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
93 |
|
94 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
95 |
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
96 |
br/@clear, pre/@width, ol/@compact, ul/@compact, |
97 |
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
98 |
|
99 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
100 |
|
101 |
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
102 |
checker). head/@profile implemented. meta/@scheme implemented (as |
103 |
do-nothing checker). |
104 |
|
105 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
106 |
|
107 |
* HTML.pm: Add URIs to the list of URIs to be returned |
108 |
by the checker method. |accesskey| attribute is implemented. |
109 |
|
110 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
111 |
|
112 |
* Atom.pm: Don't raise an error even if there is |
113 |
no |atom:summary| element child in the |atom:entry| |
114 |
element when the |type| attribute of the |atom:content| |
115 |
element is set to |html|, |xhtml|, or |text|. |
116 |
The |atom:rights| elements were implemented |
117 |
as Date construct (!?). |
118 |
Typo in code for |rel=alternate| are fixed. |
119 |
|
120 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
121 |
|
122 |
* Atom.pm: Support for |thr:total| element. |
123 |
Add notes on additional Atom namespaces. |
124 |
|
125 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
126 |
|
127 |
* Atom.pm: Support for |thr:in-reply-to| element. |
128 |
|
129 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
130 |
|
131 |
* Atom.pm: Raise an error if required |atom:summary| |
132 |
element is missing from an |atom:entry| element. |
133 |
|
134 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
135 |
|
136 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
137 |
|
138 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
141 |
|
142 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
143 |
|
144 |
* Atom.pm: Support for |<content type=html>| content |
145 |
checking. |
146 |
|
147 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
148 |
|
149 |
* Atom.pm: Support for |author| for |feed| checking. |
150 |
|
151 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
152 |
|
153 |
* Atom.pm: Support for |author| for |entry| checking. |
154 |
|
155 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
156 |
|
157 |
* HTML.pm: Some attribute level definitions were missing. |
158 |
|
159 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
160 |
|
161 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
162 |
|
163 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
164 |
|
165 |
* HTML.pm: |contenteditable| attribute support is now implemented. |
166 |
|
167 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
168 |
|
169 |
* HTML.pm: Known but not-implemented-yet attributes were not |
170 |
warned. |
171 |
|
172 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* HTML.pm: Status information from old specifications |
175 |
are incorporated. |
176 |
|
177 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
178 |
|
179 |
* Atom.pm: Reimplemented. |
180 |
|
181 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
182 |
|
183 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
184 |
Raise an error if |area| is not a descendant of |map|. |
185 |
|
186 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
187 |
|
188 |
* HTML.pm: Sectioning root category added. |blockquote| |
189 |
is no longer a sectioning content. |
190 |
|
191 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
192 |
|
193 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
194 |
revision 1250). |
195 |
|
196 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
197 |
|
198 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
199 |
since the spec itself is frankensteinesque:-); note that though |
200 |
it is weired spec from the today's viewpoint, it is still |
201 |
better-written spec than any W3C (Candidate or Proposed or full) |
202 |
Recommendation, sadly. |
203 |
|
204 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
207 |
from XHTML M12N 1.0 are reflected in |status| field. |
208 |
|
209 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
210 |
|
211 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
212 |
Don't raise "not defined" errors; they are now raised according |
213 |
to status flags. Status flags of li/@value, ol/@start, and menu |
214 |
are now non-deprecated, to avoid deprecated error message. |
215 |
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
216 |
according to HTML4. |
217 |
|
218 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
219 |
|
220 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
221 |
Add |reversed| to |ol| (HTML5 revision 1248). |
222 |
|
223 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
224 |
|
225 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
226 |
|
227 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
228 |
|
229 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
230 |
Raise not-part-of-HTML5 error for |acronym|. |
231 |
|
232 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
233 |
|
234 |
* HTML.pm: HTML5 attribute status added. |
235 |
|
236 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
237 |
|
238 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
239 |
info are not added yet). Make element or attribute not defined |
240 |
by HTML5 spec as a conformance error (though it is not clearly |
241 |
defined by HTML5 spec as non-conforming). Note that more work |
242 |
is needed for non-standard attribute thing, since the current |
243 |
implementation prevents non-standard attribute from being |
244 |
syntactically checked (otherwise it is treated as if a |
245 |
standard attribute). |
246 |
|
247 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
248 |
|
249 |
* HTML.pm: Standardized status attributes are added. |
250 |
|
251 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
252 |
|
253 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
254 |
as usual. |
255 |
|
256 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
257 |
|
258 |
* HTML.pm: Updated for |del|-and-significant problem. |
259 |
|
260 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
261 |
|
262 |
* HTML.pm (datagrid): Condition was incorrect. |
263 |
|
264 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
265 |
|
266 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
267 |
change state when a transparent element is encountered. |
268 |
(details check): Reimplemented. |
269 |
|
270 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
271 |
|
272 |
* HTML.pm (object check_end): Don't check significant content |
273 |
if the element is used as a transparent element. |
274 |
(video check): Reimplemented. |
275 |
|
276 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
277 |
|
278 |
* HTML.pm: |figure| content checker reimplemented. |object| |
279 |
content checker for root element case reimplemented. |
280 |
|
281 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
282 |
|
283 |
* HTML.pm: Revised. |
284 |
|
285 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* HTML.pm (object): Implemented (with some bug on transparentness |
288 |
handling). |
289 |
|
290 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
291 |
|
292 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
293 |
|
294 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
295 |
|
296 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
297 |
the conformance checker cannot examine the semantics of the |
298 |
image). |
299 |
|
300 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
301 |
|
302 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
303 |
was missing from |$HTMLInteractiveContent|. |
304 |
(a): Use new |$HTMLInteractiveContent| in place |
305 |
of |$HTMLIntetractiveElements|. |
306 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
307 |
of |$HTMLStrictlyInlineChecker|. |
308 |
|
309 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
310 |
|
311 |
* HTML.pm (figure): Implemented. |
312 |
(video, audio): In no-parent-element case with |src| attribute, |
313 |
the content model is now prose content. |
314 |
|
315 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
316 |
|
317 |
* HTML.pm (noscript): Reimplemented. |
318 |
|
319 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
320 |
|
321 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
322 |
1180). |
323 |
|
324 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
325 |
|
326 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
327 |
now requires prose content. |
328 |
|
329 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
330 |
|
331 |
* HTML.pm: Error messages revised. |
332 |
|
333 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
334 |
|
335 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
336 |
|
337 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
338 |
|
339 |
* HTML.pm (<style>): CSS validation code removed; instead, |
340 |
it does invoke subdoc callback to ask to the callee to validate |
341 |
the style sheet separately. |
342 |
|
343 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
344 |
|
345 |
* HTML.pm (<style>): Initial version of CSS validation support. |
346 |
|
347 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
348 |
|
349 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
350 |
|
351 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
352 |
|
353 |
* HTML.pm: Support for checking for significant content (HTML5 |
354 |
revision 1114). Note that the current implementation has |
355 |
an issue on treatment for transparent or semi-transparent |
356 |
elements. |
357 |
|
358 |
* Atom.pm: Support for significant content checking (for composed |
359 |
HTML-Atom documents). |
360 |
|
361 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
362 |
|
363 |
* HTML.pm (header): Descendant constraint is redefined by |
364 |
new todo item type |descendant|. |
365 |
|
366 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
367 |
|
368 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
369 |
(nest/@mode): Definition was wrong. |
370 |
($HTMLSelectorsAttrChecker): New. |
371 |
|
372 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
373 |
|
374 |
* HTML.pm (meta): Character references in |charset| attribute |
375 |
values are now erred. |
376 |
|
377 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
378 |
|
379 |
* HTML.pm (meta): |charset| value tests implemented. |
380 |
|
381 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
382 |
|
383 |
* HTML.pm: Raise bad-context error for proposed link types. |
384 |
|
385 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
386 |
|
387 |
* HTML.pm: Specialized error for old charset syntax. |
388 |
|
389 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
390 |
|
391 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
392 |
|
393 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
394 |
|
395 |
* HTML.pm: Allow <html manifest=URI>. |
396 |
|
397 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
398 |
|
399 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
400 |
revision 1115). |
401 |
|
402 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
403 |
|
404 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
405 |
revision 1115). |
406 |
|
407 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
408 |
|
409 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
410 |
|
411 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
412 |
|
413 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
414 |
|
415 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
416 |
|
417 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
418 |
revision 1085). |
419 |
|
420 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
421 |
|
422 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
423 |
and |html:rule| elements. |
424 |
|
425 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
426 |
|
427 |
* Atom.pm (atom:link@title): Definition was missing. |
428 |
|
429 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
430 |
|
431 |
* Atom.pm (hreflang): Checker is implemented. |
432 |
(AtomDateConstruct): Checking for content is implemented. |
433 |
|
434 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
435 |
|
436 |
* HTML.pm: Support for language tag validation. |
437 |
|
438 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
439 |
|
440 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
441 |
elenments are changed as per HTML5 revision 1018. |
442 |
|
443 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
444 |
|
445 |
* HTML.pm: Raise new errors if |base| is following |
446 |
URI attributes or hyperlink attributes. |
447 |
|
448 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
449 |
|
450 |
* HTML.pm: Support for |noscript| in |head|. Make an |
451 |
error for |noscript| in XML document. |
452 |
|
453 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
454 |
|
455 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
456 |
value are changed for the ease of error message catalog |
457 |
lookup. |
458 |
|
459 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
460 |
|
461 |
* Atom.pm: |link|-related checks are added; |type| |
462 |
media type checks are added. |hreflang| now warns |
463 |
as unimplemented. |
464 |
|
465 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
466 |
|
467 |
* Atom.pm: Checker for all elements are defined (with |
468 |
a number of "TODO"s). |
469 |
|
470 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
471 |
|
472 |
* Atom.pm: New Perl module. |
473 |
|
474 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
475 |
|
476 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
477 |
|
478 |
* ChangeLog: New file. |