1 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* RDFXML.pm: New module. |
4 |
|
|
5 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src (set_inner_html): Line/column number |
8 |
|
code was old one yet. |
9 |
|
|
10 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
13 |
|
errors. Line/column markings for DOCTYPE, comment, and |
14 |
|
character tokens are reintroduced; otherwise, |
15 |
|
error location for "not HTML5" error and errors |
16 |
|
for implied elements are not attached. |
17 |
|
|
18 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
21 |
|
|
22 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
23 |
|
(value): Setter implemented. |
24 |
|
|
25 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
26 |
|
|
27 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src: Unused line/column markings are removed. |
30 |
|
|
31 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
34 |
|
flag, which is no longer used. |
35 |
|
|
36 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src: Set line/column information to element nodes. |
39 |
|
|
40 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
41 |
|
and !!!insert-element-t): Set line/column information to |
42 |
|
element nodes. |
43 |
|
|
44 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
47 |
|
in "<?", "<>", or "</>" should be the error point. |
48 |
|
|
49 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
52 |
|
|
53 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: Token-level precious error reporting. |
56 |
|
|
57 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm.src: Preparation for more precious error point |
60 |
|
reporting. |
61 |
|
|
62 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm.src: Error type revised. |
65 |
|
|
66 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: Similar codes are merged together, again. |
69 |
|
|
70 |
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
* HTML.pm.src: Similar codes are merged together. |
* HTML.pm.src: Similar codes are merged together. |