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