/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by wakaba, Sat Aug 25 02:44:38 2007 UTC revision 1.97 by wakaba, Sat May 10 10:06:49 2008 UTC
# Line 1  Line 1 
1    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Yay, |canvas| got the final status!
4    
5    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
8            letters (HTML5 revision 1572).
9    
10    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
13            table object.  Return the table object, not table element.
14            The |headers=""| checker for |td| elements are now noop.
15            Set the status of |headers=""| attribute as HTML5's one.
16    
17    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm ($HTMLLengthAttrChecker): New.
20            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
21            (script/@langauge): Implemented.
22    
23    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm: Make duplicate http-equiv="" non-conforming.
26            Check meta refresh content="".
27    
28    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
31            no longer content model error (they might be raise
32            table model error, however).  All table model error
33            parameters should propagate.
34    
35    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Raise an error if a repeat* global attrbute
38            is used for an HTML element.
39    
40    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Support for global attributes.  Status
43            for XHTML2 elements/attributes are added.
44    
45    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: Support for |repeat-start=""| attribute.
48    
49    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
52            |repeat-min=""|, and |repeat-max=""| attributes.
53            Support for |button| |type| values |add|, |remove|, |move-up|,
54            and |move-down|.
55    
56    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm: Support for |template=""|, |ref=""|, and
59            |registrationmark=""| attributes.
60    
61    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
64            1511).
65    
66    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm: Support for |onstorage| attribute is added (HTML5
69            revision 1495).  Defined terms no longer have to be unique (HTML5
70            revision 1467).
71    
72    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
75            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
76            revision 1471) and an empty string is no longer allowed (HTML5
77            revision 1470).
78            (object/@name, iframe/@name): Added (HTML5 revision 1470).
79    
80    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
83            revision 1426).
84    
85    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Support for HTML custom data attributes (HTML5
88            revision 1399).
89    
90    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
93    
94    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm: @datetime microsyntax is in the First Draft phase.
97    
98    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm: link/@rev and a/@rev are implemented.
101    
102    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
105            img/@vspace, img/@longdesc, object/@align, object/@archive,
106            object/@border, object/@classid, object/@codebase,
107            object/@codetype, object/@declare, object/@hspace,
108            object/@standby, object/@vspace, param/@valuetype,
109            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
110            and %cellvalign/@valign are implemented.
111    
112    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
115            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
116            th/@nowrap, caption/@align , table/@frame, table/@rules,
117            table/@summary, and table/@width are implemented.
118    
119    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
122            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
123            br/@clear, pre/@width, ol/@compact, ul/@compact,
124            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
125    
126    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
129            checker). head/@profile implemented.  meta/@scheme implemented (as
130            do-nothing checker).
131    
132    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm: Add URIs to the list of URIs to be returned
135            by the checker method. |accesskey| attribute is implemented.
136    
137    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
138    
139            * Atom.pm: Don't raise an error even if there is
140            no |atom:summary| element child in the |atom:entry|
141            element when the |type| attribute of the |atom:content|
142            element is set to |html|, |xhtml|, or |text|.
143            The |atom:rights| elements were implemented
144            as Date construct (!?).
145            Typo in code for |rel=alternate| are fixed.
146    
147    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
148    
149            * Atom.pm: Support for |thr:total| element.
150            Add notes on additional Atom namespaces.
151    
152    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
153    
154            * Atom.pm: Support for |thr:in-reply-to| element.
155    
156    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
157    
158            * Atom.pm: Raise an error if required |atom:summary|
159            element is missing from an |atom:entry| element.
160    
161    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
162    
163            * Atom.pm: Support for |<* type=html>| in Text construct.
164    
165    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
166    
167            * Atom.pm: Bug fix for validation of |feed| on |author| child.
168    
169    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
170    
171            * Atom.pm: Support for |<content type=html>| content
172            checking.
173    
174    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
175    
176            * Atom.pm: Support for |author| for |feed| checking.
177    
178    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
179    
180            * Atom.pm: Support for |author| for |entry| checking.
181    
182    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm: Some attribute level definitions were missing.
185    
186    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
189    
190    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
191    
192            * HTML.pm: |contenteditable| attribute support is now implemented.
193    
194    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm: Known but not-implemented-yet attributes were not
197            warned.
198    
199    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm: Status information from old specifications
202            are incorporated.
203    
204    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
205    
206            * Atom.pm: Reimplemented.
207    
208    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm: |in_a_href| flag is not reset after the </a>.
211            Raise an error if |area| is not a descendant of |map|.
212    
213    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm: Sectioning root category added.  |blockquote|
216            is no longer a sectioning content.
217    
218    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
221            revision 1250).
222    
223    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
224    
225            * HTML.pm: First version of Web Forms 2.0 support (its weired,
226            since the spec itself is frankensteinesque:-); note that though
227            it is weired spec from the today's viewpoint, it is still
228            better-written spec than any W3C (Candidate or Proposed or full)
229            Recommendation, sadly.
230    
231    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
232    
233            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
234            from XHTML M12N 1.0 are reflected in |status| field.
235    
236    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
239            Don't raise "not defined" errors; they are now raised according
240            to status flags.  Status flags of li/@value, ol/@start, and menu
241            are now non-deprecated, to avoid deprecated error message.
242            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
243            according to HTML4.
244    
245    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
248            Add |reversed| to |ol| (HTML5 revision 1248).
249    
250    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
253    
254    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
257            Raise not-part-of-HTML5 error for |acronym|.
258    
259    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm: HTML5 attribute status added.
262    
263    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm: Standardized status for attributes are added (HTML5
266            info are not added yet).  Make element or attribute not defined
267            by HTML5 spec as a conformance error (though it is not clearly
268            defined by HTML5 spec as non-conforming).  Note that more work
269            is needed for non-standard attribute thing, since the current
270            implementation prevents non-standard attribute from being
271            syntactically checked (otherwise it is treated as if a
272            standard attribute).
273    
274    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
275    
276            * HTML.pm: Standardized status attributes are added.
277    
278    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
279    
280            * HTML.pm: Invalid |meta| in |noscript| should be erred
281            as usual.
282    
283    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
284    
285            * HTML.pm: Updated for |del|-and-significant problem.
286    
287    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm (datagrid): Condition was incorrect.
290    
291    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
294            change state when a transparent element is encountered.
295            (details check): Reimplemented.
296    
297    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
298    
299            * HTML.pm (object check_end): Don't check significant content
300            if the element is used as a transparent element.
301            (video check): Reimplemented.
302    
303    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
304    
305            * HTML.pm: |figure| content checker reimplemented.  |object|
306            content checker for root element case reimplemented.
307    
308    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
309    
310            * HTML.pm: Revised.
311    
312    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
313    
314            * HTML.pm (object): Implemented (with some bug on transparentness
315            handling).
316    
317    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
318    
319            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
320    
321    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
322    
323            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
324            the conformance checker cannot examine the semantics of the
325            image).
326    
327    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
328    
329            * HTML.pm: Useless old stuff are removed.  |datagrid|
330            was missing from |$HTMLInteractiveContent|.
331            (a): Use new |$HTMLInteractiveContent| in place
332            of |$HTMLIntetractiveElements|.
333            (caption): Use new |$HTMLPhrasingContentChecker| in place
334            of |$HTMLStrictlyInlineChecker|.
335    
336    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
337    
338            * HTML.pm (figure): Implemented.
339            (video, audio): In no-parent-element case with |src| attribute,
340            the content model is now prose content.
341    
342    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
343    
344            * HTML.pm (noscript): Reimplemented.
345    
346    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
347    
348            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
349            1180).
350    
351    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
352    
353            * HTML.pm (th): |th| now requires phrasing content.  |div|
354            now requires prose content.
355    
356    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
357    
358            * HTML.pm: Error messages revised.
359    
360    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
361    
362            * HTML.pm: Most part of December 2007 Content Model is implemented.
363    
364    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
365    
366            * HTML.pm (<style>): CSS validation code removed; instead,
367            it does invoke subdoc callback to ask to the callee to validate
368            the style sheet separately.
369    
370    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm (<style>): Initial version of CSS validation support.
373    
374    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
375    
376            * HTML.pm ($HTMLSignificantContentErrors): New.
377    
378    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
379    
380            * HTML.pm: Support for checking for significant content (HTML5
381            revision 1114).  Note that the current implementation has
382            an issue on treatment for transparent or semi-transparent
383            elements.
384    
385            * Atom.pm: Support for significant content checking (for composed
386            HTML-Atom documents).
387    
388    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
389    
390            * HTML.pm (header): Descendant constraint is redefined by
391            new todo item type |descendant|.
392    
393    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
394    
395            * HTML.pm (nest/@filter, rule/@condition): Implemented.
396            (nest/@mode): Definition was wrong.
397            ($HTMLSelectorsAttrChecker): New.
398    
399    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
400    
401            * HTML.pm (meta): Character references in |charset| attribute
402            values are now erred.
403    
404    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
405    
406            * HTML.pm (meta): |charset| value tests implemented.
407    
408    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
409    
410            * HTML.pm: Raise bad-context error for proposed link types.
411    
412    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
413    
414            * HTML.pm: Specialized error for old charset syntax.
415    
416    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
417    
418            * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
419    
420    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
421    
422            * HTML.pm: Allow <html manifest=URI>.
423    
424    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
425    
426            * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
427            revision 1115).
428    
429    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
430    
431            * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
432            revision 1115).
433    
434    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
435    
436            * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
437    
438    2007-10-26  Wakaba  <wakaba@suika.fam.cx>
439    
440            * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
441    
442    2007-10-23  Wakaba  <wakaba@suika.fam.cx>
443    
444            * HTML.pm: Make <script async defer> conforming (HTML5
445            revision 1085).
446    
447    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
448    
449            * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
450            and |html:rule| elements.
451    
452    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
453    
454            * Atom.pm (atom:link@title): Definition was missing.
455    
456    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
457    
458            * Atom.pm (hreflang): Checker is implemented.
459            (AtomDateConstruct): Checking for content is implemented.
460    
461    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
462    
463            * HTML.pm: Support for language tag validation.
464    
465  2007-08-25  Wakaba  <wakaba@suika.fam.cx>  2007-08-25  Wakaba  <wakaba@suika.fam.cx>
466    
467          * HTML.pm (head, noscript): Treatement for invalid |meta|          * HTML.pm (head, noscript): Treatement for invalid |meta|

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.97

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24