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