/[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.73 - (show annotations) (download)
Thu Mar 20 10:30:21 2008 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.72: +5 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 10:00:26 -0000
	* content-model-atom-threading-1.dat: New test data
	on |thr:total| element are added

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 09:59:59 -0000
	* Atom.pm: Support for |thr:total| element.
	Add notes on additional Atom namespaces.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24