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> |
40 |
|
|
41 |
|
* NanoDOM.pm (DOMImplementation): New class. |
42 |
|
(append_child): Weaken the |parent_node| reference. |
43 |
|
(create_element_ns, Element new): Set the |owner_document| |
44 |
|
reference. |
45 |
|
(implementation): New attribute. |
46 |
|
(owner_document, local_name, namespace_uri): New attributes. |
47 |
|
|
48 |
|
* HTML.pm.src (parse_string): Line and column numbers |
49 |
|
are now provided to error handler. |
50 |
|
(!!!parse-error): Short descriptions are added. |
51 |
|
(_construct_tree): Split into three methods; support |
52 |
|
for innerHTML mode. |
53 |
|
(set_inner_html): New method. |
54 |
|
|
55 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* NanoDOM.html: Documentation is added. |
* NanoDOM.html: Documentation is added. |