1 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (set_inner_html): Line/column number |
4 |
|
code was old one yet. |
5 |
|
|
6 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
9 |
|
errors. Line/column markings for DOCTYPE, comment, and |
10 |
|
character tokens are reintroduced; otherwise, |
11 |
|
error location for "not HTML5" error and errors |
12 |
|
for implied elements are not attached. |
13 |
|
|
14 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
17 |
|
|
18 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
19 |
|
(value): Setter implemented. |
20 |
|
|
21 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
22 |
|
|
23 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm.src: Unused line/column markings are removed. |
26 |
|
|
27 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
30 |
|
flag, which is no longer used. |
31 |
|
|
32 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src: Set line/column information to element nodes. |
35 |
|
|
36 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
37 |
|
and !!!insert-element-t): Set line/column information to |
38 |
|
element nodes. |
39 |
|
|
40 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
43 |
|
in "<?", "<>", or "</>" should be the error point. |
44 |
|
|
45 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* HTML.pm.src: Some more fixes on error position reporting. |
* HTML.pm.src: Some more fixes on error position reporting. |