/[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.107 - (hide annotations) (download)
Sat Jul 19 13:50:03 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.106: +4 -0 lines
++ whatpm/Whatpm/ChangeLog	19 Jul 2008 13:49:53 -0000
	* WebIDL.pm (type_text): Better serializer.

2008-07-19  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	19 Jul 2008 13:38:24 -0000
2008-07-19  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Support for class=idl WebIDL checking.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24