1 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Use hashs rather than lists for |
4 |
|
element type testings. |
5 |
|
|
6 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm: Don't generate duplicate |
9 |
|
error when an element type is put in the "minus" list |
10 |
|
and the element type is not allowed explicitly in the particular |
11 |
|
element content model. |
12 |
|
(html:a checker): New checker. |
13 |
|
(html:details, html:datagrid): New checkers. |
14 |
|
(html:legend): New checker. |
15 |
|
|
16 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm (html:li checker): Implemented. |
19 |
|
|
20 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* ContentChecker.pm ($HTMLInlineOrStriclyInlineChecker): New |
23 |
|
checker. |
24 |
|
(html:dd checker): New checker. |
25 |
|
(html:q, html:em, html:strong, html:small, |
26 |
|
html:m, html:dfn, html:code, html:samp, html:span): New checkers. |
27 |
|
|
28 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm ($AnyChecker): Renamed |
31 |
|
from |$ElementDefault->{checker}|. |
32 |
|
($ElementDefault->{checker}): Throw an error that |
33 |
|
the element type is not supported by the checker. |
34 |
|
($HTMLMetadataElement): |html:base| was missing. |
35 |
|
($HTMLEmptyChecker): Don't throw an error |
36 |
|
for inter-element whitespace nodes. |
37 |
|
(html:html checker): Errors were not |
38 |
|
thrown even if |html:head| and/or |html:body| |
39 |
|
children were missing. |
40 |
|
(html:head checker): An error was not |
41 |
|
thrown if <meta charset> appered after other |
42 |
|
elements. |
43 |
|
|
44 |
|
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm: |footer|, |video|, |audio|, |script|, |
47 |
|
and |noscript| elements are implemented. |
48 |
|
(new): New method. |
49 |
|
|
50 |
|
2007-05-04 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* ContentChecker.pm: New module. |
53 |
|
|
54 |
|
2007-05-04 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* NanoDOM.pm (manakai_parent_element, |
57 |
|
document_element, manakai_local_name, |
58 |
|
manakai_element_type_match): New method. |
59 |
|
|
60 |
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src: Replace decimal and hexadecimal numeric |
63 |
|
entities in C1 range using Windows-1252 mapping. Bare LF |
64 |
|
did not count as new line for error reporting. |
65 |
|
|
66 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
* NanoDOM.pm (DOMImplementation): New class. |
* NanoDOM.pm (DOMImplementation): New class. |