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

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.125

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24