/[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.120 - (show annotations) (download)
Sun Aug 31 09:12:30 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.119: +5 -0 lines
++ whatpm/t/ChangeLog	31 Aug 2008 09:10:13 -0000
	* content-model-2.dat: Alternate style sheet element must
	have a non-empty title attribute (HTML5 revision 1942).

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: A test data for wrong spelling of |irrelevant|
	is added.

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	31 Aug 2008 09:10:50 -0000
	* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
	link elements (HTML5 revision 1942).

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24