/[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.67 - (hide annotations) (download)
Thu Mar 20 07:37:00 2008 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.66: +4 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 07:36:54 -0000
	* content-model-1.dat: Some test results are fixed.

	* content-model-atom-1.dat: Some test results are fixed.
	Test data for |atom:author| for |atom:feed| are added.

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

	* content-model-atom-1.dat: Test data for |atom:author|
	for |atom:feed| are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 07:35:41 -0000
	* Atom.pm: Support for |author| for |feed| checking.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24