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