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