/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.79 - (hide annotations) (download)
Sat Mar 22 11:40:16 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.78: +10 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Mar 2008 11:37:19 -0000
	* HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
	img/@vspace, img/@longdesc, object/@align, object/@archive,
	object/@border, object/@classid, object/@codebase,
	object/@codetype, object/@declare, object/@hspace,
	object/@standby, object/@vspace, param/@valuetype,
	param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
	and %cellvalign/@valign are implemented.

2008-03-22  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24