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