/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.113 - (show annotations) (download)
Fri Aug 29 13:34:36 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.112: +4 -0 lines
++ whatpm/Whatpm/ChangeLog	29 Aug 2008 13:33:31 -0000
2008-08-29  Wakaba  <wakaba@suika.fam.cx>

	* IMTChecker.pm: Updated for the new error reporting architecture.

	* ContentChecker.pm: Error levels for IMTs are added.

++ whatpm/Whatpm/ContentChecker/ChangeLog	29 Aug 2008 13:34:24 -0000
2008-08-29  Wakaba  <wakaba@suika.fam.cx>

	* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24