1 |
|
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: |footer|, |video|, |audio|, |script|, |
4 |
|
and |noscript| elements are implemented. |
5 |
|
(new): New method. |
6 |
|
|
7 |
|
2007-05-04 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ContentChecker.pm: New module. |
10 |
|
|
11 |
|
2007-05-04 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* NanoDOM.pm (manakai_parent_element, |
14 |
|
document_element, manakai_local_name, |
15 |
|
manakai_element_type_match): New method. |
16 |
|
|
17 |
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Replace decimal and hexadecimal numeric |
20 |
|
entities in C1 range using Windows-1252 mapping. Bare LF |
21 |
|
did not count as new line for error reporting. |
22 |
|
|
23 |
|
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* NanoDOM.pm (DOMImplementation): New class. |
26 |
|
(append_child): Weaken the |parent_node| reference. |
27 |
|
(create_element_ns, Element new): Set the |owner_document| |
28 |
|
reference. |
29 |
|
(implementation): New attribute. |
30 |
|
(owner_document, local_name, namespace_uri): New attributes. |
31 |
|
|
32 |
|
* HTML.pm.src (parse_string): Line and column numbers |
33 |
|
are now provided to error handler. |
34 |
|
(!!!parse-error): Short descriptions are added. |
35 |
|
(_construct_tree): Split into three methods; support |
36 |
|
for innerHTML mode. |
37 |
|
(set_inner_html): New method. |
38 |
|
|
39 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* NanoDOM.html: Documentation is added. |
* NanoDOM.html: Documentation is added. |