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