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