/[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.71 - (show annotations) (download)
Thu Mar 20 08:54:00 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.70: +5 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 08:53:32 -0000
	* ContentCheker.t: Replace dummy error type for subdoc
	checking invocations to ";SUBDOC".

	* content-model-1.dat, content-model-2.dat: Test
	results revised to support the aforementioned change.

	* content-model-atom-1.dat: Test results revised
	so that |type=html| in Text construct is now
	tested whether the subdoc code is invoked.

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

	* content-model-atom-1.dat: Test data on cases of
	missing |atom:summary| in |atom:entry| are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 08:38:25 -0000
	* Atom.pm: Raise an error if required |atom:summary|
	element is missing from an |atom:entry| element.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24