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