/[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.115 - (show annotations) (download)
Sat Aug 30 12:33:36 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.114: +8 -0 lines
++ whatpm/t/ChangeLog	30 Aug 2008 12:33:27 -0000
	* content-model-1.dat, content-model-2.dat: Test data updated
	and added for HTML5 revision 2062 and so on (@lang and @xml:lang).

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

++ whatpm/Whatpm/ChangeLog	30 Aug 2008 12:30:55 -0000
	* ContentChecker.pm: |xml:lang| attribute value must be same
	as |lang| attribute value for HTML elements (HTML5 revision 2062
	and so on).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2008 12:32:39 -0000
	* HTML.pm: |xml:lang| attribute value must be same
	as |lang| attribute value for HTML elements (HTML5 revision 2062
	and so on).  |lang| attribute in XML document is no longer
	disallowed (HTML5 revision 2062).  |xml:lang| is allowed
	in HTML document (HTML5 revision 2062 and so on).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24