1 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
4 |
|
|
5 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
6 |
|
(value): Setter implemented. |
7 |
|
|
8 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
9 |
|
|
10 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src: Unused line/column markings are removed. |
13 |
|
|
14 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
17 |
|
flag, which is no longer used. |
18 |
|
|
19 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src: Set line/column information to element nodes. |
22 |
|
|
23 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
24 |
|
and !!!insert-element-t): Set line/column information to |
25 |
|
element nodes. |
26 |
|
|
27 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
30 |
|
in "<?", "<>", or "</>" should be the error point. |
31 |
|
|
32 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
35 |
|
|
36 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src: Token-level precious error reporting. |
39 |
|
|
40 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* HTML.pm.src: Preparation for more precious error point |
* HTML.pm.src: Preparation for more precious error point |