/[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.26 by wakaba, Sun Nov 25 03:46:07 2007 UTC revision 1.123 by wakaba, Thu Sep 4 14:49:01 2008 UTC
# Line 1  Line 1 
1    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    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
7    
8            * 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            * 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            * 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            * 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            * 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    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
48    
49    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
50    
51            * 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            * 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            * 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    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
77    
78    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
81    
82    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
83    
84            * 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            * HTML.pm, Atom.pm: Pass {level} object to language tag
90            and URL checkers.
91    
92    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
95    
96    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
97    
98            * Atom.pm, HTML.pm: All error reporting method calls are
99            revised.
100    
101    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: Support for class=idl WebIDL checking.
104    
105    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm: Support for |<map name="">| (HTML5 revisions
108            1722 and 1728).
109    
110    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
111    
112            * 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    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
119    
120    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
123    
124    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
125    
126            * 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            * HTML.pm: The |param| element is in LC phase now.
133    
134    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    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
145    
146            * 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            * 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    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm: Yay, |canvas| got the final status!
161    
162    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
165            letters (HTML5 revision 1572).
166    
167    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    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
175    
176            * 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            * 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            * 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            * HTML.pm: Raise an error if a repeat* global attrbute
195            is used for an HTML element.
196    
197    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
198    
199            * 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            * HTML.pm: Support for |repeat-start=""| attribute.
205    
206    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
207    
208            * 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            * HTML.pm: Support for |template=""|, |ref=""|, and
216            |registrationmark=""| attributes.
217    
218    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
219    
220            * 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            * 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            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
232            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
233            revision 1471) and an empty string is no longer allowed (HTML5
234            revision 1470).
235            (object/@name, iframe/@name): Added (HTML5 revision 1470).
236    
237    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    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm: Support for HTML custom data attributes (HTML5
245            revision 1399).
246    
247    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    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm: link/@rev and a/@rev are implemented.
258    
259    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
260    
261            * 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            * 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            * 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            * 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            * HTML.pm: Add URIs to the list of URIs to be returned
292            by the checker method. |accesskey| attribute is implemented.
293    
294    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
295    
296            * 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            * 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            * Atom.pm: Support for |thr:in-reply-to| element.
312    
313    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
314    
315            * 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            * Atom.pm: Support for |<* type=html>| in Text construct.
321    
322    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
323    
324            * Atom.pm: Bug fix for validation of |feed| on |author| child.
325    
326    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
327    
328            * Atom.pm: Support for |<content type=html>| content
329            checking.
330    
331    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
332    
333            * Atom.pm: Support for |author| for |feed| checking.
334    
335    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
336    
337            * Atom.pm: Support for |author| for |entry| checking.
338    
339    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
340    
341            * HTML.pm: Some attribute level definitions were missing.
342    
343    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
344    
345            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
346    
347    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
348    
349            * HTML.pm: |contenteditable| attribute support is now implemented.
350    
351    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
352    
353            * HTML.pm: Known but not-implemented-yet attributes were not
354            warned.
355    
356    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
357    
358            * HTML.pm: Status information from old specifications
359            are incorporated.
360    
361    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
362    
363            * Atom.pm: Reimplemented.
364    
365    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
366    
367            * 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    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    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
376    
377            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
378            revision 1250).
379    
380    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
381    
382            * 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            * 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            * 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            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
405            Add |reversed| to |ol| (HTML5 revision 1248).
406    
407    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
408    
409            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
410    
411    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
412    
413            * 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            * HTML.pm: HTML5 attribute status added.
419    
420    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
421    
422            * 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            * HTML.pm: Standardized status attributes are added.
434    
435    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
436    
437            * HTML.pm: Invalid |meta| in |noscript| should be erred
438            as usual.
439    
440    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
441    
442            * HTML.pm: Updated for |del|-and-significant problem.
443    
444    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
445    
446            * HTML.pm (datagrid): Condition was incorrect.
447    
448    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
449    
450            * 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            * 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            * 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            * HTML.pm: Revised.
468    
469    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
470    
471            * HTML.pm (object): Implemented (with some bug on transparentness
472            handling).
473    
474    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
475    
476            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
477    
478    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
479    
480            * 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    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
485    
486            * 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            * 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            * HTML.pm (noscript): Reimplemented.
502    
503    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
504    
505            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
506            1180).
507    
508    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
509    
510            * 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            * HTML.pm: Error messages revised.
516    
517    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
518    
519            * HTML.pm: Most part of December 2007 Content Model is implemented.
520    
521    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    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
528    
529            * HTML.pm (<style>): Initial version of CSS validation support.
530    
531    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
532    
533            * HTML.pm ($HTMLSignificantContentErrors): New.
534    
535    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
536    
537            * 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>  2007-11-25  Wakaba  <wakaba@suika.fam.cx>
546    
547          * HTML.pm (header): Descendant constraint is redefined by          * HTML.pm (header): Descendant constraint is redefined by

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.123

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24