/[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.139 - (show annotations) (download)
Mon Sep 22 04:59:04 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.138: +5 -0 lines
++ whatpm/t/ChangeLog	22 Sep 2008 04:59:00 -0000
2008-09-22  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
	revision 1932).

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Sep 2008 04:58:37 -0000
2008-09-22  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Support for |area| |alt=""| validation (HTML5
	revision 1932).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24