/[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.72 - (show annotations) (download)
Thu Mar 20 09:38:47 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.71: +4 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 09:30:57 -0000
	* ContentChecker.t: |content-model-atom-threading-1.dat|
	added.

	* content-model-atom-threading-1.dat: New test file.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 09:31:15 -0000
	* Atom.pm: Support for |thr:in-reply-to| element.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24