/[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.106 - (hide annotations) (download)
Sun Jun 8 13:29:58 2008 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.105: +5 -0 lines
++ whatpm/t/ChangeLog	8 Jun 2008 13:04:13 -0000
	* content-model-1.dat, content-model-2.dat: Test data are
	updated and added for <map name=""> and <map id=""> (HTML5
	revisions 1722 and 1728).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	8 Jun 2008 13:04:07 -0000
	* HTML.pm: Support for |<map name="">| (HTML5 revisions
	1722 and 1728).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24