/[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.103 - (hide annotations) (download)
Sun May 25 08:37:07 2008 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.102: +4 -0 lines
++ whatpm/t/ChangeLog	25 May 2008 08:30:41 -0000
	* content-model-2.dat: Test data on sizes="" are added (HTML5
	revision 1558).

2008-05-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 May 2008 08:30:56 -0000
	* HTML.pm: Support for sizes="" (HTML5 revision 1558).

2008-05-25  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24