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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.112

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24