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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24