/[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.123 - (hide annotations) (download)
Thu Sep 4 14:49:01 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.122: +5 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	4 Sep 2008 14:46:07 -0000
2008-09-04  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: WF2 content model, contexts, attributes/elements
	status are updated. (HTML5 revision 2142-2152).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24