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

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.93

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24