/[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.60 - (show annotations) (download)
Sun Mar 2 11:16:34 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.59: +4 -0 lines
++ whatpm/t/ChangeLog	2 Mar 2008 11:10:02 -0000
	* content-model-atom-1.dat: New test data are added.

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

++ whatpm/Whatpm/ChangeLog	2 Mar 2008 11:16:26 -0000
	* ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
	and related errors unless it is an HTML document (though the spec
	is unclear on whether it is applied to XHTML document).

	* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
	are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	2 Mar 2008 11:11:31 -0000
	* Atom.pm: Reimplemented.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24