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> |
62 |
|
|
63 |
|
* HTML.pm.src: Similar codes are merged together. |
64 |
|
|
65 |
|
2008-03-10 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* mkhtmlparser.pl: Set "level" parameter to parse errors. |
68 |
|
|
69 |
|
* HTML.pm.src: Code refined. |
70 |
|
|
71 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm.src: |</body>| treatement has been changed (HTML5 |
74 |
|
revision 1348). Note that I really don't know this makes |
75 |
|
any difference in the black-box behavior of the parser. |
76 |
|
|
77 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm.src: New end-of-file token implementation (HTML5 |
80 |
|
revision 1348). |
81 |
|
|
82 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm.src: |applet| support (HTML5 revision 1347). |
85 |
|
|
86 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343). |
89 |
|
|
90 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
* HTML.pm.src: Support for |<input>| in the "in select" insertion |
* HTML.pm.src: Support for |<input>| in the "in select" insertion |