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

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.127

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24