1 |
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: Tentative support for |textarea| |oninput| |
4 |
attribute. |
5 |
|
6 |
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTML.pm: The WF2 |oninput| attribute was not added. |
9 |
The WF2 |onforminput| and |onformchange| attributes were |
10 |
not added, since they are not defined (although they ARE |
11 |
mentioned) in the normative part of the WF2 spec. |
12 |
Typo on the |oninvalid| attribute fixed. |
13 |
|
14 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
17 |
|
18 |
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
21 |
|
22 |
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* HTML.pm: data-UPPERCASE attributes are no longer |
25 |
allowed (HTML5 revision 1945). |
26 |
|
27 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* HTML.pm: Support for form elements (HTML5 revisions |
30 |
2142, 2148, 2150-2154). |
31 |
|
32 |
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
33 |
|
34 |
* HTML.pm: RDFa spec status updated again. |
35 |
|
36 |
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* HTML.pm: RDFa spec status updated. |
39 |
|
40 |
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* HTML.pm: WF2 content model, contexts, attributes/elements |
43 |
status are updated. (HTML5 revision 2142-2152). |
44 |
|
45 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
46 |
|
47 |
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
48 |
1863). |
49 |
|
50 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* HTML.pm: Uppercase attribute names for embed elements |
53 |
are disallowed (HTML5 revision 1946). |
54 |
|
55 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
56 |
|
57 |
* HTML.pm: |embed| custom attributes and |data-*| attributes |
58 |
must be XML compatible (HTML5 revision 1836). |
59 |
|
60 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
61 |
|
62 |
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
63 |
revision 1834). |
64 |
|
65 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
66 |
|
67 |
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
68 |
link elements (HTML5 revision 1942). |
69 |
|
70 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
71 |
|
72 |
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
73 |
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
74 |
|
75 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* HTML.pm: Element status updated. |
78 |
|
79 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
80 |
|
81 |
* HTML.pm: <embed> without src="" is conforming (HTML5 |
82 |
revision 1929). |
83 |
|
84 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
85 |
|
86 |
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
87 |
|
88 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* HTML.pm: Use White_Space instead of Zs for date or time |
91 |
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
92 |
misses a white space or "T" literal between day and hour) |
93 |
not raise two errors. |
94 |
|
95 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* HTML.pm: |xml:lang| attribute value must be same |
98 |
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
99 |
and so on). |lang| attribute in XML document is no longer |
100 |
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
101 |
in HTML document (HTML5 revision 2062 and so on). |
102 |
|
103 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* Atom.pm: s/element missing/child element missing/ for |
106 |
consistency. |
107 |
|
108 |
* HTML.pm: Typos fixed. |
109 |
(pre): "No significant content" error was unintentionally |
110 |
disabled. s/element missing/child element missing/ for |
111 |
consistency. |
112 |
|
113 |
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
114 |
|
115 |
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
116 |
|
117 |
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
120 |
|
121 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
122 |
|
123 |
* HTML.pm: Subdocument texts for |style| and |script| |
124 |
elements were not initialized. |
125 |
|
126 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
127 |
|
128 |
* HTML.pm, Atom.pm: Pass {level} object to language tag |
129 |
and URL checkers. |
130 |
|
131 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
132 |
|
133 |
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
134 |
|
135 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* Atom.pm, HTML.pm: All error reporting method calls are |
138 |
revised. |
139 |
|
140 |
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
141 |
|
142 |
* HTML.pm: Support for class=idl WebIDL checking. |
143 |
|
144 |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
147 |
1722 and 1728). |
148 |
|
149 |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
150 |
|
151 |
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
152 |
revision 1704). The |href| attribute is also extended |
153 |
as a common attribute by RDFa Last Call Working Draft. |
154 |
|
155 |
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
156 |
|
157 |
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
158 |
|
159 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
160 |
|
161 |
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
162 |
|
163 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
164 |
|
165 |
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
166 |
is now disallowed (HTML5 revision 1566). |datagrid| elements |
167 |
may be empty. |
168 |
|
169 |
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
170 |
|
171 |
* HTML.pm: The |param| element is in LC phase now. |
172 |
|
173 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
174 |
|
175 |
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
176 |
sandbox="" (HTML5 revision 1643). |
177 |
|
178 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
179 |
|
180 |
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
181 |
revision 1659). |
182 |
|
183 |
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
184 |
|
185 |
* HTML.pm: Fact out generic charset name checking code |
186 |
to $HTMLCharsetChecker. Support for charset="" attributes |
187 |
on <a>, <link>, and <script> elements. |
188 |
|
189 |
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
190 |
|
191 |
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
192 |
one "." characters were allowed in a floating point number |
193 |
incorrectly. |
194 |
(source): Support for the pixelratio="" attribute (HTML5 revision |
195 |
1629). |
196 |
|
197 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
198 |
|
199 |
* HTML.pm: Yay, |canvas| got the final status! |
200 |
|
201 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
202 |
|
203 |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
204 |
letters (HTML5 revision 1572). |
205 |
|
206 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
207 |
|
208 |
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
209 |
table object. Return the table object, not table element. |
210 |
The |headers=""| checker for |td| elements are now noop. |
211 |
Set the status of |headers=""| attribute as HTML5's one. |
212 |
|
213 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
214 |
|
215 |
* HTML.pm ($HTMLLengthAttrChecker): New. |
216 |
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
217 |
(script/@langauge): Implemented. |
218 |
|
219 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
220 |
|
221 |
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
222 |
Check meta refresh content="". |
223 |
|
224 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
225 |
|
226 |
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
227 |
no longer content model error (they might be raise |
228 |
table model error, however). All table model error |
229 |
parameters should propagate. |
230 |
|
231 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
232 |
|
233 |
* HTML.pm: Raise an error if a repeat* global attrbute |
234 |
is used for an HTML element. |
235 |
|
236 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
237 |
|
238 |
* HTML.pm: Support for global attributes. Status |
239 |
for XHTML2 elements/attributes are added. |
240 |
|
241 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
242 |
|
243 |
* HTML.pm: Support for |repeat-start=""| attribute. |
244 |
|
245 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
246 |
|
247 |
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
248 |
|repeat-min=""|, and |repeat-max=""| attributes. |
249 |
Support for |button| |type| values |add|, |remove|, |move-up|, |
250 |
and |move-down|. |
251 |
|
252 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
253 |
|
254 |
* HTML.pm: Support for |template=""|, |ref=""|, and |
255 |
|registrationmark=""| attributes. |
256 |
|
257 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
258 |
|
259 |
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
260 |
1511). |
261 |
|
262 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
263 |
|
264 |
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
265 |
revision 1495). Defined terms no longer have to be unique (HTML5 |
266 |
revision 1467). |
267 |
|
268 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
269 |
|
270 |
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
271 |
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
272 |
revision 1471) and an empty string is no longer allowed (HTML5 |
273 |
revision 1470). |
274 |
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
275 |
|
276 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
277 |
|
278 |
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
279 |
revision 1426). |
280 |
|
281 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
282 |
|
283 |
* HTML.pm: Support for HTML custom data attributes (HTML5 |
284 |
revision 1399). |
285 |
|
286 |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
287 |
|
288 |
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
289 |
|
290 |
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
291 |
|
292 |
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
293 |
|
294 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
295 |
|
296 |
* HTML.pm: link/@rev and a/@rev are implemented. |
297 |
|
298 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
299 |
|
300 |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
301 |
img/@vspace, img/@longdesc, object/@align, object/@archive, |
302 |
object/@border, object/@classid, object/@codebase, |
303 |
object/@codetype, object/@declare, object/@hspace, |
304 |
object/@standby, object/@vspace, param/@valuetype, |
305 |
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
306 |
and %cellvalign/@valign are implemented. |
307 |
|
308 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
309 |
|
310 |
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
311 |
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
312 |
th/@nowrap, caption/@align , table/@frame, table/@rules, |
313 |
table/@summary, and table/@width are implemented. |
314 |
|
315 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
316 |
|
317 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
318 |
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
319 |
br/@clear, pre/@width, ol/@compact, ul/@compact, |
320 |
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
321 |
|
322 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
323 |
|
324 |
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
325 |
checker). head/@profile implemented. meta/@scheme implemented (as |
326 |
do-nothing checker). |
327 |
|
328 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
329 |
|
330 |
* HTML.pm: Add URIs to the list of URIs to be returned |
331 |
by the checker method. |accesskey| attribute is implemented. |
332 |
|
333 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
334 |
|
335 |
* Atom.pm: Don't raise an error even if there is |
336 |
no |atom:summary| element child in the |atom:entry| |
337 |
element when the |type| attribute of the |atom:content| |
338 |
element is set to |html|, |xhtml|, or |text|. |
339 |
The |atom:rights| elements were implemented |
340 |
as Date construct (!?). |
341 |
Typo in code for |rel=alternate| are fixed. |
342 |
|
343 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
344 |
|
345 |
* Atom.pm: Support for |thr:total| element. |
346 |
Add notes on additional Atom namespaces. |
347 |
|
348 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
349 |
|
350 |
* Atom.pm: Support for |thr:in-reply-to| element. |
351 |
|
352 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
353 |
|
354 |
* Atom.pm: Raise an error if required |atom:summary| |
355 |
element is missing from an |atom:entry| element. |
356 |
|
357 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
358 |
|
359 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
360 |
|
361 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
362 |
|
363 |
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
364 |
|
365 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
366 |
|
367 |
* Atom.pm: Support for |<content type=html>| content |
368 |
checking. |
369 |
|
370 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
371 |
|
372 |
* Atom.pm: Support for |author| for |feed| checking. |
373 |
|
374 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
375 |
|
376 |
* Atom.pm: Support for |author| for |entry| checking. |
377 |
|
378 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
379 |
|
380 |
* HTML.pm: Some attribute level definitions were missing. |
381 |
|
382 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
383 |
|
384 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
385 |
|
386 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
387 |
|
388 |
* HTML.pm: |contenteditable| attribute support is now implemented. |
389 |
|
390 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
391 |
|
392 |
* HTML.pm: Known but not-implemented-yet attributes were not |
393 |
warned. |
394 |
|
395 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
396 |
|
397 |
* HTML.pm: Status information from old specifications |
398 |
are incorporated. |
399 |
|
400 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
401 |
|
402 |
* Atom.pm: Reimplemented. |
403 |
|
404 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
405 |
|
406 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
407 |
Raise an error if |area| is not a descendant of |map|. |
408 |
|
409 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
410 |
|
411 |
* HTML.pm: Sectioning root category added. |blockquote| |
412 |
is no longer a sectioning content. |
413 |
|
414 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
415 |
|
416 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
417 |
revision 1250). |
418 |
|
419 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
420 |
|
421 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
422 |
since the spec itself is frankensteinesque:-); note that though |
423 |
it is weired spec from the today's viewpoint, it is still |
424 |
better-written spec than any W3C (Candidate or Proposed or full) |
425 |
Recommendation, sadly. |
426 |
|
427 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
428 |
|
429 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
430 |
from XHTML M12N 1.0 are reflected in |status| field. |
431 |
|
432 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
433 |
|
434 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
435 |
Don't raise "not defined" errors; they are now raised according |
436 |
to status flags. Status flags of li/@value, ol/@start, and menu |
437 |
are now non-deprecated, to avoid deprecated error message. |
438 |
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
439 |
according to HTML4. |
440 |
|
441 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
442 |
|
443 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
444 |
Add |reversed| to |ol| (HTML5 revision 1248). |
445 |
|
446 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
447 |
|
448 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
449 |
|
450 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
451 |
|
452 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
453 |
Raise not-part-of-HTML5 error for |acronym|. |
454 |
|
455 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
456 |
|
457 |
* HTML.pm: HTML5 attribute status added. |
458 |
|
459 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
460 |
|
461 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
462 |
info are not added yet). Make element or attribute not defined |
463 |
by HTML5 spec as a conformance error (though it is not clearly |
464 |
defined by HTML5 spec as non-conforming). Note that more work |
465 |
is needed for non-standard attribute thing, since the current |
466 |
implementation prevents non-standard attribute from being |
467 |
syntactically checked (otherwise it is treated as if a |
468 |
standard attribute). |
469 |
|
470 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
471 |
|
472 |
* HTML.pm: Standardized status attributes are added. |
473 |
|
474 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
475 |
|
476 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
477 |
as usual. |
478 |
|
479 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
480 |
|
481 |
* HTML.pm: Updated for |del|-and-significant problem. |
482 |
|
483 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
484 |
|
485 |
* HTML.pm (datagrid): Condition was incorrect. |
486 |
|
487 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
488 |
|
489 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
490 |
change state when a transparent element is encountered. |
491 |
(details check): Reimplemented. |
492 |
|
493 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
494 |
|
495 |
* HTML.pm (object check_end): Don't check significant content |
496 |
if the element is used as a transparent element. |
497 |
(video check): Reimplemented. |
498 |
|
499 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
500 |
|
501 |
* HTML.pm: |figure| content checker reimplemented. |object| |
502 |
content checker for root element case reimplemented. |
503 |
|
504 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
505 |
|
506 |
* HTML.pm: Revised. |
507 |
|
508 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
509 |
|
510 |
* HTML.pm (object): Implemented (with some bug on transparentness |
511 |
handling). |
512 |
|
513 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
514 |
|
515 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
516 |
|
517 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
518 |
|
519 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
520 |
the conformance checker cannot examine the semantics of the |
521 |
image). |
522 |
|
523 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
524 |
|
525 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
526 |
was missing from |$HTMLInteractiveContent|. |
527 |
(a): Use new |$HTMLInteractiveContent| in place |
528 |
of |$HTMLIntetractiveElements|. |
529 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
530 |
of |$HTMLStrictlyInlineChecker|. |
531 |
|
532 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
533 |
|
534 |
* HTML.pm (figure): Implemented. |
535 |
(video, audio): In no-parent-element case with |src| attribute, |
536 |
the content model is now prose content. |
537 |
|
538 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
539 |
|
540 |
* HTML.pm (noscript): Reimplemented. |
541 |
|
542 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
543 |
|
544 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
545 |
1180). |
546 |
|
547 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
548 |
|
549 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
550 |
now requires prose content. |
551 |
|
552 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
553 |
|
554 |
* HTML.pm: Error messages revised. |
555 |
|
556 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
557 |
|
558 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
559 |
|
560 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
561 |
|
562 |
* HTML.pm (<style>): CSS validation code removed; instead, |
563 |
it does invoke subdoc callback to ask to the callee to validate |
564 |
the style sheet separately. |
565 |
|
566 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
567 |
|
568 |
* HTML.pm (<style>): Initial version of CSS validation support. |
569 |
|
570 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
571 |
|
572 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
573 |
|
574 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
575 |
|
576 |
* HTML.pm: Support for checking for significant content (HTML5 |
577 |
revision 1114). Note that the current implementation has |
578 |
an issue on treatment for transparent or semi-transparent |
579 |
elements. |
580 |
|
581 |
* Atom.pm: Support for significant content checking (for composed |
582 |
HTML-Atom documents). |
583 |
|
584 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
585 |
|
586 |
* HTML.pm (header): Descendant constraint is redefined by |
587 |
new todo item type |descendant|. |
588 |
|
589 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
590 |
|
591 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
592 |
(nest/@mode): Definition was wrong. |
593 |
($HTMLSelectorsAttrChecker): New. |
594 |
|
595 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
596 |
|
597 |
* HTML.pm (meta): Character references in |charset| attribute |
598 |
values are now erred. |
599 |
|
600 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
601 |
|
602 |
* HTML.pm (meta): |charset| value tests implemented. |
603 |
|
604 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
605 |
|
606 |
* HTML.pm: Raise bad-context error for proposed link types. |
607 |
|
608 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
609 |
|
610 |
* HTML.pm: Specialized error for old charset syntax. |
611 |
|
612 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
613 |
|
614 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
615 |
|
616 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
617 |
|
618 |
* HTML.pm: Allow <html manifest=URI>. |
619 |
|
620 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
621 |
|
622 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
623 |
revision 1115). |
624 |
|
625 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
626 |
|
627 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
628 |
revision 1115). |
629 |
|
630 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
631 |
|
632 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
633 |
|
634 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
635 |
|
636 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
637 |
|
638 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
639 |
|
640 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
641 |
revision 1085). |
642 |
|
643 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
644 |
|
645 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
646 |
and |html:rule| elements. |
647 |
|
648 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
649 |
|
650 |
* Atom.pm (atom:link@title): Definition was missing. |
651 |
|
652 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
653 |
|
654 |
* Atom.pm (hreflang): Checker is implemented. |
655 |
(AtomDateConstruct): Checking for content is implemented. |
656 |
|
657 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
658 |
|
659 |
* HTML.pm: Support for language tag validation. |
660 |
|
661 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
662 |
|
663 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
664 |
elenments are changed as per HTML5 revision 1018. |
665 |
|
666 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
667 |
|
668 |
* HTML.pm: Raise new errors if |base| is following |
669 |
URI attributes or hyperlink attributes. |
670 |
|
671 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
672 |
|
673 |
* HTML.pm: Support for |noscript| in |head|. Make an |
674 |
error for |noscript| in XML document. |
675 |
|
676 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
677 |
|
678 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
679 |
value are changed for the ease of error message catalog |
680 |
lookup. |
681 |
|
682 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
683 |
|
684 |
* Atom.pm: |link|-related checks are added; |type| |
685 |
media type checks are added. |hreflang| now warns |
686 |
as unimplemented. |
687 |
|
688 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
689 |
|
690 |
* Atom.pm: Checker for all elements are defined (with |
691 |
a number of "TODO"s). |
692 |
|
693 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
694 |
|
695 |
* Atom.pm: New Perl module. |
696 |
|
697 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
698 |
|
699 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
700 |
|
701 |
* ChangeLog: New file. |