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