/[suikacvs]/markup/html/whatpm/t/tree-construction/tests1.dat
Suika

Contents of /markup/html/whatpm/t/tree-construction/tests1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Sun Nov 11 05:06:29 2007 UTC (17 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +515 -515 lines
test data updated

1 wakaba 1.1 #data
2     Test
3     #errors
4 wakaba 1.5 Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
5 wakaba 1.1 #document
6     | <html>
7     | <head>
8     | <body>
9     | "Test"
10    
11     #data
12     <p>One<p>Two
13     #errors
14 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
15 wakaba 1.1 #document
16     | <html>
17     | <head>
18     | <body>
19     | <p>
20     | "One"
21     | <p>
22     | "Two"
23    
24     #data
25     Line1<br>Line2<br>Line3<br>Line4
26     #errors
27 wakaba 1.5 Line: 1 Col: 5 Unexpected non-space characters. Expected DOCTYPE.
28 wakaba 1.1 #document
29     | <html>
30     | <head>
31     | <body>
32     | "Line1"
33     | <br>
34     | "Line2"
35     | <br>
36     | "Line3"
37     | <br>
38     | "Line4"
39    
40     #data
41     <html>
42     #errors
43 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
44 wakaba 1.1 #document
45     | <html>
46     | <head>
47     | <body>
48    
49     #data
50     <head>
51     #errors
52 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
53 wakaba 1.1 #document
54     | <html>
55     | <head>
56     | <body>
57    
58     #data
59     <body>
60     #errors
61 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
62 wakaba 1.1 #document
63     | <html>
64     | <head>
65     | <body>
66    
67     #data
68     <html><head>
69     #errors
70 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
71 wakaba 1.1 #document
72     | <html>
73     | <head>
74     | <body>
75    
76     #data
77     <html><head></head>
78     #errors
79 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
80 wakaba 1.1 #document
81     | <html>
82     | <head>
83     | <body>
84    
85     #data
86     <html><head></head><body>
87     #errors
88 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
89 wakaba 1.1 #document
90     | <html>
91     | <head>
92     | <body>
93    
94     #data
95     <html><head></head><body></body>
96     #errors
97 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
98 wakaba 1.1 #document
99     | <html>
100     | <head>
101     | <body>
102    
103     #data
104     <html><head><body></body></html>
105     #errors
106 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
107 wakaba 1.1 #document
108     | <html>
109     | <head>
110     | <body>
111    
112     #data
113     <html><head></body></html>
114     #errors
115 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
116 wakaba 1.1 #document
117     | <html>
118     | <head>
119     | <body>
120    
121     #data
122     <html><head><body></html>
123     #errors
124 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
125 wakaba 1.1 #document
126     | <html>
127     | <head>
128     | <body>
129    
130     #data
131     <html><body></html>
132     #errors
133 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
134 wakaba 1.1 #document
135     | <html>
136     | <head>
137     | <body>
138    
139     #data
140     <body></html>
141     #errors
142 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
143 wakaba 1.1 #document
144     | <html>
145     | <head>
146     | <body>
147    
148     #data
149     <head></html>
150     #errors
151 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
152 wakaba 1.1 #document
153     | <html>
154     | <head>
155     | <body>
156    
157     #data
158     </head>
159     #errors
160 wakaba 1.5 Line: 1 Col: 7 Unexpected end tag (head). Expected DOCTYPE.
161 wakaba 1.1 #document
162     | <html>
163     | <head>
164     | <body>
165    
166     #data
167     </body>
168     #errors
169 wakaba 1.5 Line: 1 Col: 7 Unexpected end tag (body). Expected DOCTYPE.
170 wakaba 1.1 #document
171     | <html>
172     | <head>
173     | <body>
174    
175     #data
176     </html>
177     #errors
178 wakaba 1.5 Line: 1 Col: 7 Unexpected end tag (html). Expected DOCTYPE.
179 wakaba 1.1 #document
180     | <html>
181     | <head>
182     | <body>
183    
184     #data
185     <b><table><td><i></table>
186     #errors
187 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
188     Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
189     Line: 1 Col: 25 Got table cell end tag (td) while required end tags are missing.
190     Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
191 wakaba 1.1 #document
192     | <html>
193     | <head>
194     | <body>
195     | <b>
196     | <table>
197     | <tbody>
198     | <tr>
199     | <td>
200     | <i>
201    
202     #data
203     <b><table><td></b><i></table>X
204     #errors
205 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
206     Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
207     Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
208     Line: 1 Col: 29 Got table cell end tag (td) while required end tags are missing.
209     Line: 1 Col: 30 Expected closing tag. Unexpected end of file.
210 wakaba 1.1 #document
211     | <html>
212     | <head>
213     | <body>
214     | <b>
215     | <table>
216     | <tbody>
217     | <tr>
218     | <td>
219     | <i>
220     | "X"
221    
222     #data
223     <h1>Hello<h2>World
224     #errors
225 wakaba 1.5 Line: 1 Col: 4 Unexpected start tag (h1). Expected DOCTYPE.
226     Line: 1 Col: 18 Expected closing tag. Unexpected end of file.
227 wakaba 1.1 #document
228     | <html>
229     | <head>
230     | <body>
231     | <h1>
232     | "Hello"
233 wakaba 1.2 | <h2>
234     | "World"
235 wakaba 1.1
236     #data
237     <a><p>X<a>Y</a>Z</p></a>
238     #errors
239 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
240     Line: 1 Col: 10 Unexpected start tag (a) implies end tag (a).
241     Line: 1 Col: 10 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
242     Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
243 wakaba 1.1 #document
244     | <html>
245     | <head>
246     | <body>
247     | <a>
248     | <p>
249     | <a>
250     | "X"
251     | <a>
252     | "Y"
253     | "Z"
254    
255     #data
256     <b><button></b></button></b>
257     #errors
258 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
259     Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
260 wakaba 1.1 #document
261     | <html>
262     | <head>
263     | <body>
264     | <b>
265     | <button>
266    
267     #data
268     <p><b><div><marquee></p></b></div>X
269     #errors
270 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
271     Line: 1 Col: 11 Unexpected end tag (p). Ignored.
272     Line: 1 Col: 24 Unexpected end tag (p). Ignored.
273     Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
274     Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
275     Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
276 wakaba 1.1 #document
277     | <html>
278     | <head>
279     | <body>
280     | <p>
281     | <b>
282     | <div>
283     | <b>
284     | <marquee>
285 wakaba 1.3 | <p>
286 wakaba 1.1 | "X"
287    
288     #data
289     <script><div></script></div><title><p></title><p><p>
290     #errors
291 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
292     Line: 1 Col: 28 Unexpected end tag (div). Ignored.
293 wakaba 1.1 #document
294     | <html>
295     | <head>
296     | <script>
297     | "<div>"
298     | <title>
299     | "<p>"
300     | <body>
301     | <p>
302     | <p>
303    
304     #data
305     <!--><div>--<!-->
306     #errors
307 wakaba 1.5 Line: 1 Col: 5 Incorrect comment.
308     Line: 1 Col: 10 Unexpected start tag (div). Expected DOCTYPE.
309     Line: 1 Col: 17 Incorrect comment.
310     Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
311 wakaba 1.1 #document
312 wakaba 1.2 | <!-- -->
313 wakaba 1.1 | <html>
314     | <head>
315     | <body>
316 wakaba 1.2 | <div>
317     | "--"
318     | <!-- -->
319 wakaba 1.1
320     #data
321     <p><hr></p>
322     #errors
323 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
324     Line: 1 Col: 11 Unexpected end tag (p). Ignored.
325 wakaba 1.1 #document
326     | <html>
327     | <head>
328     | <body>
329     | <p>
330     | <hr>
331 wakaba 1.3 | <p>
332 wakaba 1.1
333     #data
334     <select><b><option><select><option></b></select>X
335     #errors
336 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE.
337     Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
338     Line: 1 Col: 27 Unexpected select start tag in the select phase implies select start tag.
339     Line: 1 Col: 35 Unexpected start tag option. Ignored.
340     Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
341     Line: 1 Col: 48 Unexpected end tag (select). Ignored.
342 wakaba 1.1 #document
343     | <html>
344     | <head>
345     | <body>
346     | <select>
347     | <option>
348     | "X"
349    
350     #data
351     <a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
352     #errors
353 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
354     Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
355     Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
356     Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing.
357     Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode.
358     Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a).
359     Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
360     Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase.
361     Line: 1 Col: 63 Unexpected start tag (a) implies end tag (a).
362     Line: 1 Col: 64 Expected closing tag. Unexpected end of file.
363 wakaba 1.1 #document
364     | <html>
365     | <head>
366     | <body>
367     | <a>
368     | <a>
369     | <table>
370     | <tbody>
371     | <tr>
372     | <td>
373     | <a>
374     | <table>
375     | <a>
376     | <a>
377     | <b>
378     | "X"
379     | "C"
380     | <a>
381     | "Y"
382    
383     #data
384     <a X>0<b>1<a Y>2
385     #errors
386 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (a). Expected DOCTYPE.
387     Line: 1 Col: 15 Unexpected start tag (a) implies end tag (a).
388     Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
389     Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
390 wakaba 1.1 #document
391     | <html>
392     | <head>
393     | <body>
394     | <a>
395     | x=""
396     | "0"
397     | <b>
398     | "1"
399     | <b>
400     | <a>
401     | y=""
402     | "2"
403    
404     #data
405     <!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
406     #errors
407 wakaba 1.5 Line: 1 Col: 7 Unexpected '-' after '--' found in comment.
408     Line: 1 Col: 14 Unexpected start tag (font). Expected DOCTYPE.
409     Line: 1 Col: 38 Unexpected non-space characters in table context caused voodoo mode.
410     Line: 1 Col: 41 Unexpected start tag (b) in table context caused voodoo mode.
411     Line: 1 Col: 44 Unexpected non-space characters in table context caused voodoo mode.
412     Line: 1 Col: 48 Unexpected implied end tag (b) in the table phase.
413     Line: 1 Col: 48 Unexpected table cell start tag (th) in the table body phase.
414     Line: 1 Col: 63 Got table cell end tag (th) while required end tags are missing.
415     Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
416 wakaba 1.1 #document
417     | <!-- - -->
418     | <html>
419     | <head>
420     | <body>
421     | <font>
422     | <div>
423     | "helloexcite!"
424     | <b>
425     | "me!"
426     | <table>
427     | <tbody>
428     | <tr>
429     | <th>
430     | <i>
431     | "please!"
432     | <!-- X -->
433    
434     #data
435     <!DOCTYPE HTML><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
436     #errors
437 wakaba 1.5 Line: 1 Col: 61 Unexpected end tag (li). Missing end tag (body).
438 wakaba 1.1 #document
439     | <!DOCTYPE HTML>
440     | <html>
441     | <head>
442     | <body>
443     | <li>
444     | "hello"
445     | <li>
446     | "world"
447     | <ul>
448     | "how"
449     | <li>
450     | "do"
451     | "you"
452     | <!-- do -->
453    
454     #data
455     <!DOCTYPE HTML>A<option>B<optgroup>C<select>D</option>E
456     #errors
457 wakaba 1.5 Line: 1 Col: 24 Unexpected start tag option. Ignored.
458     Line: 1 Col: 35 Unexpected start tag optgroup. Ignored.
459     Line: 1 Col: 54 Unexpected end tag (option) in the select phase. Ignored.
460     Line: 1 Col: 55 Expected closing tag. Unexpected end of file.
461 wakaba 1.1 #document
462     | <!DOCTYPE HTML>
463     | <html>
464     | <head>
465     | <body>
466     | "ABC"
467     | <select>
468     | "DE"
469    
470     #data
471     <
472     #errors
473 wakaba 1.5 Line: 1 Col: 1 Expected tag name. Got something else instead
474     Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
475 wakaba 1.1 #document
476     | <html>
477     | <head>
478     | <body>
479     | "<"
480    
481     #data
482     <#
483     #errors
484 wakaba 1.5 Line: 1 Col: 1 Expected tag name. Got something else instead
485     Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
486 wakaba 1.1 #document
487     | <html>
488     | <head>
489     | <body>
490     | "<#"
491    
492     #data
493     </
494     #errors
495 wakaba 1.5 Line: 1 Col: 2 Expected closing tag. Unexpected end of file.
496     Line: 1 Col: 2 Unexpected non-space characters. Expected DOCTYPE.
497 wakaba 1.1 #document
498     | <html>
499     | <head>
500     | <body>
501     | "</"
502    
503     #data
504     </#
505     #errors
506 wakaba 1.5 Line: 1 Col: 2 Expected closing tag. Unexpected character '#' found.
507     Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
508 wakaba 1.1 #document
509     | <!-- # -->
510     | <html>
511     | <head>
512     | <body>
513    
514     #data
515     <?
516     #errors
517 wakaba 1.5 Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
518     Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
519 wakaba 1.1 #document
520     | <!-- ? -->
521     | <html>
522     | <head>
523     | <body>
524    
525     #data
526     <?#
527     #errors
528 wakaba 1.5 Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
529     Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
530 wakaba 1.1 #document
531     | <!-- ?# -->
532     | <html>
533     | <head>
534     | <body>
535    
536     #data
537     <!
538     #errors
539 wakaba 1.5 Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
540     Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
541 wakaba 1.1 #document
542     | <!-- -->
543     | <html>
544     | <head>
545     | <body>
546    
547     #data
548     <!#
549     #errors
550 wakaba 1.5 Line: 1 Col: 3 Expected '--' or 'DOCTYPE'. Not found.
551     Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
552 wakaba 1.1 #document
553     | <!-- # -->
554     | <html>
555     | <head>
556     | <body>
557    
558     #data
559     <?COMMENT?>
560     #errors
561 wakaba 1.5 Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
562     Line: 1 Col: 11 Unexpected End of file. Expected DOCTYPE.
563 wakaba 1.1 #document
564     | <!-- ?COMMENT? -->
565     | <html>
566     | <head>
567     | <body>
568    
569     #data
570     <!COMMENT>
571     #errors
572 wakaba 1.5 Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
573     Line: 1 Col: 10 Unexpected End of file. Expected DOCTYPE.
574 wakaba 1.1 #document
575     | <!-- COMMENT -->
576     | <html>
577     | <head>
578     | <body>
579    
580     #data
581     </ COMMENT >
582     #errors
583 wakaba 1.5 Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
584     Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
585 wakaba 1.1 #document
586     | <!-- COMMENT -->
587     | <html>
588     | <head>
589     | <body>
590    
591     #data
592     <?COM--MENT?>
593     #errors
594 wakaba 1.5 Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
595     Line: 1 Col: 13 Unexpected End of file. Expected DOCTYPE.
596 wakaba 1.1 #document
597     | <!-- ?COM--MENT? -->
598     | <html>
599     | <head>
600     | <body>
601    
602     #data
603     <!COM--MENT>
604     #errors
605 wakaba 1.5 Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
606     Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
607 wakaba 1.1 #document
608     | <!-- COM--MENT -->
609     | <html>
610     | <head>
611     | <body>
612    
613     #data
614     </ COM--MENT >
615     #errors
616 wakaba 1.5 Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
617     Line: 1 Col: 14 Unexpected End of file. Expected DOCTYPE.
618 wakaba 1.1 #document
619     | <!-- COM--MENT -->
620     | <html>
621     | <head>
622     | <body>
623    
624     #data
625     <!DOCTYPE HTML><style> EOF
626     #errors
627 wakaba 1.5 Line: 1 Col: 26 Unexpected end of file. Expected end tag (style).
628 wakaba 1.1 #document
629     | <!DOCTYPE HTML>
630     | <html>
631     | <head>
632     | <style>
633     | " EOF"
634     | <body>
635    
636     #data
637     <!DOCTYPE HTML><script> <!-- </script> --> </script> EOF
638     #errors
639     #document
640     | <!DOCTYPE HTML>
641     | <html>
642     | <head>
643     | <script>
644 wakaba 1.2 | " <!-- </script> --> "
645 wakaba 1.1 | " "
646     | <body>
647 wakaba 1.2 | "EOF"
648 wakaba 1.1
649     #data
650     <b><p></b>TEST
651     #errors
652 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
653     Line: 1 Col: 10 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
654 wakaba 1.1 #document
655     | <html>
656     | <head>
657     | <body>
658     | <b>
659     | <p>
660     | <b>
661     | "TEST"
662    
663     #data
664     <p id=a><b><p id=b></b>TEST
665     #errors
666 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (p). Expected DOCTYPE.
667     Line: 1 Col: 19 Unexpected end tag (p). Ignored.
668     Line: 1 Col: 23 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
669 wakaba 1.1 #document
670     | <html>
671     | <head>
672     | <body>
673     | <p>
674     | id="a"
675     | <b>
676     | <p>
677     | id="b"
678     | "TEST"
679    
680     #data
681     <b id=a><p><b id=b></p></b>TEST
682     #errors
683 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (b). Expected DOCTYPE.
684     Line: 1 Col: 23 Unexpected end tag (p). Ignored.
685     Line: 1 Col: 27 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
686     Line: 1 Col: 31 Expected closing tag. Unexpected end of file.
687 wakaba 1.1 #document
688     | <html>
689     | <head>
690     | <body>
691     | <b>
692     | id="a"
693     | <p>
694     | <b>
695     | id="b"
696     | "TEST"
697    
698     #data
699     <!DOCTYPE HTML><title>U-test</title><body><div><p>Test<u></p></div></body>
700     #errors
701 wakaba 1.5 Line: 1 Col: 61 Unexpected end tag (p). Ignored.
702 wakaba 1.1 #document
703     | <!DOCTYPE HTML>
704     | <html>
705     | <head>
706     | <title>
707     | "U-test"
708     | <body>
709     | <div>
710     | <p>
711     | "Test"
712     | <u>
713    
714     #data
715     <!DOCTYPE HTML><font><table></font></table></font>
716     #errors
717 wakaba 1.5 Line: 1 Col: 35 Unexpected end tag (font) in table context caused voodoo mode.
718     Line: 1 Col: 35 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm.
719 wakaba 1.1 #document
720     | <!DOCTYPE HTML>
721     | <html>
722     | <head>
723     | <body>
724     | <font>
725     | <table>
726    
727     #data
728     <font><p>hello<b>cruel</font>world
729     #errors
730 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (font). Expected DOCTYPE.
731     Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
732     Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
733     Line: 1 Col: 34 Expected closing tag. Unexpected end of file.
734 wakaba 1.1 #document
735     | <html>
736     | <head>
737     | <body>
738     | <font>
739     | <p>
740     | <font>
741     | "hello"
742     | <b>
743     | "cruel"
744     | <b>
745     | "world"
746    
747     #data
748     <b>Test</i>Test
749     #errors
750 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
751     Line: 1 Col: 11 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm.
752     Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
753 wakaba 1.1 #document
754     | <html>
755     | <head>
756     | <body>
757     | <b>
758     | "TestTest"
759    
760     #data
761     <b>A<cite>B<div>C
762     #errors
763 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
764     Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
765 wakaba 1.1 #document
766     | <html>
767     | <head>
768     | <body>
769     | <b>
770     | "A"
771     | <cite>
772     | "B"
773     | <div>
774     | "C"
775    
776     #data
777     <b>A<cite>B<div>C</cite>D
778     #errors
779 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
780     Line: 1 Col: 24 Unexpected end tag (cite). Ignored.
781     Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
782 wakaba 1.1 #document
783     | <html>
784     | <head>
785     | <body>
786     | <b>
787     | "A"
788     | <cite>
789     | "B"
790     | <div>
791     | "CD"
792    
793     #data
794     <b>A<cite>B<div>C</b>D
795     #errors
796 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
797     Line: 1 Col: 21 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
798     Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
799 wakaba 1.1 #document
800     | <html>
801     | <head>
802     | <body>
803     | <b>
804     | "A"
805     | <cite>
806     | "B"
807     | <div>
808     | <b>
809     | "C"
810     | "D"
811    
812     #data
813     <cite><b><cite><i><cite><i><cite><i><div>X</b>TEST
814     #errors
815 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (cite). Expected DOCTYPE.
816     Line: 1 Col: 46 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
817     Line: 1 Col: 50 Expected closing tag. Unexpected end of file.
818 wakaba 1.1 #document
819     | <html>
820     | <head>
821     | <body>
822     | <cite>
823     | <b>
824     | <cite>
825     | <i>
826     | <cite>
827     | <i>
828     | <cite>
829     | <i>
830     | <i>
831     | <i>
832     | <div>
833     | <b>
834     | "X"
835     | "TEST"
836    
837     #data
838    
839     #errors
840 wakaba 1.5 Line: 1 Col: 0 Unexpected End of file. Expected DOCTYPE.
841 wakaba 1.1 #document
842     | <html>
843     | <head>
844     | <body>
845    
846     #data
847     <DIV>
848     #errors
849 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
850     Line: 1 Col: 5 Expected closing tag. Unexpected end of file.
851 wakaba 1.1 #document
852     | <html>
853     | <head>
854     | <body>
855     | <div>
856    
857     #data
858     <DIV> abc
859     #errors
860 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
861     Line: 1 Col: 9 Expected closing tag. Unexpected end of file.
862 wakaba 1.1 #document
863     | <html>
864     | <head>
865     | <body>
866     | <div>
867     | " abc"
868    
869     #data
870     <DIV> abc <B>
871     #errors
872 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
873     Line: 1 Col: 13 Expected closing tag. Unexpected end of file.
874 wakaba 1.1 #document
875     | <html>
876     | <head>
877     | <body>
878     | <div>
879     | " abc "
880     | <b>
881    
882     #data
883     <DIV> abc <B> def
884     #errors
885 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
886     Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
887 wakaba 1.1 #document
888     | <html>
889     | <head>
890     | <body>
891     | <div>
892     | " abc "
893     | <b>
894     | " def"
895    
896     #data
897     <DIV> abc <B> def <I>
898     #errors
899 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
900     Line: 1 Col: 21 Expected closing tag. Unexpected end of file.
901 wakaba 1.1 #document
902     | <html>
903     | <head>
904     | <body>
905     | <div>
906     | " abc "
907     | <b>
908     | " def "
909     | <i>
910    
911     #data
912     <DIV> abc <B> def <I> ghi
913     #errors
914 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
915     Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
916 wakaba 1.1 #document
917     | <html>
918     | <head>
919     | <body>
920     | <div>
921     | " abc "
922     | <b>
923     | " def "
924     | <i>
925     | " ghi"
926    
927     #data
928     <DIV> abc <B> def <I> ghi <P>
929     #errors
930 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
931     Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
932 wakaba 1.1 #document
933     | <html>
934     | <head>
935     | <body>
936     | <div>
937     | " abc "
938     | <b>
939     | " def "
940     | <i>
941     | " ghi "
942     | <p>
943    
944     #data
945     <DIV> abc <B> def <I> ghi <P> jkl
946     #errors
947 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
948     Line: 1 Col: 33 Expected closing tag. Unexpected end of file.
949 wakaba 1.1 #document
950     | <html>
951     | <head>
952     | <body>
953     | <div>
954     | " abc "
955     | <b>
956     | " def "
957     | <i>
958     | " ghi "
959     | <p>
960     | " jkl"
961    
962     #data
963     <DIV> abc <B> def <I> ghi <P> jkl </B>
964     #errors
965 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
966     Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
967     Line: 1 Col: 38 Expected closing tag. Unexpected end of file.
968 wakaba 1.1 #document
969     | <html>
970     | <head>
971     | <body>
972     | <div>
973     | " abc "
974     | <b>
975     | " def "
976     | <i>
977     | " ghi "
978     | <i>
979     | <p>
980     | <b>
981     | " jkl "
982    
983     #data
984     <DIV> abc <B> def <I> ghi <P> jkl </B> mno
985     #errors
986 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
987     Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
988     Line: 1 Col: 42 Expected closing tag. Unexpected end of file.
989 wakaba 1.1 #document
990     | <html>
991     | <head>
992     | <body>
993     | <div>
994     | " abc "
995     | <b>
996     | " def "
997     | <i>
998     | " ghi "
999     | <i>
1000     | <p>
1001     | <b>
1002     | " jkl "
1003     | " mno"
1004    
1005     #data
1006     <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I>
1007     #errors
1008 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
1009     Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
1010     Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
1011     Line: 1 Col: 47 Expected closing tag. Unexpected end of file.
1012 wakaba 1.1 #document
1013     | <html>
1014     | <head>
1015     | <body>
1016     | <div>
1017     | " abc "
1018     | <b>
1019     | " def "
1020     | <i>
1021     | " ghi "
1022     | <i>
1023     | <p>
1024     | <i>
1025     | <b>
1026     | " jkl "
1027     | " mno "
1028    
1029     #data
1030     <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr
1031     #errors
1032 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
1033     Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
1034     Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
1035     Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
1036 wakaba 1.1 #document
1037     | <html>
1038     | <head>
1039     | <body>
1040     | <div>
1041     | " abc "
1042     | <b>
1043     | " def "
1044     | <i>
1045     | " ghi "
1046     | <i>
1047     | <p>
1048     | <i>
1049     | <b>
1050     | " jkl "
1051     | " mno "
1052     | " pqr"
1053    
1054     #data
1055     <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P>
1056     #errors
1057 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
1058     Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
1059     Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
1060     Line: 1 Col: 56 Expected closing tag. Unexpected end of file.
1061 wakaba 1.1 #document
1062     | <html>
1063     | <head>
1064     | <body>
1065     | <div>
1066     | " abc "
1067     | <b>
1068     | " def "
1069     | <i>
1070     | " ghi "
1071     | <i>
1072     | <p>
1073     | <i>
1074     | <b>
1075     | " jkl "
1076     | " mno "
1077     | " pqr "
1078    
1079     #data
1080     <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu
1081     #errors
1082 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
1083     Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
1084     Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
1085     Line: 1 Col: 60 Expected closing tag. Unexpected end of file.
1086 wakaba 1.1 #document
1087     | <html>
1088     | <head>
1089     | <body>
1090     | <div>
1091     | " abc "
1092     | <b>
1093     | " def "
1094     | <i>
1095     | " ghi "
1096     | <i>
1097     | <p>
1098     | <i>
1099     | <b>
1100     | " jkl "
1101     | " mno "
1102     | " pqr "
1103     | " stu"
1104    
1105     #data
1106     <test attribute---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
1107     #errors
1108 wakaba 1.5 Line: 1 Col: 1040 Unexpected start tag (test). Expected DOCTYPE.
1109     Line: 1 Col: 1040 Expected closing tag. Unexpected end of file.
1110 wakaba 1.1 #document
1111     | <html>
1112     | <head>
1113     | <body>
1114     | <test>
1115     | attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=""
1116    
1117     #data
1118     <a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
1119     #errors
1120 wakaba 1.5 Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE.
1121     Line: 1 Col: 39 Unexpected start tag (a) in table context caused voodoo mode.
1122     Line: 1 Col: 39 Unexpected start tag (a) implies end tag (a).
1123     Line: 1 Col: 39 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
1124     Line: 1 Col: 41 Unexpected non-space characters in table context caused voodoo mode.
1125     Line: 1 Col: 45 Unexpected implied end tag (a) in the table phase.
1126     Line: 1 Col: 60 Unexpected non-space characters in table context caused voodoo mode.
1127     Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase.
1128     Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
1129 wakaba 1.1 #document
1130     | <html>
1131     | <head>
1132     | <body>
1133     | <a>
1134     | href="blah"
1135     | "aba"
1136     | <a>
1137     | href="foo"
1138     | "br"
1139     | <a>
1140     | href="foo"
1141     | "x"
1142     | <table>
1143     | <tbody>
1144     | <tr>
1145     | <td>
1146     | <a>
1147     | href="foo"
1148     | "aoe"
1149    
1150     #data
1151     <a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
1152     #errors
1153 wakaba 1.5 Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE.
1154     Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing.
1155     Line: 1 Col: 60 Unexpected non-space characters in table context caused voodoo mode.
1156     Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
1157 wakaba 1.1 #document
1158     | <html>
1159     | <head>
1160     | <body>
1161     | <a>
1162     | href="blah"
1163     | "abax"
1164     | <table>
1165     | <tbody>
1166     | <tr>
1167     | <td>
1168     | <a>
1169     | href="foo"
1170     | "br"
1171     | "aoe"
1172    
1173     #data
1174     <table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
1175     #errors
1176 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
1177     Line: 1 Col: 22 Unexpected start tag (a) in table context caused voodoo mode.
1178     Line: 1 Col: 25 Unexpected non-space characters in table context caused voodoo mode.
1179     Line: 1 Col: 29 Unexpected implied end tag (a) in the table phase.
1180     Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing.
1181     Line: 1 Col: 60 Unexpected non-space characters in table context caused voodoo mode.
1182     Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase.
1183     Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
1184 wakaba 1.1 #document
1185     | <html>
1186     | <head>
1187     | <body>
1188     | <a>
1189     | href="blah"
1190     | "aba"
1191     | <a>
1192     | href="blah"
1193     | "x"
1194     | <table>
1195     | <tbody>
1196     | <tr>
1197     | <td>
1198     | <a>
1199     | href="foo"
1200     | "br"
1201     | <a>
1202     | href="blah"
1203     | "aoe"
1204    
1205     #data
1206     <a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
1207     #errors
1208 wakaba 1.5 Line: 1 Col: 10 Unexpected start tag (a). Expected DOCTYPE.
1209     Line: 1 Col: 45 End tag (marquee) seen too early. Expected other end tag.
1210     Line: 1 Col: 47 Expected closing tag. Unexpected end of file.
1211 wakaba 1.1 #document
1212     | <html>
1213     | <head>
1214     | <body>
1215     | <a>
1216     | href="a"
1217     | "aa"
1218     | <marquee>
1219     | "aa"
1220     | <a>
1221     | href="b"
1222     | "bb"
1223     | "aa"
1224    
1225     #data
1226     <wbr><strike><code></strike><code><strike></code>
1227     #errors
1228 wakaba 1.5 Line: 1 Col: 5 Unexpected start tag (wbr). Expected DOCTYPE.
1229     Line: 1 Col: 28 End tag (strike) violates step 1, paragraph 3 of the adoption agency algorithm.
1230     Line: 1 Col: 49 Unexpected end tag (code). Ignored.
1231 wakaba 1.1 #document
1232     | <html>
1233     | <head>
1234     | <body>
1235     | <wbr>
1236     | <strike>
1237     | <code>
1238     | <code>
1239     | <strike>
1240    
1241     #data
1242     <title><meta></title><link><title><meta></title>
1243     #errors
1244 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
1245 wakaba 1.1 #document
1246     | <html>
1247     | <head>
1248     | <title>
1249     | "<meta>"
1250     | <link>
1251     | <title>
1252     | "<meta>"
1253     | <body>
1254    
1255     #data
1256     <style><!--</style><meta><script>--><link></script>
1257     #errors
1258 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
1259     Line: 1 Col: 51 Unexpected end of file. Expected end tag (style).
1260 wakaba 1.1 #document
1261     | <html>
1262     | <head>
1263     | <style>
1264 wakaba 1.2 | "<!--</style><meta><script>--><link></script>"
1265 wakaba 1.1 | <body>
1266    
1267     #data
1268     <head><meta></head><link>
1269     #errors
1270 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
1271     Line: 1 Col: 25 Unexpected start tag (link) that can be in head. Moved.
1272 wakaba 1.1 #document
1273     | <html>
1274     | <head>
1275     | <meta>
1276     | <link>
1277     | <body>
1278    
1279     #data
1280     <table><tr><tr><td><td><span><th><span>X</table>
1281     #errors
1282 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
1283     Line: 1 Col: 33 Got table cell end tag (td) while required end tags are missing.
1284     Line: 1 Col: 48 Got table cell end tag (th) while required end tags are missing.
1285 wakaba 1.1 #document
1286     | <html>
1287     | <head>
1288     | <body>
1289     | <table>
1290     | <tbody>
1291     | <tr>
1292     | <tr>
1293     | <td>
1294     | <td>
1295     | <span>
1296     | <th>
1297     | <span>
1298     | "X"
1299    
1300     #data
1301     <body><body><base><link><meta><title><p></title><body><p></body>
1302     #errors
1303 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
1304     Line: 1 Col: 12 Unexpected start tag (body).
1305     Line: 1 Col: 37 Unexpected start tag (title) that can be in head. Moved.
1306     Line: 1 Col: 54 Unexpected start tag (body).
1307     Line: 1 Col: 64 Unexpected end tag (p). Missing end tag (body).
1308 wakaba 1.1 #document
1309     | <html>
1310     | <head>
1311 wakaba 1.2 | <title>
1312     | "<p>"
1313     | <body>
1314 wakaba 1.1 | <base>
1315     | <link>
1316     | <meta>
1317     | <p>
1318    
1319     #data
1320     <textarea><p></textarea>
1321     #errors
1322 wakaba 1.5 Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
1323 wakaba 1.1 #document
1324     | <html>
1325     | <head>
1326     | <body>
1327     | <textarea>
1328     | "<p>"
1329    
1330     #data
1331     <p><image></p>
1332     #errors
1333 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
1334     Line: 1 Col: 10 Unexpected start tag (image). Treated as img.
1335 wakaba 1.1 #document
1336     | <html>
1337     | <head>
1338     | <body>
1339     | <p>
1340     | <img>
1341    
1342     #data
1343     <a><table><a></table><p><a><div><a>
1344     #errors
1345 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
1346     Line: 1 Col: 13 Unexpected start tag (a) in table context caused voodoo mode.
1347     Line: 1 Col: 13 Unexpected start tag (a) implies end tag (a).
1348     Line: 1 Col: 13 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
1349     Line: 1 Col: 21 Unexpected end tag (table). Expected end tag (a).
1350     Line: 1 Col: 27 Unexpected start tag (a) implies end tag (a).
1351     Line: 1 Col: 27 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
1352     Line: 1 Col: 32 Unexpected end tag (p). Ignored.
1353     Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
1354     Line: 1 Col: 35 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
1355     Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
1356 wakaba 1.1 #document
1357     | <html>
1358     | <head>
1359     | <body>
1360     | <a>
1361     | <a>
1362     | <table>
1363     | <p>
1364     | <a>
1365     | <div>
1366     | <a>
1367    
1368     #data
1369     <head></p><meta><p>
1370     #errors
1371 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
1372     Line: 1 Col: 10 Unexpected end tag (p). Ignored.
1373 wakaba 1.1 #document
1374     | <html>
1375     | <head>
1376 wakaba 1.3 | <body>
1377     | <p>
1378 wakaba 1.1 | <meta>
1379     | <p>
1380    
1381     #data
1382     <head></html><meta><p>
1383     #errors
1384 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
1385     Line: 1 Col: 19 Unexpected start tag (meta). Expected end of file.
1386     Line: 1 Col: 19 Unexpected start tag token (meta) in the after body phase.
1387 wakaba 1.1 #document
1388     | <html>
1389     | <head>
1390 wakaba 1.2 | <body>
1391 wakaba 1.1 | <meta>
1392     | <p>
1393    
1394     #data
1395     <b><table><td><i></table>
1396     #errors
1397 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
1398     Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
1399     Line: 1 Col: 25 Got table cell end tag (td) while required end tags are missing.
1400     Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
1401 wakaba 1.1 #document
1402     | <html>
1403     | <head>
1404     | <body>
1405     | <b>
1406     | <table>
1407     | <tbody>
1408     | <tr>
1409     | <td>
1410     | <i>
1411    
1412     #data
1413     <b><table><td></b><i></table>
1414     #errors
1415 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
1416     Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
1417     Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
1418     Line: 1 Col: 29 Got table cell end tag (td) while required end tags are missing.
1419     Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
1420 wakaba 1.1 #document
1421     | <html>
1422     | <head>
1423     | <body>
1424     | <b>
1425     | <table>
1426     | <tbody>
1427     | <tr>
1428     | <td>
1429     | <i>
1430    
1431     #data
1432     <h1><h2>
1433     #errors
1434 wakaba 1.5 Line: 1 Col: 4 Unexpected start tag (h1). Expected DOCTYPE.
1435     Line: 1 Col: 8 Expected closing tag. Unexpected end of file.
1436 wakaba 1.1 #document
1437     | <html>
1438     | <head>
1439     | <body>
1440     | <h1>
1441 wakaba 1.2 | <h2>
1442 wakaba 1.1
1443     #data
1444     <a><p><a></a></p></a>
1445     #errors
1446 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
1447     Line: 1 Col: 9 Unexpected start tag (a) implies end tag (a).
1448     Line: 1 Col: 9 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
1449     Line: 1 Col: 21 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
1450 wakaba 1.1 #document
1451     | <html>
1452     | <head>
1453     | <body>
1454     | <a>
1455     | <p>
1456     | <a>
1457     | <a>
1458    
1459     #data
1460     <b><button></b></button></b>
1461     #errors
1462 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
1463     Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
1464 wakaba 1.1 #document
1465     | <html>
1466     | <head>
1467     | <body>
1468     | <b>
1469     | <button>
1470    
1471     #data
1472     <p><b><div><marquee></p></b></div>
1473     #errors
1474 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
1475     Line: 1 Col: 11 Unexpected end tag (p). Ignored.
1476     Line: 1 Col: 24 Unexpected end tag (p). Ignored.
1477     Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
1478     Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
1479     Line: 1 Col: 34 Expected closing tag. Unexpected end of file.
1480 wakaba 1.1 #document
1481     | <html>
1482     | <head>
1483     | <body>
1484     | <p>
1485     | <b>
1486     | <div>
1487     | <b>
1488     | <marquee>
1489 wakaba 1.3 | <p>
1490 wakaba 1.1
1491     #data
1492     <script></script></div><title></title><p><p>
1493     #errors
1494 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
1495     Line: 1 Col: 23 Unexpected end tag (div). Ignored.
1496 wakaba 1.1 #document
1497     | <html>
1498     | <head>
1499     | <script>
1500     | <title>
1501     | <body>
1502     | <p>
1503     | <p>
1504    
1505     #data
1506     <p><hr></p>
1507     #errors
1508 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
1509     Line: 1 Col: 11 Unexpected end tag (p). Ignored.
1510 wakaba 1.1 #document
1511     | <html>
1512     | <head>
1513     | <body>
1514     | <p>
1515     | <hr>
1516 wakaba 1.3 | <p>
1517 wakaba 1.1
1518     #data
1519     <select><b><option><select><option></b></select>
1520     #errors
1521 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE.
1522     Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
1523     Line: 1 Col: 27 Unexpected select start tag in the select phase implies select start tag.
1524     Line: 1 Col: 35 Unexpected start tag option. Ignored.
1525     Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
1526     Line: 1 Col: 48 Unexpected end tag (select). Ignored.
1527 wakaba 1.1 #document
1528     | <html>
1529     | <head>
1530     | <body>
1531     | <select>
1532     | <option>
1533    
1534     #data
1535     <html><head><title></title><body></body></html>
1536     #errors
1537 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
1538 wakaba 1.1 #document
1539     | <html>
1540     | <head>
1541     | <title>
1542     | <body>
1543    
1544     #data
1545     <a><table><td><a><table></table><a></tr><a></table><a>
1546     #errors
1547 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
1548     Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
1549     Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
1550     Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing.
1551     Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode.
1552     Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a).
1553     Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
1554     Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase.
1555     Line: 1 Col: 54 Unexpected start tag (a) implies end tag (a).
1556     Line: 1 Col: 54 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
1557     Line: 1 Col: 54 Expected closing tag. Unexpected end of file.
1558 wakaba 1.1 #document
1559     | <html>
1560     | <head>
1561     | <body>
1562     | <a>
1563     | <a>
1564     | <table>
1565     | <tbody>
1566     | <tr>
1567     | <td>
1568     | <a>
1569     | <table>
1570     | <a>
1571     | <a>
1572    
1573     #data
1574     <ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
1575     #errors
1576 wakaba 1.5 Line: 1 Col: 4 Unexpected start tag (ul). Expected DOCTYPE.
1577     Line: 1 Col: 45 Missing end tag (div, li).
1578     Line: 1 Col: 58 Missing end tag (address, li).
1579     Line: 1 Col: 69 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
1580 wakaba 1.1 #document
1581     | <html>
1582     | <head>
1583     | <body>
1584     | <ul>
1585     | <li>
1586     | <div>
1587     | <li>
1588     | <li>
1589     | <li>
1590     | <div>
1591     | <li>
1592     | <address>
1593     | <li>
1594     | <b>
1595     | <em>
1596     | <li>
1597    
1598     #data
1599     <frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
1600     #errors
1601 wakaba 1.5 Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
1602 wakaba 1.1 #document
1603     | <html>
1604     | <head>
1605     | <frameset>
1606     | <frame>
1607     | <frameset>
1608     | <frame>
1609     | <noframes>
1610    
1611     #data
1612     <body><frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes>
1613     #errors
1614 wakaba 1.5 Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
1615     Line: 1 Col: 13 Unexpected start tag frame. Ignored.
1616     Line: 1 Col: 21 This element (frame) has no end tag.
1617     Line: 1 Col: 29 This element (frame) has no end tag.
1618     Line: 1 Col: 39 Unexpected start tag frameset. Ignored.
1619     Line: 1 Col: 46 Unexpected start tag frame. Ignored.
1620     Line: 1 Col: 56 Unexpected start tag frameset. Ignored.
1621     Line: 1 Col: 63 Unexpected start tag frame. Ignored.
1622     Line: 1 Col: 74 Unexpected end tag (frameset). Ignored.
1623     Line: 1 Col: 105 Expected closing tag. Unexpected end of file.
1624 wakaba 1.1 #document
1625     | <html>
1626     | <head>
1627     | <body>
1628     | <noframes>
1629     | "</frameset><noframes>"
1630    
1631     #data
1632     <h1><table><td><h3></table><h3></h1>
1633     #errors
1634 wakaba 1.5 Line: 1 Col: 4 Unexpected start tag (h1). Expected DOCTYPE.
1635     Line: 1 Col: 15 Unexpected table cell start tag (td) in the table body phase.
1636     Line: 1 Col: 27 Got table cell end tag (td) while required end tags are missing.
1637     Line: 1 Col: 36 End tag (h1) seen too early. Expected other end tag.
1638     Line: 1 Col: 36 Expected closing tag. Unexpected end of file.
1639 wakaba 1.1 #document
1640     | <html>
1641     | <head>
1642     | <body>
1643     | <h1>
1644     | <table>
1645     | <tbody>
1646     | <tr>
1647     | <td>
1648     | <h3>
1649 wakaba 1.2 | <h3>
1650 wakaba 1.1
1651     #data
1652     <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
1653     #errors
1654 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
1655 wakaba 1.1 #document
1656     | <html>
1657     | <head>
1658     | <body>
1659     | <table>
1660     | <colgroup>
1661     | <col>
1662     | <colgroup>
1663     | <col>
1664     | <col>
1665     | <col>
1666     | <colgroup>
1667     | <col>
1668     | <col>
1669     | <thead>
1670     | <tr>
1671     | <td>
1672    
1673     #data
1674     <table><col><tbody><col><tr><col><td><col></table><col>
1675     #errors
1676 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
1677     Line: 1 Col: 37 Unexpected table cell start tag (td) in the table body phase.
1678     Line: 1 Col: 55 Unexpected start tag col. Ignored.
1679 wakaba 1.1 #document
1680     | <html>
1681     | <head>
1682     | <body>
1683     | <table>
1684     | <colgroup>
1685     | <col>
1686     | <tbody>
1687     | <colgroup>
1688     | <col>
1689     | <tbody>
1690     | <tr>
1691     | <colgroup>
1692     | <col>
1693     | <tbody>
1694     | <tr>
1695     | <td>
1696     | <colgroup>
1697     | <col>
1698    
1699     #data
1700     <table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup>
1701     #errors
1702 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
1703     Line: 1 Col: 52 Unexpected table cell start tag (td) in the table body phase.
1704     Line: 1 Col: 80 Unexpected start tag colgroup. Ignored.
1705 wakaba 1.1 #document
1706     | <html>
1707     | <head>
1708     | <body>
1709     | <table>
1710     | <colgroup>
1711     | <tbody>
1712     | <colgroup>
1713     | <tbody>
1714     | <tr>
1715     | <colgroup>
1716     | <tbody>
1717     | <tr>
1718     | <td>
1719     | <colgroup>
1720    
1721     #data
1722     </strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
1723     #errors
1724 wakaba 1.5 Line: 1 Col: 9 Unexpected end tag (strong). Expected DOCTYPE.
1725     Line: 1 Col: 9 Unexpected end tag (strong) after the (implied) root element.
1726     Line: 1 Col: 13 Unexpected end tag (b) after the (implied) root element.
1727     Line: 1 Col: 18 Unexpected end tag (em) after the (implied) root element.
1728     Line: 1 Col: 22 Unexpected end tag (i) after the (implied) root element.
1729     Line: 1 Col: 26 Unexpected end tag (u) after the (implied) root element.
1730     Line: 1 Col: 35 Unexpected end tag (strike) after the (implied) root element.
1731     Line: 1 Col: 39 Unexpected end tag (s) after the (implied) root element.
1732     Line: 1 Col: 47 Unexpected end tag (blink) after the (implied) root element.
1733     Line: 1 Col: 52 Unexpected end tag (tt) after the (implied) root element.
1734     Line: 1 Col: 58 Unexpected end tag (pre) after the (implied) root element.
1735     Line: 1 Col: 64 Unexpected end tag (big) after the (implied) root element.
1736     Line: 1 Col: 72 Unexpected end tag (small) after the (implied) root element.
1737     Line: 1 Col: 79 Unexpected end tag (font) after the (implied) root element.
1738     Line: 1 Col: 88 Unexpected end tag (select) after the (implied) root element.
1739     Line: 1 Col: 93 Unexpected end tag (h1) after the (implied) root element.
1740     Line: 1 Col: 98 Unexpected end tag (h2) after the (implied) root element.
1741     Line: 1 Col: 103 Unexpected end tag (h3) after the (implied) root element.
1742     Line: 1 Col: 108 Unexpected end tag (h4) after the (implied) root element.
1743     Line: 1 Col: 113 Unexpected end tag (h5) after the (implied) root element.
1744     Line: 1 Col: 118 Unexpected end tag (h6) after the (implied) root element.
1745     Line: 1 Col: 130 Unexpected end tag token (br) in the after body phase.
1746     Line: 1 Col: 130 Unexpected end tag (br). Treated as br element.
1747     Line: 1 Col: 134 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
1748     Line: 1 Col: 140 This element (img) has no end tag.
1749     Line: 1 Col: 148 Unexpected end tag (title). Ignored.
1750     Line: 1 Col: 155 Unexpected end tag (span). Ignored.
1751     Line: 1 Col: 163 Unexpected end tag (style). Ignored.
1752     Line: 1 Col: 172 Unexpected end tag (script). Ignored.
1753     Line: 1 Col: 180 Unexpected end tag (table). Ignored.
1754     Line: 1 Col: 185 Unexpected end tag (th). Ignored.
1755     Line: 1 Col: 190 Unexpected end tag (td). Ignored.
1756     Line: 1 Col: 195 Unexpected end tag (tr). Ignored.
1757     Line: 1 Col: 203 This element (frame) has no end tag.
1758     Line: 1 Col: 210 This element (area) has no end tag.
1759     Line: 1 Col: 217 Unexpected end tag (link). Ignored.
1760     Line: 1 Col: 225 This element (param) has no end tag.
1761     Line: 1 Col: 230 This element (hr) has no end tag.
1762     Line: 1 Col: 238 This element (input) has no end tag.
1763     Line: 1 Col: 244 Unexpected end tag (col). Ignored.
1764     Line: 1 Col: 251 Unexpected end tag (base). Ignored.
1765     Line: 1 Col: 258 Unexpected end tag (meta). Ignored.
1766     Line: 1 Col: 269 This element (basefont) has no end tag.
1767     Line: 1 Col: 279 This element (bgsound) has no end tag.
1768     Line: 1 Col: 287 This element (embed) has no end tag.
1769     Line: 1 Col: 296 This element (spacer) has no end tag.
1770     Line: 1 Col: 300 Unexpected end tag (p). Ignored.
1771     Line: 1 Col: 305 End tag (dd) seen too early. Expected other end tag.
1772     Line: 1 Col: 310 End tag (dt) seen too early. Expected other end tag.
1773     Line: 1 Col: 320 Unexpected end tag (caption). Ignored.
1774     Line: 1 Col: 331 Unexpected end tag (colgroup). Ignored.
1775     Line: 1 Col: 339 Unexpected end tag (tbody). Ignored.
1776     Line: 1 Col: 347 Unexpected end tag (tfoot). Ignored.
1777     Line: 1 Col: 355 Unexpected end tag (thead). Ignored.
1778     Line: 1 Col: 365 End tag (address) seen too early. Expected other end tag.
1779     Line: 1 Col: 378 End tag (blockquote) seen too early. Expected other end tag.
1780     Line: 1 Col: 387 End tag (center) seen too early. Expected other end tag.
1781     Line: 1 Col: 393 Unexpected end tag (dir). Ignored.
1782     Line: 1 Col: 399 End tag (div) seen too early. Expected other end tag.
1783     Line: 1 Col: 404 End tag (dl) seen too early. Expected other end tag.
1784     Line: 1 Col: 415 End tag (fieldset) seen too early. Expected other end tag.
1785     Line: 1 Col: 425 End tag (listing) seen too early. Expected other end tag.
1786     Line: 1 Col: 432 End tag (menu) seen too early. Expected other end tag.
1787     Line: 1 Col: 437 End tag (ol) seen too early. Expected other end tag.
1788     Line: 1 Col: 442 End tag (ul) seen too early. Expected other end tag.
1789     Line: 1 Col: 447 End tag (li) seen too early. Expected other end tag.
1790     Line: 1 Col: 454 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm.
1791     Line: 1 Col: 460 This element (wbr) has no end tag.
1792     Line: 1 Col: 467 End tag (form) seen too early. Ignored.
1793     Line: 1 Col: 476 End tag (button) seen too early. Expected other end tag.
1794     Line: 1 Col: 486 End tag (marquee) seen too early. Expected other end tag.
1795     Line: 1 Col: 495 End tag (object) seen too early. Expected other end tag.
1796     Line: 1 Col: 513 Unexpected end tag (frameset). Expected end of file.
1797     Line: 1 Col: 513 Unexpected end tag token (frameset) in the after body phase.
1798     Line: 1 Col: 513 Unexpected end tag (frameset). Ignored.
1799     Line: 1 Col: 520 Unexpected end tag (head). Ignored.
1800     Line: 1 Col: 529 Unexpected end tag (iframe). Ignored.
1801     Line: 1 Col: 537 This element (image) has no end tag.
1802     Line: 1 Col: 547 This element (isindex) has no end tag.
1803     Line: 1 Col: 557 Unexpected end tag (noembed). Ignored.
1804     Line: 1 Col: 568 Unexpected end tag (noframes). Ignored.
1805     Line: 1 Col: 579 Unexpected end tag (noscript). Ignored.
1806     Line: 1 Col: 590 Unexpected end tag (optgroup). Ignored.
1807     Line: 1 Col: 599 Unexpected end tag (option). Ignored.
1808     Line: 1 Col: 611 Unexpected end tag (plaintext). Ignored.
1809     Line: 1 Col: 622 Unexpected end tag (textarea). Ignored.
1810 wakaba 1.1 #document
1811     | <html>
1812     | <head>
1813     | <body>
1814 wakaba 1.2 | <br>
1815 wakaba 1.3 | <p>
1816 wakaba 1.1
1817     #data
1818     <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
1819     #errors
1820 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
1821     Line: 1 Col: 20 Unexpected end tag (strong) in table context caused voodoo mode.
1822     Line: 1 Col: 20 End tag (strong) violates step 1, paragraph 1 of the adoption agency algorithm.
1823     Line: 1 Col: 24 Unexpected end tag (b) in table context caused voodoo mode.
1824     Line: 1 Col: 24 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
1825     Line: 1 Col: 29 Unexpected end tag (em) in table context caused voodoo mode.
1826     Line: 1 Col: 29 End tag (em) violates step 1, paragraph 1 of the adoption agency algorithm.
1827     Line: 1 Col: 33 Unexpected end tag (i) in table context caused voodoo mode.
1828     Line: 1 Col: 33 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm.
1829     Line: 1 Col: 37 Unexpected end tag (u) in table context caused voodoo mode.
1830     Line: 1 Col: 37 End tag (u) violates step 1, paragraph 1 of the adoption agency algorithm.
1831     Line: 1 Col: 46 Unexpected end tag (strike) in table context caused voodoo mode.
1832     Line: 1 Col: 46 End tag (strike) violates step 1, paragraph 1 of the adoption agency algorithm.
1833     Line: 1 Col: 50 Unexpected end tag (s) in table context caused voodoo mode.
1834     Line: 1 Col: 50 End tag (s) violates step 1, paragraph 1 of the adoption agency algorithm.
1835     Line: 1 Col: 58 Unexpected end tag (blink) in table context caused voodoo mode.
1836     Line: 1 Col: 58 Unexpected end tag (blink). Ignored.
1837     Line: 1 Col: 63 Unexpected end tag (tt) in table context caused voodoo mode.
1838     Line: 1 Col: 63 End tag (tt) violates step 1, paragraph 1 of the adoption agency algorithm.
1839     Line: 1 Col: 69 Unexpected end tag (pre) in table context caused voodoo mode.
1840     Line: 1 Col: 69 End tag (pre) seen too early. Expected other end tag.
1841     Line: 1 Col: 75 Unexpected end tag (big) in table context caused voodoo mode.
1842     Line: 1 Col: 75 End tag (big) violates step 1, paragraph 1 of the adoption agency algorithm.
1843     Line: 1 Col: 83 Unexpected end tag (small) in table context caused voodoo mode.
1844     Line: 1 Col: 83 End tag (small) violates step 1, paragraph 1 of the adoption agency algorithm.
1845     Line: 1 Col: 90 Unexpected end tag (font) in table context caused voodoo mode.
1846     Line: 1 Col: 90 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm.
1847     Line: 1 Col: 99 Unexpected end tag (select) in table context caused voodoo mode.
1848     Line: 1 Col: 99 Unexpected end tag (select). Ignored.
1849     Line: 1 Col: 104 Unexpected end tag (h1) in table context caused voodoo mode.
1850     Line: 1 Col: 104 End tag (h1) seen too early. Expected other end tag.
1851     Line: 1 Col: 109 Unexpected end tag (h2) in table context caused voodoo mode.
1852     Line: 1 Col: 109 End tag (h2) seen too early. Expected other end tag.
1853     Line: 1 Col: 114 Unexpected end tag (h3) in table context caused voodoo mode.
1854     Line: 1 Col: 114 End tag (h3) seen too early. Expected other end tag.
1855     Line: 1 Col: 119 Unexpected end tag (h4) in table context caused voodoo mode.
1856     Line: 1 Col: 119 End tag (h4) seen too early. Expected other end tag.
1857     Line: 1 Col: 124 Unexpected end tag (h5) in table context caused voodoo mode.
1858     Line: 1 Col: 124 End tag (h5) seen too early. Expected other end tag.
1859     Line: 1 Col: 129 Unexpected end tag (h6) in table context caused voodoo mode.
1860     Line: 1 Col: 129 End tag (h6) seen too early. Expected other end tag.
1861     Line: 1 Col: 136 Unexpected end tag (body) in the table row phase. Ignored.
1862     Line: 1 Col: 141 Unexpected end tag (br) in table context caused voodoo mode.
1863     Line: 1 Col: 141 Unexpected end tag (br). Treated as br element.
1864     Line: 1 Col: 145 Unexpected end tag (a) in table context caused voodoo mode.
1865     Line: 1 Col: 145 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
1866     Line: 1 Col: 151 Unexpected end tag (img) in table context caused voodoo mode.
1867     Line: 1 Col: 151 This element (img) has no end tag.
1868     Line: 1 Col: 159 Unexpected end tag (title) in table context caused voodoo mode.
1869     Line: 1 Col: 159 Unexpected end tag (title). Ignored.
1870     Line: 1 Col: 166 Unexpected end tag (span) in table context caused voodoo mode.
1871     Line: 1 Col: 166 Unexpected end tag (span). Ignored.
1872     Line: 1 Col: 174 Unexpected end tag (style) in table context caused voodoo mode.
1873     Line: 1 Col: 174 Unexpected end tag (style). Ignored.
1874     Line: 1 Col: 183 Unexpected end tag (script) in table context caused voodoo mode.
1875     Line: 1 Col: 183 Unexpected end tag (script). Ignored.
1876     Line: 1 Col: 196 Unexpected end tag (th). Ignored.
1877     Line: 1 Col: 201 Unexpected end tag (td). Ignored.
1878     Line: 1 Col: 206 Unexpected end tag (tr). Ignored.
1879     Line: 1 Col: 214 This element (frame) has no end tag.
1880     Line: 1 Col: 221 This element (area) has no end tag.
1881     Line: 1 Col: 228 Unexpected end tag (link). Ignored.
1882     Line: 1 Col: 236 This element (param) has no end tag.
1883     Line: 1 Col: 241 This element (hr) has no end tag.
1884     Line: 1 Col: 249 This element (input) has no end tag.
1885     Line: 1 Col: 255 Unexpected end tag (col). Ignored.
1886     Line: 1 Col: 262 Unexpected end tag (base). Ignored.
1887     Line: 1 Col: 269 Unexpected end tag (meta). Ignored.
1888     Line: 1 Col: 280 This element (basefont) has no end tag.
1889     Line: 1 Col: 290 This element (bgsound) has no end tag.
1890     Line: 1 Col: 298 This element (embed) has no end tag.
1891     Line: 1 Col: 307 This element (spacer) has no end tag.
1892     Line: 1 Col: 311 Unexpected end tag (p). Ignored.
1893     Line: 1 Col: 316 End tag (dd) seen too early. Expected other end tag.
1894     Line: 1 Col: 321 End tag (dt) seen too early. Expected other end tag.
1895     Line: 1 Col: 331 Unexpected end tag (caption). Ignored.
1896     Line: 1 Col: 342 Unexpected end tag (colgroup). Ignored.
1897     Line: 1 Col: 350 Unexpected end tag (tbody). Ignored.
1898     Line: 1 Col: 358 Unexpected end tag (tfoot). Ignored.
1899     Line: 1 Col: 366 Unexpected end tag (thead). Ignored.
1900     Line: 1 Col: 376 End tag (address) seen too early. Expected other end tag.
1901     Line: 1 Col: 389 End tag (blockquote) seen too early. Expected other end tag.
1902     Line: 1 Col: 398 End tag (center) seen too early. Expected other end tag.
1903     Line: 1 Col: 404 Unexpected end tag (dir). Ignored.
1904     Line: 1 Col: 410 End tag (div) seen too early. Expected other end tag.
1905     Line: 1 Col: 415 End tag (dl) seen too early. Expected other end tag.
1906     Line: 1 Col: 426 End tag (fieldset) seen too early. Expected other end tag.
1907     Line: 1 Col: 436 End tag (listing) seen too early. Expected other end tag.
1908     Line: 1 Col: 443 End tag (menu) seen too early. Expected other end tag.
1909     Line: 1 Col: 448 End tag (ol) seen too early. Expected other end tag.
1910     Line: 1 Col: 453 End tag (ul) seen too early. Expected other end tag.
1911     Line: 1 Col: 458 End tag (li) seen too early. Expected other end tag.
1912     Line: 1 Col: 465 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm.
1913     Line: 1 Col: 471 This element (wbr) has no end tag.
1914     Line: 1 Col: 478 End tag (form) seen too early. Ignored.
1915     Line: 1 Col: 487 End tag (button) seen too early. Expected other end tag.
1916     Line: 1 Col: 497 End tag (marquee) seen too early. Expected other end tag.
1917     Line: 1 Col: 506 End tag (object) seen too early. Expected other end tag.
1918     Line: 1 Col: 524 Unexpected end tag (frameset). Expected end of file.
1919     Line: 1 Col: 524 Unexpected end tag token (frameset) in the after body phase.
1920     Line: 1 Col: 524 Unexpected end tag (frameset). Ignored.
1921     Line: 1 Col: 531 Unexpected end tag (head). Ignored.
1922     Line: 1 Col: 540 Unexpected end tag (iframe). Ignored.
1923     Line: 1 Col: 548 This element (image) has no end tag.
1924     Line: 1 Col: 558 This element (isindex) has no end tag.
1925     Line: 1 Col: 568 Unexpected end tag (noembed). Ignored.
1926     Line: 1 Col: 579 Unexpected end tag (noframes). Ignored.
1927     Line: 1 Col: 590 Unexpected end tag (noscript). Ignored.
1928     Line: 1 Col: 601 Unexpected end tag (optgroup). Ignored.
1929     Line: 1 Col: 610 Unexpected end tag (option). Ignored.
1930     Line: 1 Col: 622 Unexpected end tag (plaintext). Ignored.
1931     Line: 1 Col: 633 Unexpected end tag (textarea). Ignored.
1932 wakaba 1.1 #document
1933     | <html>
1934     | <head>
1935     | <body>
1936 wakaba 1.2 | <br>
1937 wakaba 1.1 | <table>
1938     | <tbody>
1939     | <tr>
1940 wakaba 1.3 | <p>
1941 wakaba 1.4
1942     #data
1943     <frameset>
1944     #errors
1945 wakaba 1.5 Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
1946     Line: 1 Col: 10 Expected closing tag. Unexpected end of file.
1947 wakaba 1.4 #document
1948     | <html>
1949     | <head>
1950     | <frameset>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24