1 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Don't generate duplicate |
4 |
|
error when an element type is put in the "minus" list |
5 |
|
and the element type is not allowed explicitly in the particular |
6 |
|
element content model. |
7 |
|
(html:a checker): New checker. |
8 |
|
(html:details, html:datagrid): New checkers. |
9 |
|
(html:legend): New checker. |
10 |
|
|
11 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm (html:li checker): Implemented. |
14 |
|
|
15 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ContentChecker.pm ($HTMLInlineOrStriclyInlineChecker): New |
18 |
|
checker. |
19 |
|
(html:dd checker): New checker. |
20 |
|
(html:q, html:em, html:strong, html:small, |
21 |
|
html:m, html:dfn, html:code, html:samp, html:span): New checkers. |
22 |
|
|
23 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.pm ($AnyChecker): Renamed |
26 |
|
from |$ElementDefault->{checker}|. |
27 |
|
($ElementDefault->{checker}): Throw an error that |
28 |
|
the element type is not supported by the checker. |
29 |
|
($HTMLMetadataElement): |html:base| was missing. |
30 |
|
($HTMLEmptyChecker): Don't throw an error |
31 |
|
for inter-element whitespace nodes. |
32 |
|
(html:html checker): Errors were not |
33 |
|
thrown even if |html:head| and/or |html:body| |
34 |
|
children were missing. |
35 |
|
(html:head checker): An error was not |
36 |
|
thrown if <meta charset> appered after other |
37 |
|
elements. |
38 |
|
|
39 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* ContentChecker.pm: |footer|, |video|, |audio|, |script|, |
* ContentChecker.pm: |footer|, |video|, |audio|, |script|, |