/[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.122 - (hide annotations) (download)
Sun Aug 31 12:40:09 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.121: +10 -0 lines
++ whatpm/t/ChangeLog	31 Aug 2008 12:28:19 -0000
	* content-model-1.dat, content-model-2.dat: |event-source|
	is renamed as |eventsource| (HTML5 revision 1863).

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

	* content-model-2.dat: Uppercase letters are not allowed
	as embed custom attributes (HTML5 revision 1946).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	31 Aug 2008 12:28:43 -0000
	* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
	1863).

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

	* HTML.pm: Uppercase attribute names for embed elements
	are disallowed (HTML5 revision 1946).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24