1 |
wakaba |
1.3 |
2007-05-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.4 |
* ContentChecker.pm: New module. |
4 |
|
|
|
5 |
|
|
2007-05-04 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
wakaba |
1.3 |
* 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 |
wakaba |
1.2 |
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 |
wakaba |
1.1 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
|
35 |
|
|
* NanoDOM.html: Documentation is added. |
36 |
|
|
|
37 |
|
|
* HTML.pod, ContentType.html: Documentation is revised. |
38 |
|
|
|
39 |
|
|
* .cvsignore: Pod2html temporary files are added. |
40 |
|
|
|
41 |
|
|
* Makefile: Make |NanoDOM.html|. |
42 |
|
|
|
43 |
|
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
|
45 |
|
|
* HTML.pm.src (parse_string): New method. |
46 |
|
|
(get_inner_html): Renamed from |inner_html|. |
47 |
|
|
|
48 |
|
|
* Makefile: A rule for |HTML.html| is added. |
49 |
|
|
|
50 |
|
|
* HTML.pod: New documentation. |
51 |
|
|
|
52 |
|
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
|
54 |
|
|
* NanoDOM.pm (last_child, previous_sibling): New attributes. |
55 |
|
|
(clone_node): Attribute nodes were not completely copied. |
56 |
|
|
|
57 |
|
|
* HTML.pm.src: Many bugs are fixed. |
58 |
|
|
|
59 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
|
61 |
|
|
* HTML.pm.src: Some typos are fixed. |
62 |
|
|
|
63 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
|
65 |
|
|
* mkhtmlparser.pl, Makefile: References to the |HTML-consume-entity.src| |
66 |
|
|
are removed. |
67 |
|
|
|
68 |
|
|
* HTML.pm.src: Tokenizer's handling on named entities are rewritten. |
69 |
|
|
|
70 |
|
|
* HTML-consume-entity.src: Removed. |
71 |
|
|
|
72 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
|
74 |
|
|
* HTML.pm.src: Tokenizer's handling on hexadecimal |
75 |
|
|
numeric entities are rewritten. |
76 |
|
|
|
77 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
|
79 |
|
|
* HTML.pm.src: Some tokenizer bugs are fixed. |
80 |
|
|
|
81 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
|
83 |
|
|
* HTML.pm.src: The tree construction stage is implemented. |
84 |
|
|
|
85 |
|
|
* mkhtmlparser.pl: New macros are added. |
86 |
|
|
|
87 |
|
|
2007-04-28 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
|
89 |
|
|
* ContentType.pm: A note on bug in the specification |
90 |
|
|
is removed since it's been now fixed. |
91 |
|
|
|
92 |
|
|
* .cvsignore: New file. |
93 |
|
|
|
94 |
|
|
2007-04-28 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
|
96 |
|
|
* HTML.pm.src, HTML-consume-entity.src: New files. |
97 |
|
|
|
98 |
|
|
* Makefile (HTML.pm): New rule. |
99 |
|
|
|
100 |
|
|
* mkhtmlparser.pl: New script. |
101 |
|
|
|
102 |
|
|
2007-04-25 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
|
104 |
|
|
* Makefile: New file. |
105 |
|
|
|
106 |
|
|
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
|
108 |
|
|
* ContentType.pm: An error in pod is fixed. |
109 |
|
|
|
110 |
|
|
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
|
112 |
|
|
* ContentType.pm: Documentation is added. |
113 |
|
|
|
114 |
|
|
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
|
116 |
|
|
* ContentType.pm: New Perl module. |
117 |
|
|
|
118 |
|
|
* ChangeLog: New file. |
119 |
|
|
|
120 |
|
|
|