1 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* NanoDOM.pm (DOMImplementation): New class. |
4 |
(append_child): Weaken the |parent_node| reference. |
5 |
(create_element_ns, Element new): Set the |owner_document| |
6 |
reference. |
7 |
(implementation): New attribute. |
8 |
(owner_document, local_name, namespace_uri): New attributes. |
9 |
|
10 |
* HTML.pm.src (parse_string): Line and column numbers |
11 |
are now provided to error handler. |
12 |
(!!!parse-error): Short descriptions are added. |
13 |
(_construct_tree): Split into three methods; support |
14 |
for innerHTML mode. |
15 |
(set_inner_html): New method. |
16 |
|
17 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* NanoDOM.html: Documentation is added. |
20 |
|
21 |
* HTML.pod, ContentType.html: Documentation is revised. |
22 |
|
23 |
* .cvsignore: Pod2html temporary files are added. |
24 |
|
25 |
* Makefile: Make |NanoDOM.html|. |
26 |
|
27 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* HTML.pm.src (parse_string): New method. |
30 |
(get_inner_html): Renamed from |inner_html|. |
31 |
|
32 |
* Makefile: A rule for |HTML.html| is added. |
33 |
|
34 |
* HTML.pod: New documentation. |
35 |
|
36 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* NanoDOM.pm (last_child, previous_sibling): New attributes. |
39 |
(clone_node): Attribute nodes were not completely copied. |
40 |
|
41 |
* HTML.pm.src: Many bugs are fixed. |
42 |
|
43 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* HTML.pm.src: Some typos are fixed. |
46 |
|
47 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* mkhtmlparser.pl, Makefile: References to the |HTML-consume-entity.src| |
50 |
are removed. |
51 |
|
52 |
* HTML.pm.src: Tokenizer's handling on named entities are rewritten. |
53 |
|
54 |
* HTML-consume-entity.src: Removed. |
55 |
|
56 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* HTML.pm.src: Tokenizer's handling on hexadecimal |
59 |
numeric entities are rewritten. |
60 |
|
61 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
62 |
|
63 |
* HTML.pm.src: Some tokenizer bugs are fixed. |
64 |
|
65 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
66 |
|
67 |
* HTML.pm.src: The tree construction stage is implemented. |
68 |
|
69 |
* mkhtmlparser.pl: New macros are added. |
70 |
|
71 |
2007-04-28 Wakaba <wakaba@suika.fam.cx> |
72 |
|
73 |
* ContentType.pm: A note on bug in the specification |
74 |
is removed since it's been now fixed. |
75 |
|
76 |
* .cvsignore: New file. |
77 |
|
78 |
2007-04-28 Wakaba <wakaba@suika.fam.cx> |
79 |
|
80 |
* HTML.pm.src, HTML-consume-entity.src: New files. |
81 |
|
82 |
* Makefile (HTML.pm): New rule. |
83 |
|
84 |
* mkhtmlparser.pl: New script. |
85 |
|
86 |
2007-04-25 Wakaba <wakaba@suika.fam.cx> |
87 |
|
88 |
* Makefile: New file. |
89 |
|
90 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* ContentType.pm: An error in pod is fixed. |
93 |
|
94 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
95 |
|
96 |
* ContentType.pm: Documentation is added. |
97 |
|
98 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
99 |
|
100 |
* ContentType.pm: New Perl module. |
101 |
|
102 |
* ChangeLog: New file. |
103 |
|
104 |
|