/[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.111 - (hide annotations) (download)
Fri Aug 15 16:44:39 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.110: +5 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	15 Aug 2008 16:44:34 -0000
	* HTML.pm: Subdocument texts for |style| and |script|
	elements were not initialized.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24