/[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.77 - (hide annotations) (download)
Sat Mar 22 06:52:56 2008 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.76: +7 -0 lines
++ whatpm/t/ChangeLog	22 Mar 2008 06:52:53 -0000
	* content-model-2.dat: Test data on numbers of HTML4 deprecated
	attributes are added.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24