/[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.132 - (show annotations) (download)
Sat Sep 20 02:19:49 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.131: +7 -0 lines
++ whatpm/t/ChangeLog	20 Sep 2008 02:17:40 -0000
2008-09-20  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Add test data for accept-charset=""
	attributes.

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Sep 2008 02:19:00 -0000
2008-09-20  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
	check.
	($HTMLCharsetsAttrChecker): New checker for accept-charset=""
	support.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24