/[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.127 - (show annotations) (download)
Tue Sep 9 04:45:13 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.126: +4 -0 lines
++ whatpm/t/ChangeLog	9 Sep 2008 04:32:11 -0000
2008-09-09  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-7.dat: |a| is now
	transparent (HTML5 revision 1963).

++ whatpm/Whatpm/ContentChecker/ChangeLog	9 Sep 2008 04:32:26 -0000
2008-09-09  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |a| is now transparent (HTML5 revision 1963).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24