/[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.80 by wakaba, Sat Mar 22 12:29:59 2008 UTC
# Line 1  Line 1 
1    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: link/@rev and a/@rev are implemented.
4    
5    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
8            img/@vspace, img/@longdesc, object/@align, object/@archive,
9            object/@border, object/@classid, object/@codebase,
10            object/@codetype, object/@declare, object/@hspace,
11            object/@standby, object/@vspace, param/@valuetype,
12            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
13            and %cellvalign/@valign are implemented.
14    
15    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
18            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
19            th/@nowrap, caption/@align , table/@frame, table/@rules,
20            table/@summary, and table/@width are implemented.
21    
22    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
25            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
26            br/@clear, pre/@width, ol/@compact, ul/@compact,
27            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
28    
29    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
32            checker). head/@profile implemented.  meta/@scheme implemented (as
33            do-nothing checker).
34    
35    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Add URIs to the list of URIs to be returned
38            by the checker method. |accesskey| attribute is implemented.
39    
40    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
41    
42            * Atom.pm: Don't raise an error even if there is
43            no |atom:summary| element child in the |atom:entry|
44            element when the |type| attribute of the |atom:content|
45            element is set to |html|, |xhtml|, or |text|.
46            The |atom:rights| elements were implemented
47            as Date construct (!?).
48            Typo in code for |rel=alternate| are fixed.
49    
50    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
51    
52            * Atom.pm: Support for |thr:total| element.
53            Add notes on additional Atom namespaces.
54    
55    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Atom.pm: Support for |thr:in-reply-to| element.
58    
59    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
60    
61            * Atom.pm: Raise an error if required |atom:summary|
62            element is missing from an |atom:entry| element.
63    
64    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Atom.pm: Support for |<* type=html>| in Text construct.
67    
68    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
69    
70            * Atom.pm: Bug fix for validation of |feed| on |author| child.
71    
72    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
73    
74            * Atom.pm: Support for |<content type=html>| content
75            checking.
76    
77    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Atom.pm: Support for |author| for |feed| checking.
80    
81    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Atom.pm: Support for |author| for |entry| checking.
84    
85    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Some attribute level definitions were missing.
88    
89    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
92    
93    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: |contenteditable| attribute support is now implemented.
96    
97    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: Known but not-implemented-yet attributes were not
100            warned.
101    
102    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm: Status information from old specifications
105            are incorporated.
106    
107    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
108    
109            * Atom.pm: Reimplemented.
110    
111    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: |in_a_href| flag is not reset after the </a>.
114            Raise an error if |area| is not a descendant of |map|.
115    
116    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Sectioning root category added.  |blockquote|
119            is no longer a sectioning content.
120    
121    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
124            revision 1250).
125    
126    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: First version of Web Forms 2.0 support (its weired,
129            since the spec itself is frankensteinesque:-); note that though
130            it is weired spec from the today's viewpoint, it is still
131            better-written spec than any W3C (Candidate or Proposed or full)
132            Recommendation, sadly.
133    
134    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
137            from XHTML M12N 1.0 are reflected in |status| field.
138    
139    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
142            Don't raise "not defined" errors; they are now raised according
143            to status flags.  Status flags of li/@value, ol/@start, and menu
144            are now non-deprecated, to avoid deprecated error message.
145            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
146            according to HTML4.
147    
148    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
151            Add |reversed| to |ol| (HTML5 revision 1248).
152    
153    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
156    
157    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
160            Raise not-part-of-HTML5 error for |acronym|.
161    
162    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm: HTML5 attribute status added.
165    
166    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm: Standardized status for attributes are added (HTML5
169            info are not added yet).  Make element or attribute not defined
170            by HTML5 spec as a conformance error (though it is not clearly
171            defined by HTML5 spec as non-conforming).  Note that more work
172            is needed for non-standard attribute thing, since the current
173            implementation prevents non-standard attribute from being
174            syntactically checked (otherwise it is treated as if a
175            standard attribute).
176    
177    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm: Standardized status attributes are added.
180    
181    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
182    
183            * HTML.pm: Invalid |meta| in |noscript| should be erred
184            as usual.
185    
186    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm: Updated for |del|-and-significant problem.
189    
190    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
191    
192            * HTML.pm (datagrid): Condition was incorrect.
193    
194    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
197            change state when a transparent element is encountered.
198            (details check): Reimplemented.
199    
200    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm (object check_end): Don't check significant content
203            if the element is used as a transparent element.
204            (video check): Reimplemented.
205    
206    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML.pm: |figure| content checker reimplemented.  |object|
209            content checker for root element case reimplemented.
210    
211    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm: Revised.
214    
215    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
216    
217            * HTML.pm (object): Implemented (with some bug on transparentness
218            handling).
219    
220    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
221    
222            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
223    
224    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
227            the conformance checker cannot examine the semantics of the
228            image).
229    
230    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm: Useless old stuff are removed.  |datagrid|
233            was missing from |$HTMLInteractiveContent|.
234            (a): Use new |$HTMLInteractiveContent| in place
235            of |$HTMLIntetractiveElements|.
236            (caption): Use new |$HTMLPhrasingContentChecker| in place
237            of |$HTMLStrictlyInlineChecker|.
238    
239    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm (figure): Implemented.
242            (video, audio): In no-parent-element case with |src| attribute,
243            the content model is now prose content.
244    
245    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm (noscript): Reimplemented.
248    
249    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
252            1180).
253    
254    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm (th): |th| now requires phrasing content.  |div|
257            now requires prose content.
258    
259    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm: Error messages revised.
262    
263    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm: Most part of December 2007 Content Model is implemented.
266    
267    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm (<style>): CSS validation code removed; instead,
270            it does invoke subdoc callback to ask to the callee to validate
271            the style sheet separately.
272    
273    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm (<style>): Initial version of CSS validation support.
276    
277    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm ($HTMLSignificantContentErrors): New.
280    
281    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
282    
283            * HTML.pm: Support for checking for significant content (HTML5
284            revision 1114).  Note that the current implementation has
285            an issue on treatment for transparent or semi-transparent
286            elements.
287    
288            * Atom.pm: Support for significant content checking (for composed
289            HTML-Atom documents).
290    
291    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm (header): Descendant constraint is redefined by
294            new todo item type |descendant|.
295    
296    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
297    
298            * HTML.pm (nest/@filter, rule/@condition): Implemented.
299            (nest/@mode): Definition was wrong.
300            ($HTMLSelectorsAttrChecker): New.
301    
302    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm (meta): Character references in |charset| attribute
305            values are now erred.
306    
307    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
308    
309            * HTML.pm (meta): |charset| value tests implemented.
310    
311  2007-11-11  Wakaba  <wakaba@suika.fam.cx>  2007-11-11  Wakaba  <wakaba@suika.fam.cx>
312    
313          * 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.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24