/[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.62 - (show annotations) (download)
Sun Mar 9 11:08:11 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.61: +5 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	9 Mar 2008 10:54:53 -0000
2008-03-09  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Known but not-implemented-yet attributes were not
	warned.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24