/[suikacvs]/markup/html/whatpm/t/tree-test-1.dat
Suika

Contents of /markup/html/whatpm/t/tree-test-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.78 - (hide annotations) (download)
Sun Sep 6 23:32:06 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.77: +176 -0 lines
++ whatpm/t/ChangeLog	6 Sep 2009 23:31:19 -0000
2009-09-07  Wakaba  <wakaba@suika.fam.cx>

	* tree-test-1.dat: Added new test data on obsolete permitted
	DOCTYPEs (HTML5 revision 3378).

++ whatpm/Whatpm/ChangeLog	6 Sep 2009 23:31:49 -0000
2009-09-07  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src (_tree_construction_initial): Implemented "obsolete
	permitted DOCTYPEs" (HTML5 revision 3378).

1 wakaba 1.1 #data
2 wakaba 1.35 <!Doctype html><body>
3     #errors
4     #document
5     | <!DOCTYPE html>
6     | <html>
7     | <head>
8     | <body>
9    
10     #data
11 wakaba 1.32 <!DOCTYPE XHTML><title></title><body>
12     #errors
13     not HTML5
14     #document
15 wakaba 1.70 | <!DOCTYPE xhtml>
16 wakaba 1.32 | <html>
17     | <head>
18     | <title>
19     | <body>
20    
21     #data
22     <!DOCTYPE HTML5><title></title><body>
23     #errors
24     not HTML5
25     #document
26 wakaba 1.70 | <!DOCTYPE html5>
27 wakaba 1.32 | <html>
28     | <head>
29     | <title>
30     | <body>
31    
32     #data
33     <!DOCTYPE html4><title></title><body>
34     #errors
35     not HTML5
36     #document
37 wakaba 1.35 | <!DOCTYPE html4>
38 wakaba 1.32 | <html>
39     | <head>
40     | <title>
41     | <body>
42    
43     #data
44     <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><title></title><body>
45     #errors
46     not HTML5 (quirks doctype)
47     #document
48 wakaba 1.70 | <!DOCTYPE html "-//IETF//DTD HTML 2.0//EN" "">
49 wakaba 1.32 | <html>
50     | <head>
51     | <title>
52     | <body>
53    
54     #data
55     <!DOCTYPE HTML PUBLIC "HTML"><title></title><body>
56     #errors
57     not HTML5 (quirks doctype)
58     #document
59 wakaba 1.70 | <!DOCTYPE html "HTML" "">
60 wakaba 1.32 | <html>
61     | <head>
62     | <title>
63     | <body>
64    
65     #data
66     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><title></title><body>
67     #errors
68     not HTML5 (quirks doctype)
69     #document
70 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD HTML 4.01 Transitional//EN" "">
71 wakaba 1.32 | <html>
72     | <head>
73     | <title>
74     | <body>
75    
76     #data
77     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
78     "http://www.w3.org/TR/html4/loose.dtd"><title></title><body>
79     #errors
80     not HTML5 (limited quirks doctype)
81     #document
82 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
83 wakaba 1.32 | <html>
84     | <head>
85     | <title>
86     | <body>
87    
88     #data
89     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"><title></title><body>
90     #errors
91     not HTML5 (quirks doctype)
92     #document
93 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD HTML 4.01 Frameset//EN" "">
94 wakaba 1.32 | <html>
95     | <head>
96     | <title>
97     | <body>
98    
99     #data
100     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
101     "http://www.w3.org/TR/html4/frameset.dtd"><title></title><body>
102     #errors
103     not HTML5 (limited quirks doctype)
104     #document
105 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
106 wakaba 1.32 | <html>
107     | <head>
108     | <title>
109     | <body>
110    
111     #data
112     <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><title></title><body>
113     #errors
114     not HTML5 (limited quirks doctype)
115     #document
116 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
117 wakaba 1.32 | <html>
118     | <head>
119     | <title>
120     | <body>
121    
122     #data
123     <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
124     "http://www.w3.org/TR/html4/loose.dtd"><title></title><body>
125     #errors
126     not HTML5 (limited quirks doctype)
127     #document
128 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
129 wakaba 1.32 | <html>
130     | <head>
131     | <title>
132     | <body>
133    
134     #data
135     <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"><title></title><body>
136     #errors
137     not HTML5 (limited quirks doctype)
138     #document
139 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Frameset//EN" "">
140 wakaba 1.32 | <html>
141     | <head>
142     | <title>
143     | <body>
144    
145     #data
146     <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
147     "http://www.w3.org/TR/html4/loose.dtd"><title></title><body>
148     #errors
149     not HTML5 (limited quirks doctype)
150     #document
151 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/html4/loose.dtd">
152 wakaba 1.32 | <html>
153     | <head>
154     | <title>
155     | <body>
156    
157     #data
158     <!DOCTYPE HTML PUBLIC "HTML5"
159     "http://www.w3.org/TR/html4/loose.dtd"><title></title><body>
160     #errors
161     not HTML5 (no quirks doctype)
162     #document
163 wakaba 1.70 | <!DOCTYPE html "HTML5" "http://www.w3.org/TR/html4/loose.dtd">
164 wakaba 1.32 | <html>
165     | <head>
166     | <title>
167     | <body>
168    
169     #data
170     <!DOCTYPE HTML SYSTEM "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"><title></title><body>
171     #errors
172     not HTML5 (quirks doctype)
173     #document
174 wakaba 1.70 | <!DOCTYPE html "" "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd">
175 wakaba 1.32 | <html>
176     | <head>
177     | <title>
178     | <body>
179    
180     #data
181 wakaba 1.33 <!DOCTYPE HTML><!DOCTYPE HTML><title></title><body>
182     #errors
183     duplicate DOCTYPE
184     #document
185 wakaba 1.70 | <!DOCTYPE html>
186 wakaba 1.33 | <html>
187     | <head>
188     | <title>
189     | <body>
190    
191     #data
192     <!DOCTYPE HTML><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><title></title><body>
193     #errors
194     duplicate DOCTYPE
195     #document
196 wakaba 1.70 | <!DOCTYPE html>
197 wakaba 1.33 | <html>
198     | <head>
199     | <title>
200     | <body>
201    
202     #data
203     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!DOCTYPE HTML><title></title><body>
204     #errors
205 wakaba 1.35 not HTML5
206 wakaba 1.33 duplicate DOCTYPE
207     #document
208 wakaba 1.70 | <!DOCTYPE html "-//W3C//DTD HTML 4.01 Transitional//EN" "">
209 wakaba 1.33 | <html>
210     | <head>
211     | <title>
212     | <body>
213    
214     #data
215 wakaba 1.55 <!DOCTYPE HTML PUBLIC "XSLT-compat"><title></title>
216     #errors
217 wakaba 1.72 not HTML5
218 wakaba 1.55 #shoulds
219     #document
220 wakaba 1.70 | <!DOCTYPE html "XSLT-compat" "">
221 wakaba 1.55 | <html>
222     | <head>
223     | <title>
224     | <body>
225    
226     #data
227     <!DOCTYPE HTML PUBLIC "xslt-compat"><title></title>
228     #errors
229     not HTML5
230     #shoulds
231     #document
232 wakaba 1.70 | <!DOCTYPE html "xslt-compat" "">
233 wakaba 1.55 | <html>
234     | <head>
235     | <title>
236     | <body>
237    
238     #data
239     <!DOCTYPE HTML PUBLIC " XSLT-compat"><title></title>
240     #errors
241     not HTML5
242     #shoulds
243     #document
244 wakaba 1.70 | <!DOCTYPE html " XSLT-compat" "">
245 wakaba 1.55 | <html>
246     | <head>
247     | <title>
248     | <body>
249    
250     #data
251     <!DOCTYPE HTML PUBLIC "XSLT-compat "><title></title>
252     #errors
253     not HTML5
254     #shoulds
255     #document
256 wakaba 1.70 | <!DOCTYPE html "XSLT-compat " "">
257 wakaba 1.55 | <html>
258     | <head>
259     | <title>
260     | <body>
261    
262     #data
263     <!DOCTYPE HTML PUBLIC "XSLT-generated"><title></title>
264     #errors
265     not HTML5
266     #document
267 wakaba 1.70 | <!DOCTYPE html "XSLT-generated" "">
268 wakaba 1.55 | <html>
269     | <head>
270     | <title>
271     | <body>
272    
273     #data
274     <!DOCTYPE HTML PUBLIC "xslt-compat"><title></title>
275     #errors
276     not HTML5
277     #document
278 wakaba 1.70 | <!DOCTYPE html "xslt-compat" "">
279 wakaba 1.55 | <html>
280     | <head>
281     | <title>
282     | <body>
283    
284     #data
285     <!DOCTYPE HTML PUBLIC "XSLT-compat" "http://example.com/"><title></title>
286     #errors
287     not HTML5
288     #document
289 wakaba 1.70 | <!DOCTYPE html "XSLT-compat" "http://example.com/">
290 wakaba 1.55 | <html>
291     | <head>
292     | <title>
293     | <body>
294    
295     #data
296     <!DOCTYPE NONHTML PUBLIC "XSLT-compat"><title></title>
297     #errors
298     not HTML5
299     #document
300 wakaba 1.70 | <!DOCTYPE nonhtml "XSLT-compat" "">
301 wakaba 1.55 | <html>
302     | <head>
303     | <title>
304 wakaba 1.72 | <body>
305    
306     #data
307     <!DOCTYPE HTML SYSTEM "about:legacy-compat">
308     #errors
309     #shoulds
310     legacy-compat
311     #document
312     | <!DOCTYPE html "" "about:legacy-compat">
313     | <html>
314     | <head>
315     | <body>
316    
317     #data
318     <!DOCTYPE HTML SYSTEM "about:legacy-compat ">
319     #errors
320     not HTML5
321     #shoulds
322     #document
323     | <!DOCTYPE html "" "about:legacy-compat ">
324     | <html>
325     | <head>
326     | <body>
327    
328     #data
329     <!DOCTYPE html SYSTEM "about:legacy-compat">
330     #errors
331     #shoulds
332     legacy-compat
333     #document
334     | <!DOCTYPE html "" "about:legacy-compat">
335     | <html>
336     | <head>
337     | <body>
338    
339     #data
340     <!DOCTYPE HTML PUBLIC "SYSTEM" "about:legacy-compat">
341     #errors
342     not HTML5
343     #shoulds
344     #document
345     | <!DOCTYPE html "SYSTEM" "about:legacy-compat">
346     | <html>
347     | <head>
348     | <body>
349    
350     #data
351     <!DOCTYPE HTML SYSTEM "about:XSLT-compat">
352     #errors
353     not HTML5
354     #shoulds
355     #document
356     | <!DOCTYPE html "" "about:XSLT-compat">
357     | <html>
358     | <head>
359 wakaba 1.55 | <body>
360    
361     #data
362 wakaba 1.78 <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.0//EN' 'http://www.w3.org/TR/REC-html40/strict.dtd'>
363     #errors
364     #shoulds
365     obs DOCTYPE
366     #document
367     | <!DOCTYPE html "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
368     | <html>
369     | <head>
370     | <body>
371    
372     #data
373     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 'http://www.w3.org/TR/html4/strict.dtd'>
374     #errors
375     #shoulds
376     obs DOCTYPE
377     #document
378     | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
379     | <html>
380     | <head>
381     | <body>
382    
383     #data
384     <!DOCTYPE html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
385     #errors
386     #shoulds
387     obs DOCTYPE
388     #document
389     | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
390     | <html>
391     | <head>
392     | <body>
393    
394     #data
395     <!DOCTYPE html public '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
396     #errors
397     #shoulds
398     obs DOCTYPE
399     #document
400     | <!DOCTYPE html "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
401     | <html>
402     | <head>
403     | <body>
404    
405     #data
406     <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.0//EN' >
407     #errors
408     #shoulds
409     obs DOCTYPE
410     #document
411     | <!DOCTYPE html "-//W3C//DTD HTML 4.0//EN" "">
412     | <html>
413     | <head>
414     | <body>
415    
416     #data
417     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
418     #errors
419     #shoulds
420     obs DOCTYPE
421     #document
422     | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "">
423     | <html>
424     | <head>
425     | <body>
426    
427     #data
428     <!DOCTYPE html public '-//W3C//DTD XHTML 1.0 Strict//EN'>
429     #errors
430     #shoulds
431     obs DOCTYPE
432     #document
433     | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN" "">
434     | <html>
435     | <head>
436     | <body>
437    
438     #data
439     <!DOCTYPE html public '-//W3C//DTD XHTML 1.1//EN' >
440     #errors
441     #shoulds
442     obs DOCTYPE
443     #document
444     | <!DOCTYPE html "-//W3C//DTD XHTML 1.1//EN" "">
445     | <html>
446     | <head>
447     | <body>
448    
449     #data
450     <!DOCTYPE html public '-//W3C//DTD XHTML 1.1//EN ' >
451     #errors
452     not HTML5
453     #shoulds
454     #document
455     | <!DOCTYPE html "-//W3C//DTD XHTML 1.1//EN " "">
456     | <html>
457     | <head>
458     | <body>
459    
460     #data
461     <!DOCTYPE HTML public '-//W3C//DTD XHTML 1.1//EN' >
462     #errors
463     #shoulds
464     obs DOCTYPE
465     #document
466     | <!DOCTYPE html "-//W3C//DTD XHTML 1.1//EN" "">
467     | <html>
468     | <head>
469     | <body>
470    
471     #data
472     <!DOCTYPE html public '-//W3C//DTD XHTML 1.2//EN' >
473     #errors
474     not HTML5
475     #shoulds
476     #document
477     | <!DOCTYPE html "-//W3C//DTD XHTML 1.2//EN" "">
478     | <html>
479     | <head>
480     | <body>
481    
482     #data
483     <!DOCTYPE html public '-//W3C//DTD XHTML 1.1//en' >
484     #errors
485     not HTML5
486     #shoulds
487     #document
488     | <!DOCTYPE html "-//W3C//DTD XHTML 1.1//en" "">
489     | <html>
490     | <head>
491     | <body>
492    
493     #data
494     <!DOCTYPE html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.W3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
495     #errors
496     not HTML5
497     #shoulds
498     #document
499     | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.W3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
500     | <html>
501     | <head>
502     | <body>
503    
504     #data
505     <!DOCTYPE html public '-//W3C//DTD XHTML 1.0 Strict//EN' ''>
506     #errors
507     not HTML5
508     #shoulds
509     #document
510     | <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN" "">
511     | <html>
512     | <head>
513     | <body>
514    
515     #data
516     <!DOCTYPE html system 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
517     #errors
518     not HTML5
519     #shoulds
520     #document
521     | <!DOCTYPE html "" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
522     | <html>
523     | <head>
524     | <body>
525    
526     #data
527     <!DOCTYPE html5 public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
528     #errors
529     not HTML5
530     #shoulds
531     #document
532     | <!DOCTYPE html5 "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
533     | <html>
534     | <head>
535     | <body>
536    
537     #data
538 wakaba 1.36 a<html>
539     #errors
540     no doctype
541     <html> in body
542     #document
543     | <html>
544     | <head>
545     | <body>
546     | "a"
547    
548     #data
549     a<html a>
550     #errors
551     no doctype
552     <html> in body
553     #document
554     | <html>
555     | a=""
556     | <head>
557     | <body>
558     | "a"
559    
560     #data
561     <p>x<html a>y
562     #errors
563     no doctype
564     <html> in body
565     #document
566     | <html>
567     | a=""
568     | <head>
569     | <body>
570     | <p>
571     | "xy"
572    
573     #data
574 wakaba 1.42 <!DOCTYPE HTML><html> <head><body>
575     #errors
576     #document
577 wakaba 1.70 | <!DOCTYPE html>
578 wakaba 1.42 | <html>
579     | <head>
580     | <body>
581    
582     #data
583     <!DOCTYPE HTML><html>
584     <head><body>
585     #errors
586     #document
587 wakaba 1.70 | <!DOCTYPE html>
588 wakaba 1.42 | <html>
589     | <head>
590     | <body>
591    
592     #data
593     <!DOCTYPE HTML><html> <!----> <head><body>
594     #errors
595     #document
596 wakaba 1.70 | <!DOCTYPE html>
597 wakaba 1.42 | <html>
598     | <!-- -->
599     | <head>
600     | <body>
601    
602     #data
603     <!DOCTYPE HTML><html> <!DOCTYPE HTML> <head><body>
604     #errors
605     <!DOCTYPE> in <html>
606     #document
607 wakaba 1.70 | <!DOCTYPE html>
608 wakaba 1.42 | <html>
609     | <head>
610     | <body>
611    
612     #data
613     <!DOCTYPE HTML><html a> <html b> <head><body>
614     #errors
615     second <html>
616     #document
617 wakaba 1.70 | <!DOCTYPE html>
618 wakaba 1.42 | <html>
619     | a=""
620     | b=""
621     | <head>
622     | <body>
623    
624     #data
625     <!DOCTYPE HTML><html> </end> <head><body>
626     #errors
627     unmatched </end>
628     #document
629 wakaba 1.70 | <!DOCTYPE html>
630 wakaba 1.42 | <html>
631     | <head>
632     | <body>
633    
634     #data
635 wakaba 1.10 <!DOCTYPE HTML><html title="t"><head><title></title></head><body></body></html>
636 wakaba 1.1 #errors
637     #document
638 wakaba 1.70 | <!DOCTYPE html>
639 wakaba 1.1 | <html>
640     | title="t"
641     | <head>
642     | <title>
643     | <body>
644    
645     #data
646 wakaba 1.33 <!DOCTYPE HTML><html manifest=manifest.dat><title></title><body>
647     #errors
648     #document
649 wakaba 1.70 | <!DOCTYPE html>
650 wakaba 1.33 | <html>
651     | manifest="manifest.dat"
652     | <head>
653     | <title>
654     | <body>
655    
656     #data
657 wakaba 1.10 <!DOCTYPE HTML><html><head title="t"><title></title></head><body></body></html>
658 wakaba 1.1 #errors
659     #document
660 wakaba 1.70 | <!DOCTYPE html>
661 wakaba 1.1 | <html>
662     | <head>
663     | title="t"
664     | <title>
665     | <body>
666    
667     #data
668 wakaba 1.10 <!DOCTYPE HTML><html><head><title class="t"></title></head><body></body></html>
669 wakaba 1.1 #errors
670     #document
671 wakaba 1.70 | <!DOCTYPE html>
672 wakaba 1.1 | <html>
673     | <head>
674     | <title>
675     | class="t"
676     | <body>
677    
678     #data
679 wakaba 1.10 <!DOCTYPE HTML><html><head></head><body><title class="a"></title></body></html>
680 wakaba 1.2 #errors
681     #document
682 wakaba 1.70 | <!DOCTYPE html>
683 wakaba 1.2 | <html>
684     | <head>
685 wakaba 1.42 | <body>
686 wakaba 1.2 | <title>
687     | class="a"
688    
689     #data
690 wakaba 1.10 <!DOCTYPE HTML><html><head></head><body></body><title class="a"></title></html>
691 wakaba 1.1 #errors
692 wakaba 1.2 data after body
693 wakaba 1.1 #document
694 wakaba 1.70 | <!DOCTYPE html>
695 wakaba 1.1 | <html>
696     | <head>
697 wakaba 1.42 | <body>
698 wakaba 1.1 | <title>
699     | class="a"
700    
701     #data
702 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body title="t"></body></html>
703 wakaba 1.1 #errors
704     #document
705 wakaba 1.70 | <!DOCTYPE html>
706 wakaba 1.1 | <html>
707     | <head>
708     | <title>
709     | <body>
710     | title="t"
711    
712     #data
713 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title><meta name="a"></head><body></body></html>
714 wakaba 1.1 #errors
715     #document
716 wakaba 1.70 | <!DOCTYPE html>
717 wakaba 1.1 | <html>
718     | <head>
719     | <title>
720     | <meta>
721     | name="a"
722     | <body>
723    
724     #data
725 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body><meta name="a"></body></html>
726 wakaba 1.1 #errors
727 wakaba 1.2 #document
728 wakaba 1.70 | <!DOCTYPE html>
729 wakaba 1.2 | <html>
730     | <head>
731     | <title>
732 wakaba 1.14 | <body>
733 wakaba 1.2 | <meta>
734     | name="a"
735    
736     #data
737 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body></body><meta name="a"></html>
738 wakaba 1.2 #errors
739     data after body
740 wakaba 1.1 #document
741 wakaba 1.70 | <!DOCTYPE html>
742 wakaba 1.1 | <html>
743     | <head>
744     | <title>
745 wakaba 1.14 | <body>
746 wakaba 1.1 | <meta>
747     | name="a"
748    
749     #data
750 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title><link rel="a"></head><body></body></html>
751 wakaba 1.1 #errors
752     #document
753 wakaba 1.70 | <!DOCTYPE html>
754 wakaba 1.1 | <html>
755     | <head>
756     | <title>
757     | <link>
758     | rel="a"
759     | <body>
760    
761     #data
762 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body><link rel="a"></body></html>
763 wakaba 1.1 #errors
764 wakaba 1.2 #document
765 wakaba 1.70 | <!DOCTYPE html>
766 wakaba 1.2 | <html>
767     | <head>
768     | <title>
769 wakaba 1.14 | <body>
770 wakaba 1.2 | <link>
771     | rel="a"
772    
773     #data
774 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body></body><link rel="a"></html>
775 wakaba 1.2 #errors
776     data after body
777 wakaba 1.1 #document
778 wakaba 1.70 | <!DOCTYPE html>
779 wakaba 1.1 | <html>
780     | <head>
781     | <title>
782 wakaba 1.14 | <body>
783 wakaba 1.1 | <link>
784     | rel="a"
785    
786     #data
787 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title><base href="http://"></head><body></body></html>
788 wakaba 1.1 #errors
789     #document
790 wakaba 1.70 | <!DOCTYPE html>
791 wakaba 1.1 | <html>
792     | <head>
793     | <title>
794     | <base>
795     | href="http://"
796     | <body>
797    
798     #data
799 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body><base href="http://"></body></html>
800 wakaba 1.1 #errors
801 wakaba 1.2 #document
802 wakaba 1.70 | <!DOCTYPE html>
803 wakaba 1.2 | <html>
804     | <head>
805     | <title>
806 wakaba 1.14 | <body>
807 wakaba 1.2 | <base>
808     | href="http://"
809    
810     #data
811 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title></head><body></body><base href="http://"></html>
812 wakaba 1.2 #errors
813     data after body
814 wakaba 1.1 #document
815 wakaba 1.70 | <!DOCTYPE html>
816 wakaba 1.1 | <html>
817     | <head>
818     | <title>
819 wakaba 1.14 | <body>
820 wakaba 1.1 | <base>
821     | href="http://"
822    
823     #data
824 wakaba 1.10 <!DOCTYPE HTML><p><b><p>X
825 wakaba 1.1 #errors
826 wakaba 1.2 <b> is not closed before second <p>
827     <b> is not closed before end-of-file
828 wakaba 1.1 #document
829 wakaba 1.70 | <!DOCTYPE html>
830 wakaba 1.1 | <html>
831     | <head>
832     | <body>
833     | <p>
834     | <b>
835     | <p>
836     | <b>
837     | "X"
838    
839     #data
840 wakaba 1.10 <!DOCTYPE HTML><b><p>
841 wakaba 1.1 #errors
842 wakaba 1.3 <b> not closed
843 wakaba 1.1 #document
844 wakaba 1.70 | <!DOCTYPE html>
845 wakaba 1.1 | <html>
846     | <head>
847     | <body>
848 wakaba 1.3 | <b>
849     | <p>
850 wakaba 1.1
851     #data
852 wakaba 1.10 <!DOCTYPE HTML><b><p>X
853 wakaba 1.1 #errors
854 wakaba 1.3 <b> not closed
855 wakaba 1.1 #document
856 wakaba 1.70 | <!DOCTYPE html>
857 wakaba 1.1 | <html>
858     | <head>
859     | <body>
860 wakaba 1.3 | <b>
861     | <p>
862     | "X"
863    
864     #data
865 wakaba 1.10 <!DOCTYPE HTML><ins><p>XX</ins>YYY
866 wakaba 1.4 #errors
867     1,32,not closed:p
868     1,34,not closed:ins
869     #document
870 wakaba 1.70 | <!DOCTYPE html>
871 wakaba 1.4 | <html>
872     | <head>
873     | <body>
874     | <ins>
875     | <p>
876     | "XXYYY"
877    
878     ## when script is disabled
879     #data
880 wakaba 1.10 <!DOCTYPE HTML><noscript>aaa<noscript>bbb</noscript>ccc</noscript>
881 wakaba 1.15 #errors
882     in noscript:#character
883     unmacthed noscript end tag
884     #document
885 wakaba 1.70 | <!DOCTYPE html>
886 wakaba 1.15 | <html>
887     | <head>
888     | <noscript>
889     | <body>
890     | "aaa"
891     | <noscript>
892     | "bbb"
893     | "ccc"
894    
895     ## when script is disabled
896     #data
897     <!DOCTYPE HTML><body><noscript>aaa<noscript>bbb</noscript>ccc</noscript>
898 wakaba 1.4 #errors
899     #document
900 wakaba 1.70 | <!DOCTYPE html>
901 wakaba 1.4 | <html>
902     | <head>
903     | <body>
904     | <noscript>
905     | "aaa"
906     | <noscript>
907     | "bbb"
908     | "ccc"
909 wakaba 1.5
910 wakaba 1.24 ## when script is disabled
911     #data
912     <!DOCTYPE HTML><head><noscript><noscript>
913     #errors
914     <noscript> in noscript
915     no </noscript>
916     #document
917 wakaba 1.70 | <!DOCTYPE html>
918 wakaba 1.24 | <html>
919     | <head>
920     | <noscript>
921 wakaba 1.48 | <body>
922 wakaba 1.24
923     ## when script is disabled
924     #data
925     <!DOCTYPE HTML><head><noscript><noscript>
926     #errors
927     <noscript> in noscript
928     no </noscript>
929     #document
930 wakaba 1.70 | <!DOCTYPE html>
931 wakaba 1.24 | <html>
932     | <head>
933     | <noscript>
934     | " "
935 wakaba 1.48 | <body>
936 wakaba 1.24
937     ## when script is disabled
938     #data
939     <!DOCTYPE HTML><head><noscript> <noscript>
940     #errors
941     <noscript> in noscript
942     no </noscript>
943     #document
944 wakaba 1.70 | <!DOCTYPE html>
945 wakaba 1.24 | <html>
946     | <head>
947     | <noscript>
948     | " "
949 wakaba 1.48 | <body>
950 wakaba 1.33
951     ## When scripting is disabled
952     #data
953     <!DOCTYPE HTML><head><noscript><base><title></title><body>
954     #errors
955     <base> in <noscript>
956     #document
957 wakaba 1.70 | <!DOCTYPE html>
958 wakaba 1.33 | <html>
959     | <head>
960     | <noscript>
961     | <base>
962     | <title>
963     | <body>
964    
965     ## When scripting is disabled
966     #data
967     <!DOCTYPE HTML><head><noscript><title></title><body>
968     #errors
969     <title> in <noscript> in <head>
970     #document
971 wakaba 1.70 | <!DOCTYPE html>
972 wakaba 1.33 | <html>
973     | <head>
974     | <noscript>
975     | <title>
976     | <body>
977    
978     ## When scripting is disabled
979     #data
980     <!DOCTYPE HTML><head></head><noscript></noscript>
981     #errors
982     #document
983 wakaba 1.70 | <!DOCTYPE html>
984 wakaba 1.33 | <html>
985     | <head>
986     | <body>
987     | <noscript>
988    
989     ## When scripting is disabled
990     #data
991     <!DOCTYPE HTML><head><noscript><script></script>
992     #errors
993     <script> in <noscript> in <head>
994     #document
995 wakaba 1.70 | <!DOCTYPE html>
996 wakaba 1.33 | <html>
997     | <head>
998     | <noscript>
999     | <script>
1000 wakaba 1.48 | <body>
1001 wakaba 1.33
1002 wakaba 1.34 ## When scripting is disabled
1003     #data
1004     <!DOCTYPE HTML><head><noscript><body>
1005     #errors
1006     <body> in <noscript> in <head>
1007     #document
1008 wakaba 1.70 | <!DOCTYPE html>
1009 wakaba 1.34 | <html>
1010     | <head>
1011     | <noscript>
1012     | <body>
1013    
1014     ## When scripting is disabled
1015     #data
1016     <!DOCTYPE HTML><head><noscript><frameset></frameset>
1017     #errors
1018     <frameset> in <noscript> in <head>
1019     #document
1020 wakaba 1.70 | <!DOCTYPE html>
1021 wakaba 1.34 | <html>
1022     | <head>
1023     | <noscript>
1024     | <frameset>
1025    
1026     ## When scripting is disabled
1027     #data
1028     <!DOCTYPE HTML><head><noscript><br>
1029     #errors
1030     <br> in <noscript> in <head>
1031     #document
1032 wakaba 1.70 | <!DOCTYPE html>
1033 wakaba 1.34 | <html>
1034     | <head>
1035     | <noscript>
1036     | <body>
1037     | <br>
1038    
1039     ## When scripting is disabled
1040     #data
1041     <!DOCTYPE HTML><head><noscript><p>
1042     #errors
1043     <p> in <noscript> in <head>
1044     #document
1045 wakaba 1.70 | <!DOCTYPE html>
1046 wakaba 1.34 | <html>
1047     | <head>
1048     | <noscript>
1049     | <body>
1050     | <p>
1051    
1052     ## When scripting is disabled
1053     #data
1054     <!DOCTYPE HTML><head><noscript></p>
1055     #errors
1056     </p> in <noscript> in <head>
1057 wakaba 1.35 unmatched </p>
1058 wakaba 1.34 #document
1059 wakaba 1.70 | <!DOCTYPE html>
1060 wakaba 1.34 | <html>
1061     | <head>
1062     | <noscript>
1063     | <body>
1064    
1065     ## When scripting is disabled
1066     #data
1067     <!DOCTYPE HTML><head><noscript></br>
1068     #errors
1069     </br> in <noscript> in <head>
1070 wakaba 1.71 </br>
1071 wakaba 1.34 #document
1072 wakaba 1.70 | <!DOCTYPE html>
1073 wakaba 1.34 | <html>
1074     | <head>
1075     | <noscript>
1076     | <body>
1077 wakaba 1.71 | <br>
1078 wakaba 1.34
1079     ## When scripting is disabled
1080     #data
1081     <!DOCTYPE HTML><head><noscript></div>
1082     #errors
1083 wakaba 1.35 </div> in <noscript> in <head>
1084     unexpected end of file (no </noscript>)
1085 wakaba 1.34 #document
1086 wakaba 1.70 | <!DOCTYPE html>
1087 wakaba 1.34 | <html>
1088     | <head>
1089     | <noscript>
1090 wakaba 1.48 | <body>
1091 wakaba 1.34
1092     ## When scripting is disabled
1093     #data
1094     <!DOCTYPE HTML><head><noscript></img>
1095     #errors
1096 wakaba 1.35 </img> in <noscript> in <head>
1097     unexpected end of file (no </noscript>)
1098 wakaba 1.34 #document
1099 wakaba 1.70 | <!DOCTYPE html>
1100 wakaba 1.34 | <html>
1101     | <head>
1102     | <noscript>
1103 wakaba 1.48 | <body>
1104 wakaba 1.34
1105     ## When scripting is disabled
1106     #data
1107     <!DOCTYPE HTML><head><noscript></head><link><body>
1108     #errors
1109     </head> in <noscript> in <head>
1110 wakaba 1.76 no </noscript>
1111 wakaba 1.34 #document
1112 wakaba 1.70 | <!DOCTYPE html>
1113 wakaba 1.34 | <html>
1114     | <head>
1115     | <noscript>
1116 wakaba 1.76 | <link>
1117 wakaba 1.34 | <body>
1118    
1119     #data
1120     <!DOCTYPE HTML><head></head></head><link><body>
1121     #errors
1122     </head> after </head>
1123 wakaba 1.49 <link> after </head>
1124 wakaba 1.34 #document
1125 wakaba 1.70 | <!DOCTYPE html>
1126 wakaba 1.34 | <html>
1127     | <head>
1128 wakaba 1.49 | <link>
1129 wakaba 1.34 | <body>
1130    
1131     #data
1132     <!DOCTYPE HTML></noscript><head><body>
1133     #errors
1134     </noscript> before <head>
1135     #document
1136 wakaba 1.70 | <!DOCTYPE html>
1137 wakaba 1.34 | <html>
1138     | <head>
1139     | <body>
1140    
1141     #data
1142     <!DOCTYPE HTML><head></noscript><link><body>
1143     #errors
1144     </noscript> in <head>
1145     #document
1146 wakaba 1.70 | <!DOCTYPE html>
1147 wakaba 1.34 | <html>
1148     | <head>
1149 wakaba 1.76 | <link>
1150 wakaba 1.34 | <body>
1151    
1152     #data
1153     <!DOCTYPE HTML><head></head></noscript><link><body>
1154     #errors
1155     </noscript> after </head>
1156 wakaba 1.49 <link> after </head>
1157 wakaba 1.34 #document
1158 wakaba 1.70 | <!DOCTYPE html>
1159 wakaba 1.34 | <html>
1160     | <head>
1161 wakaba 1.49 | <link>
1162 wakaba 1.34 | <body>
1163    
1164     ## When scripting is disabled
1165     #data
1166     <!DOCTYPE HTML><head><noscript></body><meta></noscript><link><body>
1167     #errors
1168     </body> in <noscript> in <head>
1169     #document
1170 wakaba 1.70 | <!DOCTYPE html>
1171 wakaba 1.34 | <html>
1172     | <head>
1173     | <noscript>
1174     | <meta>
1175     | <link>
1176     | <body>
1177    
1178     ## When scripting is disabled
1179     #data
1180     <!DOCTYPE HTML><head><noscript></html><meta></noscript><link><body>
1181     #errors
1182     </html> in <noscript> in <head>
1183     #document
1184 wakaba 1.70 | <!DOCTYPE html>
1185 wakaba 1.34 | <html>
1186     | <head>
1187     | <noscript>
1188     | <meta>
1189     | <link>
1190     | <body>
1191    
1192     #data
1193     <!DOCTYPE HTML></p>
1194     #errors
1195     </p> before <head>
1196     #document
1197 wakaba 1.70 | <!DOCTYPE html>
1198 wakaba 1.34 | <html>
1199     | <head>
1200     | <body>
1201    
1202     #data
1203     <!DOCTYPE HTML></br>
1204     #errors
1205 wakaba 1.71 </br>
1206 wakaba 1.49 #document
1207 wakaba 1.70 | <!DOCTYPE html>
1208 wakaba 1.49 | <html>
1209     | <head>
1210     | <body>
1211 wakaba 1.71 | <br>
1212 wakaba 1.49
1213     #data
1214     <!DOCTYPE HTML></head></p>
1215     #errors
1216     </p> after </head>
1217     #document
1218 wakaba 1.70 | <!DOCTYPE html>
1219 wakaba 1.49 | <html>
1220     | <head>
1221     | <body>
1222    
1223     #data
1224     <!DOCTYPE HTML><head></body><link>x
1225     #errors
1226     </body> in head
1227 wakaba 1.34 #document
1228 wakaba 1.70 | <!DOCTYPE html>
1229 wakaba 1.34 | <html>
1230     | <head>
1231 wakaba 1.49 | <link>
1232     | <body>
1233     | "x"
1234    
1235     #data
1236     <head></html><link>
1237     #errors
1238     no <!DOCTYPE>
1239     </html> in <head>
1240     #document
1241     | <html>
1242     | <head>
1243     | <link>
1244     | <body>
1245    
1246     #data
1247     <head></p><link>
1248     #errors
1249     no <!DOCTYPE>
1250     </p> in head
1251     #document
1252     | <html>
1253     | <head>
1254     | <link>
1255     | <body>
1256    
1257     #data
1258     <head></head></p>
1259     #errors
1260     no <!DOCTYPE>
1261     </p> after </head>
1262     #document
1263     | <html>
1264     | <head>
1265     | <body>
1266    
1267     #data
1268     </p>
1269     #errors
1270     no <!DOCTYPE>
1271     </p> before </head>
1272     #document
1273     | <html>
1274     | <head>
1275     | <body>
1276    
1277     #data
1278     <head></head></div>
1279     #errors
1280     no <!DOCTYPE>
1281     </div> after </head>
1282     #document
1283     | <html>
1284     | <head>
1285     | <body>
1286    
1287     #data
1288     <head></head></unknown>
1289     #errors
1290     no <!DOCTYPE>
1291     </unknown> after </head>
1292     #document
1293     | <html>
1294     | <head>
1295     | <body>
1296    
1297     #data
1298     <head></head></head>
1299     #errors
1300     no <!DOCTYPE>
1301     </head> after </head>
1302     #document
1303     | <html>
1304     | <head>
1305     | <body>
1306    
1307     #data
1308     <head></head></html>x
1309     #errors
1310     no <!DOCTYPE>
1311     </html> after </head>
1312     #document
1313     | <html>
1314     | <head>
1315     | <body>
1316     | "x"
1317    
1318     #data
1319     <head></head></body><body>y</body>
1320     #errors
1321     no <!DOCTYPE>
1322 wakaba 1.76 <body> after </body>
1323     <body> in <body>
1324 wakaba 1.49 #document
1325     | <html>
1326     | <head>
1327     | <body>
1328     | "y"
1329    
1330     #data
1331     <head></head></noscript>
1332     #errors
1333     no <!DOCTYPE>
1334     </noscript> after </head>
1335     #document
1336     | <html>
1337     | <head>
1338     | <body>
1339    
1340     #data
1341     <head></head></style>
1342     #errors
1343     no <!DOCTYPE>
1344     </style> after </head>
1345     #document
1346     | <html>
1347     | <head>
1348     | <body>
1349    
1350     #data
1351     <head></br><link>
1352     #errors
1353     no <!DOCTYPE>
1354 wakaba 1.71 </br>
1355 wakaba 1.49 #document
1356     | <html>
1357     | <head>
1358 wakaba 1.71 | <body>
1359     | <br>
1360 wakaba 1.49 | <link>
1361 wakaba 1.34
1362     #data
1363     <!DOCTYPE HTML><head></head></img>
1364     #errors
1365     </img>
1366     #document
1367 wakaba 1.70 | <!DOCTYPE html>
1368 wakaba 1.34 | <html>
1369     | <head>
1370     | <body>
1371    
1372     #data
1373     <!DOCTYPE HTML><head></head></div>
1374     #errors
1375 wakaba 1.35 unmatched </div>
1376 wakaba 1.34 #document
1377 wakaba 1.70 | <!DOCTYPE html>
1378 wakaba 1.34 | <html>
1379     | <head>
1380     | <body>
1381    
1382     #data
1383     <!DOCTYPE HTML><head></head></body>
1384     #errors
1385     #document
1386 wakaba 1.70 | <!DOCTYPE html>
1387 wakaba 1.34 | <html>
1388     | <head>
1389     | <body>
1390    
1391     #data
1392     <!DOCTYPE HTML><head></head></html>
1393     #errors
1394     #document
1395 wakaba 1.70 | <!DOCTYPE html>
1396 wakaba 1.34 | <html>
1397     | <head>
1398     | <body>
1399    
1400 wakaba 1.33 #data
1401     <!DOCTYPE HTML><head><title></title></head><base><body>
1402     #errors
1403     <base> after </head>
1404     #document
1405 wakaba 1.70 | <!DOCTYPE html>
1406 wakaba 1.33 | <html>
1407     | <head>
1408     | <title>
1409 wakaba 1.35 | <base>
1410 wakaba 1.33 | <body>
1411    
1412     #data
1413     <!DOCTYPE HTML><head><title></title></head><meta><body>
1414     #errors
1415     <meta> after </head>
1416     #document
1417 wakaba 1.70 | <!DOCTYPE html>
1418 wakaba 1.33 | <html>
1419     | <head>
1420     | <title>
1421 wakaba 1.35 | <meta>
1422 wakaba 1.33 | <body>
1423    
1424     #data
1425     <!DOCTYPE HTML><head></head><title></title><body>
1426     #errors
1427     <title> after </head>
1428     #document
1429 wakaba 1.70 | <!DOCTYPE html>
1430 wakaba 1.33 | <html>
1431     | <head>
1432     | <title>
1433     | <body>
1434 wakaba 1.24
1435 wakaba 1.5 #data
1436 wakaba 1.10 <!DOCTYPE HTML><iframe>
1437 wakaba 1.5 #errors
1438     no </iframe>
1439     #document
1440 wakaba 1.70 | <!DOCTYPE html>
1441 wakaba 1.5 | <html>
1442     | <head>
1443     | <body>
1444     | <iframe>
1445    
1446     #data
1447 wakaba 1.10 <!DOCTYPE HTML><iframe></iframe>
1448 wakaba 1.5 #errors
1449     #document
1450 wakaba 1.70 | <!DOCTYPE html>
1451 wakaba 1.5 | <html>
1452     | <head>
1453     | <body>
1454     | <iframe>
1455    
1456     #data
1457 wakaba 1.10 <!DOCTYPE HTML><iframe>a</iframe>
1458 wakaba 1.5 #errors
1459     #document
1460 wakaba 1.70 | <!DOCTYPE html>
1461 wakaba 1.5 | <html>
1462     | <head>
1463     | <body>
1464     | <iframe>
1465     | "a"
1466    
1467     #data
1468 wakaba 1.10 <!DOCTYPE HTML><noframes>
1469 wakaba 1.5 #errors
1470     no </noframes>
1471     #document
1472 wakaba 1.70 | <!DOCTYPE html>
1473 wakaba 1.5 | <html>
1474     | <head>
1475 wakaba 1.52 | <noframes>
1476 wakaba 1.5 | <body>
1477    
1478     #data
1479 wakaba 1.10 <!DOCTYPE HTML><noframes></noframes>
1480 wakaba 1.5 #errors
1481     #document
1482 wakaba 1.70 | <!DOCTYPE html>
1483 wakaba 1.5 | <html>
1484     | <head>
1485 wakaba 1.52 | <noframes>
1486 wakaba 1.5 | <body>
1487    
1488     #data
1489 wakaba 1.10 <!DOCTYPE HTML><noframes>a</noframes>
1490 wakaba 1.5 #errors
1491     #document
1492 wakaba 1.70 | <!DOCTYPE html>
1493 wakaba 1.5 | <html>
1494     | <head>
1495     | <noframes>
1496     | "a"
1497 wakaba 1.52 | <body>
1498 wakaba 1.5
1499     #data
1500 wakaba 1.10 <!DOCTYPE HTML><noframes>
1501 wakaba 1.5 #errors
1502     no </noframes>
1503     #document
1504 wakaba 1.70 | <!DOCTYPE html>
1505 wakaba 1.5 | <html>
1506     | <head>
1507 wakaba 1.52 | <noframes>
1508 wakaba 1.5 | <body>
1509    
1510     #data
1511 wakaba 1.10 <!DOCTYPE HTML><noframes></noframes>
1512 wakaba 1.5 #errors
1513     #document
1514 wakaba 1.70 | <!DOCTYPE html>
1515 wakaba 1.5 | <html>
1516     | <head>
1517 wakaba 1.52 | <noframes>
1518 wakaba 1.5 | <body>
1519    
1520     #data
1521 wakaba 1.10 <!DOCTYPE HTML><xmp>
1522 wakaba 1.5 #errors
1523     no </xmp>
1524     #document
1525 wakaba 1.70 | <!DOCTYPE html>
1526 wakaba 1.5 | <html>
1527     | <head>
1528     | <body>
1529     | <xmp>
1530    
1531     #data
1532 wakaba 1.10 <!DOCTYPE HTML><xmp></xmp>
1533 wakaba 1.5 #errors
1534     #document
1535 wakaba 1.70 | <!DOCTYPE html>
1536 wakaba 1.5 | <html>
1537     | <head>
1538     | <body>
1539     | <xmp>
1540    
1541     #data
1542 wakaba 1.10 <!DOCTYPE HTML><xmp>a</xmp>
1543 wakaba 1.5 #errors
1544     #document
1545 wakaba 1.70 | <!DOCTYPE html>
1546 wakaba 1.5 | <html>
1547     | <head>
1548     | <body>
1549     | <xmp>
1550     | "a"
1551 wakaba 1.6
1552     #data
1553 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title><style></style></head><body>
1554 wakaba 1.6 #errors
1555     #document
1556 wakaba 1.70 | <!DOCTYPE html>
1557 wakaba 1.6 | <html>
1558     | <head>
1559     | <title>
1560     | <style>
1561     | <body>
1562    
1563     #data
1564 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title><style type="text/css"></style></head><body>
1565 wakaba 1.6 #errors
1566     #document
1567 wakaba 1.70 | <!DOCTYPE html>
1568 wakaba 1.6 | <html>
1569     | <head>
1570     | <title>
1571     | <style>
1572     | type="text/css"
1573     | <body>
1574    
1575     #data
1576 wakaba 1.10 <!DOCTYPE HTML><html><head><title></title><style type="text/css">p {}</style></head><body>
1577 wakaba 1.6 #errors
1578     #document
1579 wakaba 1.70 | <!DOCTYPE html>
1580 wakaba 1.6 | <html>
1581     | <head>
1582     | <title>
1583     | <style>
1584     | type="text/css"
1585     | "p {}"
1586     | <body>
1587    
1588     #data
1589 wakaba 1.10 <!DOCTYPE HTML><html><style type="text/css"></style><title></title></head><body>
1590 wakaba 1.6 #errors
1591     #document
1592 wakaba 1.70 | <!DOCTYPE html>
1593 wakaba 1.6 | <html>
1594     | <head>
1595     | <style>
1596     | type="text/css"
1597     | <title>
1598     | <body>
1599    
1600     #data
1601 wakaba 1.10 <!DOCTYPE HTML><style type="text/css"></style><title></title><body>
1602 wakaba 1.6 #errors
1603     #document
1604 wakaba 1.70 | <!DOCTYPE html>
1605 wakaba 1.6 | <html>
1606     | <head>
1607     | <style>
1608     | type="text/css"
1609     | <title>
1610     | <body>
1611    
1612     #data
1613 wakaba 1.10 <!DOCTYPE HTML><title></title><body><p>a<style type="text/css"></style>
1614 wakaba 1.6 #errors
1615     #document
1616 wakaba 1.70 | <!DOCTYPE html>
1617 wakaba 1.6 | <html>
1618     | <head>
1619     | <title>
1620     | <body>
1621     | <p>
1622     | "a"
1623     | <style>
1624     | type="text/css"
1625 wakaba 1.7
1626     #data
1627 wakaba 1.10 <!DOCTYPE HTML><form><form></form>
1628 wakaba 1.7 #errors
1629     form in form
1630     #document
1631 wakaba 1.70 | <!DOCTYPE html>
1632 wakaba 1.7 | <html>
1633     | <head>
1634     | <body>
1635     | <form>
1636 wakaba 1.8
1637     #data
1638     <!DOCTYPE HTML><ul><li>a<li>c</ul>d
1639     #errors
1640     #document
1641 wakaba 1.70 | <!DOCTYPE html>
1642 wakaba 1.8 | <html>
1643     | <head>
1644     | <body>
1645     | <ul>
1646     | <li>
1647     | "a"
1648     | <li>
1649     | "c"
1650     | "d"
1651    
1652     #data
1653     <!DOCTYPE HTML><ul><li>a<div>b<li>c</ul>d
1654     #errors
1655     div closed by li
1656     #document
1657 wakaba 1.70 | <!DOCTYPE html>
1658 wakaba 1.8 | <html>
1659     | <head>
1660     | <body>
1661     | <ul>
1662     | <li>
1663     | "a"
1664     | <div>
1665     | "b"
1666     | <li>
1667     | "c"
1668     | "d"
1669    
1670     #data
1671     <!DOCTYPE HTML><dl><dt>a<dt>c</dl>d
1672     #errors
1673     #document
1674 wakaba 1.70 | <!DOCTYPE html>
1675 wakaba 1.8 | <html>
1676     | <head>
1677     | <body>
1678     | <dl>
1679     | <dt>
1680     | "a"
1681     | <dt>
1682     | "c"
1683     | "d"
1684    
1685     #data
1686     <!DOCTYPE HTML><dl><dt>a<dd>c</dl>d
1687     #errors
1688     #document
1689 wakaba 1.70 | <!DOCTYPE html>
1690 wakaba 1.8 | <html>
1691     | <head>
1692     | <body>
1693     | <dl>
1694     | <dt>
1695     | "a"
1696     | <dd>
1697     | "c"
1698     | "d"
1699    
1700     #data
1701     <!DOCTYPE HTML><dl><dd>a<dt>c</dl>d
1702     #errors
1703     #document
1704 wakaba 1.70 | <!DOCTYPE html>
1705 wakaba 1.8 | <html>
1706     | <head>
1707     | <body>
1708     | <dl>
1709     | <dd>
1710     | "a"
1711     | <dt>
1712     | "c"
1713     | "d"
1714    
1715     #data
1716     <!DOCTYPE HTML><dl><dd>a<dd>c</dl>d
1717     #errors
1718     #document
1719 wakaba 1.70 | <!DOCTYPE html>
1720 wakaba 1.8 | <html>
1721     | <head>
1722     | <body>
1723     | <dl>
1724     | <dd>
1725     | "a"
1726     | <dd>
1727     | "c"
1728     | "d"
1729    
1730     #data
1731     <!DOCTYPE HTML><dl><dt>a<div>b<dt>c</dl>d
1732     #errors
1733     div closed by dt
1734     #document
1735 wakaba 1.70 | <!DOCTYPE html>
1736 wakaba 1.8 | <html>
1737     | <head>
1738     | <body>
1739     | <dl>
1740     | <dt>
1741     | "a"
1742     | <div>
1743     | "b"
1744     | <dt>
1745     | "c"
1746     | "d"
1747    
1748     #data
1749     <!DOCTYPE HTML><dl><dt>a<div>b<dd>c</dl>d
1750     #errors
1751     div closed by dd
1752     #document
1753 wakaba 1.70 | <!DOCTYPE html>
1754 wakaba 1.8 | <html>
1755     | <head>
1756     | <body>
1757     | <dl>
1758     | <dt>
1759     | "a"
1760     | <div>
1761     | "b"
1762     | <dd>
1763     | "c"
1764     | "d"
1765    
1766     #data
1767     <!DOCTYPE HTML><dl><dd>a<div>b<dt>c</dl>d
1768     #errors
1769     div closed by dt
1770     #document
1771 wakaba 1.70 | <!DOCTYPE html>
1772 wakaba 1.8 | <html>
1773     | <head>
1774     | <body>
1775     | <dl>
1776     | <dd>
1777     | "a"
1778     | <div>
1779     | "b"
1780     | <dt>
1781     | "c"
1782     | "d"
1783    
1784     #data
1785     <!DOCTYPE HTML><dl><dd>a<div>b<dd>c</dl>d
1786     #errors
1787     div closed by dd
1788     #document
1789 wakaba 1.70 | <!DOCTYPE html>
1790 wakaba 1.8 | <html>
1791     | <head>
1792     | <body>
1793     | <dl>
1794     | <dd>
1795     | "a"
1796     | <div>
1797     | "b"
1798     | <dd>
1799     | "c"
1800     | "d"
1801    
1802 wakaba 1.9 #data
1803     <!DOCTYPE HTML><body><form><div>a</form>b
1804     #errors
1805 wakaba 1.37 no </div> before </form>
1806 wakaba 1.9 #document
1807 wakaba 1.70 | <!DOCTYPE html>
1808 wakaba 1.9 | <html>
1809     | <head>
1810     | <body>
1811     | <form>
1812     | <div>
1813 wakaba 1.37 | "a"
1814     | "b"
1815    
1816     #data
1817     <!DOCTYPE HTML><body><form><div><div><div>a</form>b
1818     #errors
1819     no </div> before </form>
1820     #document
1821 wakaba 1.70 | <!DOCTYPE html>
1822 wakaba 1.37 | <html>
1823     | <head>
1824     | <body>
1825     | <form>
1826     | <div>
1827     | <div>
1828     | <div>
1829     | "a"
1830     | "b"
1831 wakaba 1.11
1832     #data
1833 wakaba 1.35 <!DOCTYPE HTML><form><p></form>
1834     #errors
1835     #document
1836 wakaba 1.70 | <!DOCTYPE html>
1837 wakaba 1.35 | <html>
1838     | <head>
1839     | <body>
1840     | <form>
1841     | <p>
1842    
1843     #data
1844 wakaba 1.37 <!DOCTYPE HTML><form><p></form>x
1845     #errors
1846     #document
1847 wakaba 1.70 | <!DOCTYPE html>
1848 wakaba 1.37 | <html>
1849     | <head>
1850     | <body>
1851     | <form>
1852     | <p>
1853     | "x"
1854    
1855     #data
1856 wakaba 1.35 <!DOCTYPE HTML><form><li></form>
1857     #errors
1858     #document
1859 wakaba 1.70 | <!DOCTYPE html>
1860 wakaba 1.35 | <html>
1861     | <head>
1862     | <body>
1863     | <form>
1864     | <li>
1865    
1866     #data
1867 wakaba 1.37 <!DOCTYPE HTML><form><li></form>y
1868     #errors
1869     #document
1870 wakaba 1.70 | <!DOCTYPE html>
1871 wakaba 1.37 | <html>
1872     | <head>
1873     | <body>
1874     | <form>
1875     | <li>
1876     | "y"
1877    
1878     #data
1879 wakaba 1.35 <!DOCTYPE HTML><form><dt></form>
1880     #errors
1881     #document
1882 wakaba 1.70 | <!DOCTYPE html>
1883 wakaba 1.35 | <html>
1884     | <head>
1885     | <body>
1886     | <form>
1887     | <dt>
1888    
1889     #data
1890 wakaba 1.37 <!DOCTYPE HTML><form><dt></form>x
1891     #errors
1892     #document
1893 wakaba 1.70 | <!DOCTYPE html>
1894 wakaba 1.37 | <html>
1895     | <head>
1896     | <body>
1897     | <form>
1898     | <dt>
1899     | "x"
1900    
1901     #data
1902 wakaba 1.35 <!DOCTYPE HTML><form><dd></form>
1903     #errors
1904     #document
1905 wakaba 1.70 | <!DOCTYPE html>
1906 wakaba 1.35 | <html>
1907     | <head>
1908     | <body>
1909     | <form>
1910     | <dd>
1911 wakaba 1.37
1912     #data
1913     <!DOCTYPE HTML><form><dd></form>x
1914     #errors
1915     #document
1916 wakaba 1.70 | <!DOCTYPE html>
1917 wakaba 1.37 | <html>
1918     | <head>
1919     | <body>
1920     | <form>
1921     | <dd>
1922     | "x"
1923 wakaba 1.35
1924     #data
1925 wakaba 1.11 <!DOCTYPE HTML><ul></body>
1926     #errors
1927     ul not closed
1928     #document
1929 wakaba 1.70 | <!DOCTYPE html>
1930 wakaba 1.11 | <html>
1931     | <head>
1932     | <body>
1933     | <ul>
1934    
1935     #data
1936     <!DOCTYPE HTML><ul><li></body>
1937     #errors
1938     ul not closed
1939     #document
1940 wakaba 1.70 | <!DOCTYPE html>
1941 wakaba 1.11 | <html>
1942     | <head>
1943     | <body>
1944     | <ul>
1945     | <li>
1946    
1947     #data
1948     <!DOCTYPE HTML><dl></body>
1949     #errors
1950     dl not closed
1951     #document
1952 wakaba 1.70 | <!DOCTYPE html>
1953 wakaba 1.11 | <html>
1954     | <head>
1955     | <body>
1956     | <dl>
1957    
1958     #data
1959     <!DOCTYPE HTML><dl><dt></body>
1960     #errors
1961     dl not closed
1962     #document
1963 wakaba 1.70 | <!DOCTYPE html>
1964 wakaba 1.11 | <html>
1965     | <head>
1966     | <body>
1967     | <dl>
1968     | <dt>
1969    
1970     #data
1971     <!DOCTYPE HTML><dl><dd></body>
1972     #errors
1973     dl not closed
1974     #document
1975 wakaba 1.70 | <!DOCTYPE html>
1976 wakaba 1.11 | <html>
1977     | <head>
1978     | <body>
1979     | <dl>
1980     | <dd>
1981    
1982     #data
1983     <!DOCTYPE HTML><p></body>
1984     #errors
1985     #document
1986 wakaba 1.70 | <!DOCTYPE html>
1987 wakaba 1.11 | <html>
1988     | <head>
1989     | <body>
1990     | <p>
1991    
1992     #data
1993 wakaba 1.35 <!DOCTYPE HTML><table> </table>
1994     #errors
1995     #document
1996 wakaba 1.70 | <!DOCTYPE html>
1997 wakaba 1.35 | <html>
1998     | <head>
1999     | <body>
2000     | <table>
2001     | " "
2002    
2003     #data
2004 wakaba 1.38 <!DOCTYPE HTML><table> a</table>
2005     #errors
2006     char in <table>
2007     #document
2008 wakaba 1.70 | <!DOCTYPE html>
2009 wakaba 1.38 | <html>
2010     | <head>
2011     | <body>
2012 wakaba 1.73 | " a"
2013 wakaba 1.38 | <table>
2014    
2015     #data
2016     <!DOCTYPE HTML><table> a b</table>
2017     #errors
2018     char in <table>
2019     #document
2020 wakaba 1.70 | <!DOCTYPE html>
2021 wakaba 1.38 | <html>
2022     | <head>
2023     | <body>
2024 wakaba 1.73 | " a b"
2025 wakaba 1.38 | <table>
2026    
2027     #data
2028     <!DOCTYPE HTML><table>a b </table>
2029     #errors
2030     char in <table>
2031     #document
2032 wakaba 1.70 | <!DOCTYPE html>
2033 wakaba 1.38 | <html>
2034     | <head>
2035     | <body>
2036     | "a b "
2037     | <table>
2038    
2039     #data
2040     <!DOCTYPE HTML><table><br> </table>
2041     #errors
2042     <br> in <table>
2043     #document
2044 wakaba 1.70 | <!DOCTYPE html>
2045 wakaba 1.38 | <html>
2046     | <head>
2047     | <body>
2048     | <br>
2049     | <table>
2050 wakaba 1.73 | " "
2051 wakaba 1.38
2052     #data
2053     <!DOCTYPE HTML><table><tbody>a </table>
2054     #errors
2055     char in <tbody>
2056     #document
2057 wakaba 1.70 | <!DOCTYPE html>
2058 wakaba 1.38 | <html>
2059     | <head>
2060     | <body>
2061     | "a "
2062     | <table>
2063     | <tbody>
2064    
2065     #data
2066     <!DOCTYPE HTML><table><tr>a </table>
2067     #errors
2068     char in <tr>
2069     #document
2070 wakaba 1.70 | <!DOCTYPE html>
2071 wakaba 1.38 | <html>
2072     | <head>
2073     | <body>
2074     | "a "
2075     | <table>
2076     | <tbody>
2077     | <tr>
2078    
2079     #data
2080     <!DOCTYPE HTML><table>a<tr> </table>
2081     #errors
2082     char in <table>
2083     #document
2084 wakaba 1.70 | <!DOCTYPE html>
2085 wakaba 1.38 | <html>
2086     | <head>
2087     | <body>
2088 wakaba 1.63 | "a"
2089 wakaba 1.38 | <table>
2090     | <tbody>
2091     | <tr>
2092 wakaba 1.73 | " "
2093 wakaba 1.38
2094     #data
2095     <!DOCTYPE HTML><table><tbody><br> </table>
2096     #errors
2097     <br> in <tbody>
2098     #document
2099 wakaba 1.70 | <!DOCTYPE html>
2100 wakaba 1.38 | <html>
2101     | <head>
2102     | <body>
2103     | <br>
2104     | <table>
2105     | <tbody>
2106 wakaba 1.73 | " "
2107 wakaba 1.38
2108     #data
2109     <!DOCTYPE HTML><table><tr><br> </table>
2110     #errors
2111     <br> in <tr>
2112     #document
2113 wakaba 1.70 | <!DOCTYPE html>
2114 wakaba 1.38 | <html>
2115     | <head>
2116     | <body>
2117     | <br>
2118     | <table>
2119     | <tbody>
2120     | <tr>
2121 wakaba 1.73 | " "
2122 wakaba 1.38
2123     #data
2124     <!DOCTYPE HTML><table a><table b> </table></table>
2125     #errors
2126     <table> in <table>
2127     unmatched </table>
2128     #document
2129 wakaba 1.70 | <!DOCTYPE html>
2130 wakaba 1.38 | <html>
2131     | <head>
2132     | <body>
2133     | <table>
2134     | a=""
2135     | <table>
2136     | b=""
2137     | " "
2138    
2139     #data
2140     <!DOCTYPE HTML><table a><table b> </table> </table>
2141     #errors
2142     <table> in <table>
2143     unmatched </table>
2144     #document
2145 wakaba 1.70 | <!DOCTYPE html>
2146 wakaba 1.38 | <html>
2147     | <head>
2148     | <body>
2149     | <table>
2150     | a=""
2151     | <table>
2152     | b=""
2153     | " "
2154     | " "
2155    
2156     #data
2157     <!DOCTYPE HTML><table><tr><td><table> </table></td>x</table>
2158     #errors
2159     char in <tr>
2160     #document
2161 wakaba 1.70 | <!DOCTYPE html>
2162 wakaba 1.38 | <html>
2163     | <head>
2164     | <body>
2165     | "x"
2166     | <table>
2167     | <tbody>
2168     | <tr>
2169     | <td>
2170     | <table>
2171     | " "
2172    
2173     #data
2174     <!DOCTYPE HTML><table><tr><td></td>x<table> </table></table>
2175     #errors
2176     char in <tr>
2177 wakaba 1.48 no </table> before <table>
2178 wakaba 1.38 unmatched </table>
2179     #document
2180 wakaba 1.70 | <!DOCTYPE html>
2181 wakaba 1.38 | <html>
2182     | <head>
2183     | <body>
2184     | "x"
2185     | <table>
2186     | <tbody>
2187     | <tr>
2188     | <td>
2189     | <table>
2190     | " "
2191    
2192     #data
2193     <!DOCTYPE HTML><table><tr><td><table>x</table><table> </table></table>
2194     #errors
2195     char in <table>
2196     #document
2197 wakaba 1.70 | <!DOCTYPE html>
2198 wakaba 1.38 | <html>
2199     | <head>
2200     | <body>
2201     | <table>
2202     | <tbody>
2203     | <tr>
2204     | <td>
2205     | "x"
2206     | <table>
2207     | <table>
2208     | " "
2209    
2210     #data
2211 wakaba 1.39 <!DOCTYPE HTML><table><title>a</title></table>
2212     #errors
2213     <title> in <table>
2214     #document
2215 wakaba 1.70 | <!DOCTYPE html>
2216 wakaba 1.39 | <html>
2217     | <head>
2218     | <body>
2219     | <title>
2220     | "a"
2221     | <table>
2222    
2223     #data
2224 wakaba 1.41 <!DOCTYPE HTML><table><li><table></table>
2225     #errors
2226     <li> in <table>
2227     <table> in <table>
2228     #document
2229 wakaba 1.70 | <!DOCTYPE html>
2230 wakaba 1.41 | <html>
2231     | <head>
2232     | <body>
2233     | <li>
2234     | <table>
2235     | <table>
2236    
2237     #data
2238     <!DOCTYPE HTML><table><input> </table>
2239     #errors
2240     <input> in <table>
2241     #document
2242 wakaba 1.70 | <!DOCTYPE html>
2243 wakaba 1.41 | <html>
2244     | <head>
2245     | <body>
2246     | <input>
2247     | <table>
2248 wakaba 1.73 | " "
2249 wakaba 1.41
2250     #data
2251     <!DOCTYPE HTML><table><input type="text"> </table>
2252     #errors
2253     <input> in <table>
2254     #document
2255 wakaba 1.70 | <!DOCTYPE html>
2256 wakaba 1.41 | <html>
2257     | <head>
2258     | <body>
2259     | <input>
2260     | type="text"
2261     | <table>
2262 wakaba 1.73 | " "
2263 wakaba 1.41
2264     #data
2265     <!DOCTYPE HTML><table><input type=hidden> </table>
2266     #errors
2267     <input type=hidden> in <table>
2268     #document
2269 wakaba 1.70 | <!DOCTYPE html>
2270 wakaba 1.41 | <html>
2271     | <head>
2272     | <body>
2273     | <table>
2274     | <input>
2275     | type="hidden"
2276     | " "
2277    
2278     #data
2279     <!DOCTYPE HTML><table> <input> </table>
2280     #errors
2281     <input> in <table>
2282     #document
2283 wakaba 1.70 | <!DOCTYPE html>
2284 wakaba 1.41 | <html>
2285     | <head>
2286     | <body>
2287     | <input>
2288     | <table>
2289     | " "
2290 wakaba 1.73 | " "
2291 wakaba 1.41
2292     #data
2293     <!DOCTYPE HTML><table>a<input> </table>
2294     #errors
2295     char in <table>
2296     <input> in <table>
2297     #document
2298 wakaba 1.70 | <!DOCTYPE html>
2299 wakaba 1.41 | <html>
2300     | <head>
2301     | <body>
2302     | "a"
2303     | <input>
2304     | <table>
2305 wakaba 1.73 | " "
2306 wakaba 1.41
2307     #data
2308     <!DOCTYPE HTML><table> <input type="text"> </table>
2309     #errors
2310     <input> in <table>
2311     #document
2312 wakaba 1.70 | <!DOCTYPE html>
2313 wakaba 1.41 | <html>
2314     | <head>
2315     | <body>
2316     | <input>
2317     | type="text"
2318     | <table>
2319     | " "
2320 wakaba 1.73 | " "
2321 wakaba 1.41
2322     #data
2323     <!DOCTYPE HTML><table>a<input type=text> </table>
2324     #errors
2325     char in <table>
2326     <input> in <table>
2327     #document
2328 wakaba 1.70 | <!DOCTYPE html>
2329 wakaba 1.41 | <html>
2330     | <head>
2331     | <body>
2332     | "a"
2333     | <input>
2334     | type="text"
2335     | <table>
2336 wakaba 1.73 | " "
2337 wakaba 1.41
2338     #data
2339     <!DOCTYPE HTML><table> <input type=hidden> </table>
2340     #errors
2341     <input type=hidden> in <table>
2342     #document
2343 wakaba 1.70 | <!DOCTYPE html>
2344 wakaba 1.41 | <html>
2345     | <head>
2346     | <body>
2347     | <table>
2348     | " "
2349     | <input>
2350     | type="hidden"
2351     | " "
2352    
2353     #data
2354     <!DOCTYPE HTML><table>a<input type=hidden> </table>
2355     #errors
2356     char in <table>
2357     <input> in <table>
2358     #document
2359 wakaba 1.70 | <!DOCTYPE html>
2360 wakaba 1.41 | <html>
2361     | <head>
2362     | <body>
2363     | "a"
2364     | <table>
2365 wakaba 1.75 | <input>
2366     | type="hidden"
2367 wakaba 1.73 | " "
2368 wakaba 1.41
2369     #data
2370     <!DOCTYPE HTML><table><input type="HiddeN"> </table>
2371     #errors
2372     <input type=hidden> in <table>
2373     #document
2374 wakaba 1.70 | <!DOCTYPE html>
2375 wakaba 1.41 | <html>
2376     | <head>
2377     | <body>
2378     | <table>
2379     | <input>
2380     | type="HiddeN"
2381     | " "
2382    
2383     #data
2384 wakaba 1.43 <!DOCTYPE HTML><table><thead><input type=hidden></table>
2385     #errors
2386     <input type=hidden> in <thead>
2387     #document
2388 wakaba 1.70 | <!DOCTYPE html>
2389 wakaba 1.43 | <html>
2390     | <head>
2391     | <body>
2392     | <table>
2393     | <thead>
2394     | <input>
2395     | type="hidden"
2396    
2397     #data
2398     <!DOCTYPE HTML><table><thead>a<input type=hidden></table>
2399     #errors
2400     char in <thead>
2401     <input type=hidden> in <thead>
2402     #document
2403 wakaba 1.70 | <!DOCTYPE html>
2404 wakaba 1.43 | <html>
2405     | <head>
2406     | <body>
2407     | "a"
2408     | <table>
2409     | <thead>
2410 wakaba 1.75 | <input>
2411     | type="hidden"
2412 wakaba 1.43
2413     #data
2414     <!DOCTYPE HTML><table><tr><input type=hidden></table>
2415     #errors
2416     <input type=hidden> in <tr>
2417     #document
2418 wakaba 1.70 | <!DOCTYPE html>
2419 wakaba 1.43 | <html>
2420     | <head>
2421     | <body>
2422     | <table>
2423     | <tbody>
2424     | <tr>
2425     | <input>
2426     | type="hidden"
2427    
2428     #data
2429     <!DOCTYPE HTML><table><tr>a<input type=hidden></table>
2430     #errors
2431     char in <tr>
2432     <input type=hidden> in <tr>
2433     #document
2434 wakaba 1.70 | <!DOCTYPE html>
2435 wakaba 1.43 | <html>
2436     | <head>
2437     | <body>
2438     | "a"
2439     | <table>
2440     | <tbody>
2441     | <tr>
2442 wakaba 1.75 | <input>
2443     | type="hidden"
2444 wakaba 1.43
2445     #data
2446     <!DOCTYPE HTML><table><script></script></table>
2447     #errors
2448     #document
2449 wakaba 1.70 | <!DOCTYPE html>
2450 wakaba 1.43 | <html>
2451     | <head>
2452     | <body>
2453     | <table>
2454     | <script>
2455    
2456     #data
2457     <!DOCTYPE HTML><table> <script></script> </table>
2458     #errors
2459     #document
2460 wakaba 1.70 | <!DOCTYPE html>
2461 wakaba 1.43 | <html>
2462     | <head>
2463     | <body>
2464     | <table>
2465     | " "
2466     | <script>
2467     | " "
2468    
2469     #data
2470     <!DOCTYPE HTML><table>a<script></script> </table>
2471     #errors
2472     char in <table>
2473     #document
2474 wakaba 1.70 | <!DOCTYPE html>
2475 wakaba 1.43 | <html>
2476     | <head>
2477     | <body>
2478     | "a"
2479     | <table>
2480 wakaba 1.75 | <script>
2481 wakaba 1.73 | " "
2482 wakaba 1.43
2483     #data
2484     <!DOCTYPE HTML><table><tfoot><script></script> </table>
2485     #errors
2486     #document
2487 wakaba 1.70 | <!DOCTYPE html>
2488 wakaba 1.43 | <html>
2489     | <head>
2490     | <body>
2491     | <table>
2492     | <tfoot>
2493     | <script>
2494     | " "
2495    
2496     #data
2497     <!DOCTYPE HTML><table><tfoot>a<script></script> </table>
2498     #errors
2499     char in <tfoot>
2500     #document
2501 wakaba 1.70 | <!DOCTYPE html>
2502 wakaba 1.43 | <html>
2503     | <head>
2504     | <body>
2505     | "a"
2506     | <table>
2507     | <tfoot>
2508 wakaba 1.75 | <script>
2509 wakaba 1.73 | " "
2510 wakaba 1.43
2511     #data
2512     <!DOCTYPE HTML><table><tr> <script></script> </table>
2513     #errors
2514     #document
2515 wakaba 1.70 | <!DOCTYPE html>
2516 wakaba 1.43 | <html>
2517     | <head>
2518     | <body>
2519     | <table>
2520     | <tbody>
2521     | <tr>
2522     | " "
2523     | <script>
2524     | " "
2525    
2526     #data
2527     <!DOCTYPE HTML><table><tr>a<script></script> </table>
2528     #errors
2529     char in <tr>
2530     #document
2531 wakaba 1.70 | <!DOCTYPE html>
2532 wakaba 1.43 | <html>
2533     | <head>
2534     | <body>
2535     | "a"
2536     | <table>
2537     | <tbody>
2538     | <tr>
2539 wakaba 1.75 | <script>
2540 wakaba 1.73 | " "
2541 wakaba 1.43
2542     #data
2543     <!DOCTYPE HTML><table><style></style></table>
2544     #errors
2545     #document
2546 wakaba 1.70 | <!DOCTYPE html>
2547 wakaba 1.43 | <html>
2548     | <head>
2549     | <body>
2550     | <table>
2551     | <style>
2552    
2553     #data
2554     <!DOCTYPE HTML><table> <style></style> </table>
2555     #errors
2556     #document
2557 wakaba 1.70 | <!DOCTYPE html>
2558 wakaba 1.43 | <html>
2559     | <head>
2560     | <body>
2561     | <table>
2562     | " "
2563     | <style>
2564     | " "
2565    
2566     #data
2567     <!DOCTYPE HTML><table>a<style></style> </table>
2568     #errors
2569     char in <table>
2570     #document
2571 wakaba 1.70 | <!DOCTYPE html>
2572 wakaba 1.43 | <html>
2573     | <head>
2574     | <body>
2575     | "a"
2576     | <table>
2577 wakaba 1.75 | <style>
2578 wakaba 1.73 | " "
2579 wakaba 1.43
2580     #data
2581     <!DOCTYPE HTML><table><tfoot><style></style> </table>
2582     #errors
2583     #document
2584 wakaba 1.70 | <!DOCTYPE html>
2585 wakaba 1.43 | <html>
2586     | <head>
2587     | <body>
2588     | <table>
2589     | <tfoot>
2590     | <style>
2591     | " "
2592    
2593     #data
2594     <!DOCTYPE HTML><table><tfoot>a<style></style> </table>
2595     #errors
2596     char in <tfoot>
2597     #document
2598 wakaba 1.70 | <!DOCTYPE html>
2599 wakaba 1.43 | <html>
2600     | <head>
2601     | <body>
2602     | "a"
2603     | <table>
2604     | <tfoot>
2605 wakaba 1.75 | <style>
2606 wakaba 1.73 | " "
2607 wakaba 1.43
2608     #data
2609     <!DOCTYPE HTML><table><tr> <style></style> </table>
2610     #errors
2611     #document
2612 wakaba 1.70 | <!DOCTYPE html>
2613 wakaba 1.43 | <html>
2614     | <head>
2615     | <body>
2616     | <table>
2617     | <tbody>
2618     | <tr>
2619     | " "
2620     | <style>
2621     | " "
2622    
2623     #data
2624     <!DOCTYPE HTML><table><tr>a<style></style> </table>
2625     #errors
2626     char in <tr>
2627     #document
2628 wakaba 1.70 | <!DOCTYPE html>
2629 wakaba 1.43 | <html>
2630     | <head>
2631     | <body>
2632     | "a"
2633     | <table>
2634     | <tbody>
2635     | <tr>
2636 wakaba 1.75 | <style>
2637 wakaba 1.73 | " "
2638 wakaba 1.43
2639     #data
2640 wakaba 1.45 <!DOCTYPE HTML><table><b>x<i>y<div>z</b>a</i>b
2641     #errors
2642     1,26,in table:b
2643     1,27,in table:#character
2644     1,30,in table:i
2645     1,31,in table:#character
2646     1,36,in table:div
2647     1,37,in table:#character
2648     1,41,in table:/b
2649     1,41,not closed:div
2650     1,42,in table:#character
2651     1,46,in table:/i
2652     1,46,not closed:div
2653     1,46,in table:#character
2654     no </div></table> at the end-of-file
2655     #document
2656 wakaba 1.70 | <!DOCTYPE html>
2657 wakaba 1.45 | <html>
2658     | <head>
2659     | <body>
2660     | <b>
2661     | "x"
2662     | <i>
2663     | "y"
2664 wakaba 1.46 | <i>
2665     | <div>
2666     | <i>
2667     | <b>
2668     | "z"
2669     | "a"
2670     | "b"
2671 wakaba 1.45 | <table>
2672    
2673     #data
2674 wakaba 1.11 <!DOCTYPE HTML><table><tr><td></body>
2675     #errors
2676 wakaba 1.35 unmatched </body>
2677 wakaba 1.11 table not closed
2678     #document
2679 wakaba 1.70 | <!DOCTYPE html>
2680 wakaba 1.11 | <html>
2681     | <head>
2682     | <body>
2683     | <table>
2684     | <tbody>
2685     | <tr>
2686     | <td>
2687    
2688     #data
2689     <!DOCTYPE HTML><table><tr><th></body>
2690     #errors
2691 wakaba 1.35 unmatched </body>
2692 wakaba 1.11 table not closed
2693     #document
2694 wakaba 1.70 | <!DOCTYPE html>
2695 wakaba 1.11 | <html>
2696     | <head>
2697     | <body>
2698     | <table>
2699     | <tbody>
2700     | <tr>
2701     | <th>
2702    
2703     #data
2704     <!DOCTYPE HTML><table><thead><tr><td></body>
2705     #errors
2706 wakaba 1.35 unmatched </body>
2707 wakaba 1.11 table not closed
2708     #document
2709 wakaba 1.70 | <!DOCTYPE html>
2710 wakaba 1.11 | <html>
2711     | <head>
2712     | <body>
2713     | <table>
2714     | <thead>
2715     | <tr>
2716     | <td>
2717 wakaba 1.12
2718     #data
2719     <!DOCTYPE HTML><isindex>
2720     #errors
2721     isindex
2722     #document
2723 wakaba 1.70 | <!DOCTYPE html>
2724 wakaba 1.12 | <html>
2725     | <head>
2726     | <body>
2727     | <form>
2728     | <hr>
2729 wakaba 1.67 | <label>
2730     | "This is a searchable index. Insert your search keywords here: "
2731     | <input>
2732     | name="isindex"
2733 wakaba 1.12 | <hr>
2734    
2735     #data
2736 wakaba 1.51 <!DOCTYPE HTML><isindex/>
2737     #errors
2738     isindex
2739     #document
2740 wakaba 1.70 | <!DOCTYPE html>
2741 wakaba 1.51 | <html>
2742     | <head>
2743     | <body>
2744     | <form>
2745     | <hr>
2746 wakaba 1.67 | <label>
2747     | "This is a searchable index. Insert your search keywords here: "
2748     | <input>
2749     | name="isindex"
2750 wakaba 1.51 | <hr>
2751    
2752     #data
2753     <!DOCTYPE HTML><form><isindex/></form>
2754     #errors
2755     <isindex> in form
2756     nestc
2757     #document
2758 wakaba 1.70 | <!DOCTYPE html>
2759 wakaba 1.51 | <html>
2760     | <head>
2761     | <body>
2762     | <form>
2763    
2764     #data
2765 wakaba 1.12 <!DOCTYPE HTML><isindex action="http://test/">
2766     #errors
2767     isindex
2768     #document
2769 wakaba 1.70 | <!DOCTYPE html>
2770 wakaba 1.12 | <html>
2771     | <head>
2772     | <body>
2773     | <form>
2774     | action="http://test/"
2775     | <hr>
2776 wakaba 1.67 | <label>
2777     | "This is a searchable index. Insert your search keywords here: "
2778     | <input>
2779     | name="isindex"
2780 wakaba 1.12 | <hr>
2781    
2782     #data
2783     <!DOCTYPE HTML><isindex prompt="Input:">
2784     #errors
2785     isindex
2786     #document
2787 wakaba 1.70 | <!DOCTYPE html>
2788 wakaba 1.12 | <html>
2789     | <head>
2790     | <body>
2791     | <form>
2792     | <hr>
2793 wakaba 1.67 | <label>
2794     | "Input:"
2795     | <input>
2796     | name="isindex"
2797 wakaba 1.12 | <hr>
2798    
2799     #data
2800     <!DOCTYPE HTML><isindex name="textarea">
2801     #errors
2802     isindex
2803     #document
2804 wakaba 1.70 | <!DOCTYPE html>
2805 wakaba 1.12 | <html>
2806     | <head>
2807     | <body>
2808     | <form>
2809     | <hr>
2810 wakaba 1.67 | <label>
2811     | "This is a searchable index. Insert your search keywords here: "
2812     | <input>
2813     | name="isindex"
2814 wakaba 1.12 | <hr>
2815    
2816     #data
2817     <!DOCTYPE HTML><isindex type="checkbox">
2818     #errors
2819     isindex
2820     #document
2821 wakaba 1.70 | <!DOCTYPE html>
2822 wakaba 1.12 | <html>
2823     | <head>
2824     | <body>
2825     | <form>
2826     | <hr>
2827 wakaba 1.67 | <label>
2828     | "This is a searchable index. Insert your search keywords here: "
2829     | <input>
2830     | name="isindex"
2831     | type="checkbox"
2832 wakaba 1.12 | <hr>
2833    
2834     #data
2835     <!DOCTYPE HTML><form><isindex></form>
2836     #errors
2837     isindex
2838     #document
2839 wakaba 1.70 | <!DOCTYPE html>
2840 wakaba 1.12 | <html>
2841     | <head>
2842     | <body>
2843     | <form>
2844 wakaba 1.13
2845     #data
2846     <!DOCTYPE HTML><h1><a><h2>
2847     #errors
2848 wakaba 1.35 unexpected end of file (no </h1></a></h2>)
2849 wakaba 1.13 #document
2850 wakaba 1.70 | <!DOCTYPE html>
2851 wakaba 1.13 | <html>
2852     | <head>
2853     | <body>
2854     | <h1>
2855     | <a>
2856     | <h2>
2857 wakaba 1.16
2858     #data
2859 wakaba 1.35 <!DOCTYPE HTML><h1><p></h1>
2860     #errors
2861     #document
2862 wakaba 1.70 | <!DOCTYPE html>
2863 wakaba 1.35 | <html>
2864     | <head>
2865     | <body>
2866     | <h1>
2867     | <p>
2868    
2869     #data
2870     <!DOCTYPE HTML><h1><li></h1>
2871     #errors
2872     #document
2873 wakaba 1.70 | <!DOCTYPE html>
2874 wakaba 1.35 | <html>
2875     | <head>
2876     | <body>
2877     | <h1>
2878     | <li>
2879    
2880     #data
2881     <!DOCTYPE HTML><h1><dt></h1>
2882     #errors
2883     #document
2884 wakaba 1.70 | <!DOCTYPE html>
2885 wakaba 1.35 | <html>
2886     | <head>
2887     | <body>
2888     | <h1>
2889     | <dt>
2890    
2891     #data
2892     <!DOCTYPE HTML><h1><dd></h1>
2893     #errors
2894     #document
2895 wakaba 1.70 | <!DOCTYPE html>
2896 wakaba 1.35 | <html>
2897     | <head>
2898     | <body>
2899     | <h1>
2900     | <dd>
2901    
2902     #data
2903     <!DOCTYPE HTML><h1></h1>
2904     #errors
2905     #document
2906 wakaba 1.70 | <!DOCTYPE html>
2907 wakaba 1.35 | <html>
2908     | <head>
2909     | <body>
2910     | <h1>
2911    
2912     #data
2913 wakaba 1.16 <p>
2914     #errors
2915     no DOCTYPE
2916     #document
2917     | <html>
2918     | <head>
2919     | <body>
2920     | <p>
2921    
2922     #data
2923     a
2924     #errors
2925     no DOCTYPE
2926     #document
2927     | <html>
2928     | <head>
2929     | <body>
2930     | "a"
2931    
2932     #data
2933     <!----> <p>
2934     #errors
2935     no DOCTYPE
2936     #document
2937     | <!-- -->
2938     | <html>
2939     | <head>
2940     | <body>
2941     | <p>
2942    
2943     #data
2944     <!DOCTYPE HTML> <p>
2945     #errors
2946     #document
2947 wakaba 1.70 | <!DOCTYPE html>
2948 wakaba 1.16 | <html>
2949     | <head>
2950     | <body>
2951     | <p>
2952 wakaba 1.20
2953     #data
2954     <!DOCTYPE HTML><div></div></div>
2955     #errors
2956     unmatched </div>
2957     #document
2958 wakaba 1.70 | <!DOCTYPE html>
2959 wakaba 1.20 | <html>
2960     | <head>
2961     | <body>
2962     | <div>
2963    
2964     #data
2965     <!DOCTYPE HTML><div><span></div>
2966     #errors
2967     unclosed <span>
2968     #document
2969 wakaba 1.70 | <!DOCTYPE html>
2970 wakaba 1.20 | <html>
2971     | <head>
2972     | <body>
2973     | <div>
2974     | <span>
2975 wakaba 1.21
2976     #data
2977 wakaba 1.40 <!DOCTYPE HTML><listing>
2978     </listing>
2979     #errors
2980     #document
2981 wakaba 1.70 | <!DOCTYPE html>
2982 wakaba 1.40 | <html>
2983     | <head>
2984     | <body>
2985     | <listing>
2986    
2987     #data
2988     <!DOCTYPE HTML><listing>
2989     a</listing>
2990     #errors
2991     #document
2992 wakaba 1.70 | <!DOCTYPE html>
2993 wakaba 1.40 | <html>
2994     | <head>
2995     | <body>
2996     | <listing>
2997     | "a"
2998    
2999     #data
3000     <!DOCTYPE HTML><listing>a
3001     </listing>
3002     #errors
3003     #document
3004 wakaba 1.70 | <!DOCTYPE html>
3005 wakaba 1.40 | <html>
3006     | <head>
3007     | <body>
3008     | <listing>
3009     | "a
3010     "
3011    
3012     #data
3013     <!DOCTYPE HTML><listing>
3014    
3015     </listing>
3016     #errors
3017     #document
3018 wakaba 1.70 | <!DOCTYPE html>
3019 wakaba 1.40 | <html>
3020     | <head>
3021     | <body>
3022     | <listing>
3023     | "
3024     "
3025    
3026     #data
3027     <!DOCTYPE HTML><listing>
3028     </listing>
3029     #errors
3030     #document
3031 wakaba 1.70 | <!DOCTYPE html>
3032 wakaba 1.40 | <html>
3033     | <head>
3034     | <body>
3035     | <listing>
3036     | "
3037     "
3038    
3039     #data
3040 wakaba 1.21 <!DOCTYPE HTML><pre><!---->
3041     a</pre>
3042     #errors
3043     #document
3044 wakaba 1.70 | <!DOCTYPE html>
3045 wakaba 1.21 | <html>
3046     | <head>
3047     | <body>
3048     | <pre>
3049 wakaba 1.40 | <!-- -->
3050     | "
3051     a"
3052    
3053     #data
3054     <!DOCTYPE HTML><listing><!---->
3055     a</listing>
3056     #errors
3057     #document
3058 wakaba 1.70 | <!DOCTYPE html>
3059 wakaba 1.40 | <html>
3060     | <head>
3061     | <body>
3062     | <listing>
3063 wakaba 1.21 | <!-- -->
3064     | "
3065     a"
3066    
3067     #data
3068     <!DOCTYPE HTML><textarea><!---->
3069     a</textarea>
3070     #errors
3071     #document
3072 wakaba 1.70 | <!DOCTYPE html>
3073 wakaba 1.21 | <html>
3074     | <head>
3075     | <body>
3076     | <textarea>
3077     | "<!---->
3078     a"
3079 wakaba 1.22
3080     #data
3081     <!DOCTYPE HTML><html><head><title></title></head><body></body></html>
3082     #errors
3083     #document
3084 wakaba 1.70 | <!DOCTYPE html>
3085 wakaba 1.22 | <html>
3086     | <head>
3087     | <title>
3088     | <body>
3089     | " "
3090    
3091     #data
3092     <!DOCTYPE HTML><html><head><title></title></head><body></body></html>
3093     #errors
3094     #document
3095 wakaba 1.70 | <!DOCTYPE html>
3096 wakaba 1.22 | <html>
3097     | <head>
3098     | <title>
3099     | <body>
3100     | " "
3101    
3102     #data
3103     <!DOCTYPE HTML><html><head><title></title></head><body></body></html>a
3104     #errors
3105     char after </html>
3106     #document
3107 wakaba 1.70 | <!DOCTYPE html>
3108 wakaba 1.22 | <html>
3109     | <head>
3110     | <title>
3111     | <body>
3112     | "a"
3113    
3114     #data
3115     <!DOCTYPE HTML><html><head><title></title></head><body></body></html> a
3116     #errors
3117     char after </html>
3118     #document
3119 wakaba 1.70 | <!DOCTYPE html>
3120 wakaba 1.22 | <html>
3121     | <head>
3122     | <title>
3123     | <body>
3124     | " a"
3125    
3126     #data
3127     <!DOCTYPE HTML><html><head><title></title></head><body></body></html>a
3128     #errors
3129     char after </html>
3130     #document
3131 wakaba 1.70 | <!DOCTYPE html>
3132 wakaba 1.22 | <html>
3133     | <head>
3134     | <title>
3135     | <body>
3136     | "a "
3137    
3138     #data
3139     <!DOCTYPE HTML><html><head><title></title></head><body></body></html>aaa
3140     #errors
3141     char after </html>
3142     #document
3143 wakaba 1.70 | <!DOCTYPE html>
3144 wakaba 1.22 | <html>
3145     | <head>
3146     | <title>
3147     | <body>
3148     | "aaa"
3149    
3150     #data
3151     <!DOCTYPE HTML><html><head><title></title></head><body></body></html><!---->
3152     #errors
3153     #document
3154 wakaba 1.70 | <!DOCTYPE html>
3155 wakaba 1.22 | <html>
3156     | <head>
3157     | <title>
3158     | <body>
3159     | <!-- -->
3160    
3161     #data
3162     <!DOCTYPE HTML><html><head><title></title></head><body></body></html><!--aa-->
3163     #errors
3164     #document
3165 wakaba 1.70 | <!DOCTYPE html>
3166 wakaba 1.22 | <html>
3167     | <head>
3168     | <title>
3169     | <body>
3170     | <!-- aa -->
3171    
3172     #data
3173     <!DOCTYPE HTML><html><head><title></title></head><body></body></html><!DOCTYPE HTML>
3174     #errors
3175     <!DOCTYPE> after </html>
3176     #document
3177 wakaba 1.70 | <!DOCTYPE html>
3178 wakaba 1.22 | <html>
3179     | <head>
3180     | <title>
3181     | <body>
3182    
3183     #data
3184     <!DOCTYPE HTML><html><head><title></title></head><body></body></html><p>
3185     #errors
3186     start tag after </html>
3187     #document
3188 wakaba 1.70 | <!DOCTYPE html>
3189 wakaba 1.22 | <html>
3190     | <head>
3191     | <title>
3192     | <body>
3193     | <p>
3194    
3195     #data
3196     <!DOCTYPE HTML><html><head><title></title></head><body></body></html></p>
3197     #errors
3198     end tag after </html>
3199     </p> interpreted as <p></p>
3200     #document
3201 wakaba 1.70 | <!DOCTYPE html>
3202 wakaba 1.22 | <html>
3203     | <head>
3204     | <title>
3205     | <body>
3206     | <p>
3207    
3208     #data
3209     <!DOCTYPE HTML><html><head><title></title></head><body></body></html> <p>
3210     #errors
3211     start tag after </html>
3212     #document
3213 wakaba 1.70 | <!DOCTYPE html>
3214 wakaba 1.22 | <html>
3215     | <head>
3216     | <title>
3217     | <body>
3218     | " "
3219     | <p>
3220    
3221     #data
3222     <!DOCTYPE HTML><html><head><title></title></head><body></body></html>aa<p>
3223     #errors
3224     char after </html>
3225     #document
3226 wakaba 1.70 | <!DOCTYPE html>
3227 wakaba 1.22 | <html>
3228     | <head>
3229     | <title>
3230     | <body>
3231     | "aa"
3232     | <p>
3233    
3234     #data
3235     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>
3236     #errors
3237     #document
3238 wakaba 1.70 | <!DOCTYPE html>
3239 wakaba 1.22 | <html>
3240     | <head>
3241     | <title>
3242     | <frameset>
3243     | " "
3244    
3245     #data
3246     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>
3247     #errors
3248     #document
3249 wakaba 1.70 | <!DOCTYPE html>
3250 wakaba 1.22 | <html>
3251     | <head>
3252     | <title>
3253     | <frameset>
3254     | " "
3255    
3256     #data
3257     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>a
3258     #errors
3259     char after </html>
3260     #document
3261 wakaba 1.70 | <!DOCTYPE html>
3262 wakaba 1.22 | <html>
3263     | <head>
3264     | <title>
3265     | <frameset>
3266    
3267     #data
3268     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html> a
3269     #errors
3270     char after </html>
3271     #document
3272 wakaba 1.70 | <!DOCTYPE html>
3273 wakaba 1.22 | <html>
3274     | <head>
3275     | <title>
3276     | <frameset>
3277     | " "
3278    
3279     #data
3280     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>a
3281     #errors
3282     char after </html>
3283     #document
3284 wakaba 1.70 | <!DOCTYPE html>
3285 wakaba 1.22 | <html>
3286     | <head>
3287     | <title>
3288     | <frameset>
3289     | " "
3290    
3291     #data
3292 wakaba 1.54 <!DOCTYPE HTML><frameset></frameset></html>a</html>
3293     #errors
3294     char after </html>
3295     </html> after </html>
3296     #document
3297 wakaba 1.70 | <!DOCTYPE html>
3298 wakaba 1.54 | <html>
3299     | <head>
3300     | <frameset>
3301    
3302     #data
3303 wakaba 1.22 <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><!---->
3304     #errors
3305     #document
3306 wakaba 1.70 | <!DOCTYPE html>
3307 wakaba 1.22 | <html>
3308     | <head>
3309     | <title>
3310     | <frameset>
3311     | <!-- -->
3312    
3313     #data
3314     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><!--a-->
3315     #errors
3316     #document
3317 wakaba 1.70 | <!DOCTYPE html>
3318 wakaba 1.22 | <html>
3319     | <head>
3320     | <title>
3321     | <frameset>
3322     | <!-- a -->
3323    
3324     #data
3325     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html> <!---->
3326     #errors
3327     #document
3328 wakaba 1.70 | <!DOCTYPE html>
3329 wakaba 1.22 | <html>
3330     | <head>
3331     | <title>
3332     | <frameset>
3333     | " "
3334     | <!-- -->
3335    
3336     #data
3337     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>a<!---->
3338     #errors
3339     char after </html>
3340     #document
3341 wakaba 1.70 | <!DOCTYPE html>
3342 wakaba 1.22 | <html>
3343     | <head>
3344     | <title>
3345     | <frameset>
3346 wakaba 1.54 | <!-- -->
3347    
3348     #data
3349     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>a<!---->
3350     #errors
3351     char after </html>
3352     #document
3353 wakaba 1.70 | <!DOCTYPE html>
3354 wakaba 1.54 | <html>
3355     | <head>
3356     | <title>
3357     | <frameset>
3358     | " "
3359     | <!-- -->
3360    
3361     #data
3362     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>a<!----> <!--a-->
3363     #errors
3364     char after </html>
3365     #document
3366 wakaba 1.70 | <!DOCTYPE html>
3367 wakaba 1.54 | <html>
3368     | <head>
3369     | <title>
3370     | <frameset>
3371     | " "
3372     | <!-- -->
3373     | <!-- a -->
3374 wakaba 1.22
3375     #data
3376     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><!DOCTYPE HTML>
3377     #errors
3378     <!DOCTYPE> after </html>
3379     #document
3380 wakaba 1.70 | <!DOCTYPE html>
3381 wakaba 1.22 | <html>
3382     | <head>
3383     | <title>
3384     | <frameset>
3385    
3386     #data
3387     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html> <!DOCTYPE HTML>
3388     #errors
3389     <!DOCTYPE> after </html>
3390     #document
3391 wakaba 1.70 | <!DOCTYPE html>
3392 wakaba 1.22 | <html>
3393     | <head>
3394     | <title>
3395     | <frameset>
3396     | " "
3397    
3398     #data
3399     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><p>
3400     #errors
3401     start tag after </html>
3402     #document
3403 wakaba 1.70 | <!DOCTYPE html>
3404 wakaba 1.22 | <html>
3405     | <head>
3406     | <title>
3407     | <frameset>
3408    
3409     #data
3410     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html> <p>
3411     #errors
3412     start tag after </html>
3413     #document
3414 wakaba 1.70 | <!DOCTYPE html>
3415 wakaba 1.22 | <html>
3416     | <head>
3417     | <title>
3418     | <frameset>
3419     | " "
3420    
3421     #data
3422     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html></p>
3423     #errors
3424     end tag after </html>
3425     #document
3426 wakaba 1.70 | <!DOCTYPE html>
3427 wakaba 1.22 | <html>
3428     | <head>
3429     | <title>
3430     | <frameset>
3431    
3432     #data
3433     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html> </p>
3434     #errors
3435     end tag after </html>
3436     #document
3437 wakaba 1.70 | <!DOCTYPE html>
3438 wakaba 1.22 | <html>
3439     | <head>
3440     | <title>
3441     | <frameset>
3442     | " "
3443    
3444     #data
3445     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html></html>
3446     #errors
3447     </html> after </html>
3448     #document
3449 wakaba 1.70 | <!DOCTYPE html>
3450 wakaba 1.22 | <html>
3451     | <head>
3452     | <title>
3453     | <frameset>
3454    
3455     #data
3456     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html>a</html>
3457     #errors
3458     char after </html>
3459 wakaba 1.54 </html> after </html>
3460 wakaba 1.22 #document
3461 wakaba 1.70 | <!DOCTYPE html>
3462 wakaba 1.22 | <html>
3463     | <head>
3464     | <title>
3465     | <frameset>
3466    
3467     #data
3468     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><noframes></noframes>
3469     #errors
3470     #document
3471 wakaba 1.70 | <!DOCTYPE html>
3472 wakaba 1.22 | <html>
3473     | <head>
3474     | <title>
3475     | <frameset>
3476     | <noframes>
3477    
3478     #data
3479     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><noframes>
3480     #errors
3481     no </noframes>
3482     #document
3483 wakaba 1.70 | <!DOCTYPE html>
3484 wakaba 1.22 | <html>
3485     | <head>
3486     | <title>
3487     | <frameset>
3488     | <noframes>
3489    
3490     #data
3491     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><noframes><p></noframes>
3492     #errors
3493     #document
3494 wakaba 1.70 | <!DOCTYPE html>
3495 wakaba 1.22 | <html>
3496     | <head>
3497     | <title>
3498     | <frameset>
3499     | <noframes>
3500     | "<p>"
3501    
3502     #data
3503     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><noframes></noframes>a
3504     #errors
3505 wakaba 1.54 char after </html>
3506     #document
3507 wakaba 1.70 | <!DOCTYPE html>
3508 wakaba 1.54 | <html>
3509     | <head>
3510     | <title>
3511     | <frameset>
3512     | <noframes>
3513    
3514     #data
3515     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html><noframes></noframes>a</html>
3516     #errors
3517     char after </html>
3518     </html> after </html>
3519 wakaba 1.22 #document
3520 wakaba 1.70 | <!DOCTYPE html>
3521 wakaba 1.22 | <html>
3522     | <head>
3523     | <title>
3524     | <frameset>
3525     | <noframes>
3526    
3527     #data
3528     <!DOCTYPE HTML><html><head><title></title></head><frameset></frameset></html> <noframes></noframes>
3529     #errors
3530     #document
3531 wakaba 1.70 | <!DOCTYPE html>
3532 wakaba 1.22 | <html>
3533     | <head>
3534     | <title>
3535     | <frameset>
3536     | " "
3537     | <noframes>
3538     | " "
3539    
3540     #data
3541 wakaba 1.54 <!DOCTYPE HTML><frameset></frameset></html><frameset>
3542     #errors
3543     <frameset> after </html>
3544     #document
3545 wakaba 1.70 | <!DOCTYPE html>
3546 wakaba 1.54 | <html>
3547     | <head>
3548     | <frameset>
3549    
3550     #data
3551     <!DOCTYPE HTML><frameset></frameset></html></frameset>
3552     #errors
3553     </frameset> after </html>
3554     #document
3555 wakaba 1.70 | <!DOCTYPE html>
3556 wakaba 1.54 | <html>
3557     | <head>
3558     | <frameset>
3559    
3560     #data
3561     <!DOCTYPE HTML><frameset></frameset></html><frame>
3562     #errors
3563     <frame> after </html>
3564     #document
3565 wakaba 1.70 | <!DOCTYPE html>
3566 wakaba 1.54 | <html>
3567     | <head>
3568     | <frameset>
3569    
3570     #data
3571     <!DOCTYPE HTML><frameset></frameset></html><xyz>
3572     #errors
3573     <xyz> after </html>
3574     #document
3575 wakaba 1.70 | <!DOCTYPE html>
3576 wakaba 1.54 | <html>
3577     | <head>
3578     | <frameset>
3579    
3580     #data
3581     <!DOCTYPE HTML><frameset></frameset></html></xyz>
3582     #errors
3583     </xyz> after </html>
3584     #document
3585 wakaba 1.70 | <!DOCTYPE html>
3586 wakaba 1.54 | <html>
3587     | <head>
3588     | <frameset>
3589    
3590     #data
3591 wakaba 1.22 <!DOCTYPE HTML><html><head><title></title></head><frameset> </frameset></html>
3592     #errors
3593     #document
3594 wakaba 1.70 | <!DOCTYPE html>
3595 wakaba 1.22 | <html>
3596     | <head>
3597     | <title>
3598     | <frameset>
3599     | " "
3600    
3601     #data
3602     <!DOCTYPE HTML><html><head><title></title></head><body></body> </html>
3603     #errors
3604     #document
3605 wakaba 1.70 | <!DOCTYPE html>
3606 wakaba 1.22 | <html>
3607     | <head>
3608     | <title>
3609     | <body>
3610     | " "
3611 wakaba 1.23
3612     #data
3613 wakaba 1.26 <!DOCTYPE HTML><frameset></frameset><noframes>
3614     #errors
3615     unexpected end of file
3616     #document
3617 wakaba 1.70 | <!DOCTYPE html>
3618 wakaba 1.26 | <html>
3619     | <head>
3620     | <frameset>
3621     | <noframes>
3622    
3623     #data
3624     <!DOCTYPE HTML><frameset></frameset><noframes></noframes>
3625     #errors
3626     #document
3627 wakaba 1.70 | <!DOCTYPE html>
3628 wakaba 1.26 | <html>
3629     | <head>
3630     | <frameset>
3631     | <noframes>
3632    
3633     #data
3634     <!DOCTYPE HTML><frameset></frameset><noframes>abcdefg
3635     #errors
3636     unexpected end of file
3637     #document
3638 wakaba 1.70 | <!DOCTYPE html>
3639 wakaba 1.26 | <html>
3640     | <head>
3641     | <frameset>
3642     | <noframes>
3643     | "abcdefg"
3644    
3645     #data
3646     <!DOCTYPE HTML><frameset></frameset><noframes>abcdefg</noframes>
3647     #errors
3648     #document
3649 wakaba 1.70 | <!DOCTYPE html>
3650 wakaba 1.26 | <html>
3651     | <head>
3652     | <frameset>
3653     | <noframes>
3654     | "abcdefg"
3655    
3656     #data
3657     <!DOCTYPE HTML><frameset></frameset><noframes>aa<p>bb</noframes>
3658     #errors
3659     #document
3660 wakaba 1.70 | <!DOCTYPE html>
3661 wakaba 1.26 | <html>
3662     | <head>
3663     | <frameset>
3664     | <noframes>
3665     | "aa<p>bb"
3666    
3667     #data
3668     <!DOCTYPE HTML><frameset></frameset><noframes><noframes></noframes>
3669     #errors
3670     #document
3671 wakaba 1.70 | <!DOCTYPE html>
3672 wakaba 1.26 | <html>
3673     | <head>
3674     | <frameset>
3675     | <noframes>
3676     | "<noframes>"
3677    
3678     #data
3679     <!DOCTYPE HTML><frameset></frameset><noframes></noframe></noframes>
3680     #errors
3681     #document
3682 wakaba 1.70 | <!DOCTYPE html>
3683 wakaba 1.26 | <html>
3684     | <head>
3685     | <frameset>
3686     | <noframes>
3687     | "</noframe>"
3688 wakaba 1.52
3689     #data
3690     <!DOCTYPE HTML><noframes>x</noframes><!---->
3691     #errors
3692     #document
3693 wakaba 1.70 | <!DOCTYPE html>
3694 wakaba 1.52 | <html>
3695     | <head>
3696     | <noframes>
3697     | "x"
3698     | <!-- -->
3699     | <body>
3700    
3701     #data
3702     <!DOCTYPE HTML><head><noframes>x</noframes><!---->
3703     #errors
3704     #document
3705 wakaba 1.70 | <!DOCTYPE html>
3706 wakaba 1.52 | <html>
3707     | <head>
3708     | <noframes>
3709     | "x"
3710     | <!-- -->
3711     | <body>
3712    
3713     #data
3714     <!DOCTYPE HTML><head></head><noframes>x</noframes><!---->
3715     #errors
3716     <noframes> after </head>
3717     #document
3718 wakaba 1.70 | <!DOCTYPE html>
3719 wakaba 1.52 | <html>
3720     | <head>
3721     | <noframes>
3722     | "x"
3723     | <!-- -->
3724     | <body>
3725    
3726     #data
3727     <!DOCTYPE HTML><body><noframes>x</noframes>
3728     #errors
3729     #document
3730 wakaba 1.70 | <!DOCTYPE html>
3731 wakaba 1.52 | <html>
3732     | <head>
3733     | <body>
3734     | <noframes>
3735     | "x"
3736 wakaba 1.26
3737     #data
3738 wakaba 1.23 </body></html><html a>
3739     #errors
3740     no <!DOCTYPE>
3741 wakaba 1.76 tag after </html>
3742     second <html>
3743 wakaba 1.23 #document
3744     | <html>
3745     | a=""
3746     | <head>
3747     | <body>
3748 wakaba 1.49
3749     #data
3750     </html>
3751     #errors
3752     no <!DOCTYPE>
3753     #document
3754     | <html>
3755     | <head>
3756     | <body>
3757    
3758     #data
3759     <!----></html>x
3760     #errors
3761     no <!DOCTYPE>
3762     </html> before head
3763     #document
3764     | <!-- -->
3765     | <html>
3766     | <head>
3767     | <body>
3768     | "x"
3769 wakaba 1.23
3770     #data
3771     <body></body></html><html a>
3772     #errors
3773     no <!DOCTYPE>
3774     <html> after </html>
3775     <html> is not the first start tag
3776     #document
3777     | <html>
3778     | a=""
3779     | <head>
3780     | <body>
3781 wakaba 1.54
3782     #data
3783     <frameset></frameset><html a></html>
3784     #errors
3785     no <!DOCTYPE>
3786     <html> is not the first start tag
3787     #document
3788     | <html>
3789     | a=""
3790     | <head>
3791     | <frameset>
3792 wakaba 1.23
3793     #data
3794     <frameset></frameset></html><html a>
3795     #errors
3796     no <!DOCTYPE>
3797     <html> after </html>
3798     <html> is not the first start tag
3799     #document
3800     | <html>
3801     | a=""
3802     | <head>
3803     | <frameset>
3804    
3805     #data
3806     <!DOCTYPE HTML><html><head></head><frameset></frameset></html><html a>
3807     #errors
3808     <html> after </html>
3809     <html> is not the first start tag
3810     #document
3811 wakaba 1.70 | <!DOCTYPE html>
3812 wakaba 1.23 | <html>
3813     | a=""
3814     | <head>
3815     | <frameset>
3816    
3817     #data
3818     <frameset></frameset>
3819     #errors
3820     no <!DOCTYPE>
3821     #document
3822     | <html>
3823     | <head>
3824     | <frameset>
3825    
3826     #data
3827     <frameset></frameset></frameset>
3828     #errors
3829     no <!DOCTYPE>
3830     unmatched </frameset>
3831     #document
3832     | <html>
3833     | <head>
3834     | <frameset>
3835    
3836     #data
3837     <frameset></frameset></frameset></frameset>
3838     #errors
3839     no <!DOCTYPE>
3840     unmatched </frameset>
3841     unmatched </frameset>
3842     #document
3843     | <html>
3844     | <head>
3845     | <frameset>
3846 wakaba 1.24
3847     #data
3848     <!DOCTYPE HTML><table><caption>test</caption>a</table>
3849     #errors
3850     a in <table>
3851     #document
3852 wakaba 1.70 | <!DOCTYPE html>
3853 wakaba 1.24 | <html>
3854     | <head>
3855     | <body>
3856     | "a"
3857     | <table>
3858     | <caption>
3859     | "test"
3860    
3861     #data
3862     <!DOCTYPE HTML><table><caption>test</table>a
3863     #errors
3864     no </caption>
3865     #document
3866 wakaba 1.70 | <!DOCTYPE html>
3867 wakaba 1.24 | <html>
3868     | <head>
3869     | <body>
3870     | <table>
3871     | <caption>
3872     | "test"
3873     | "a"
3874    
3875     #data
3876     <!DOCTYPE HTML><table><caption>test</body>a
3877     #errors
3878     unmatched </body>
3879     unexpected end of file
3880     #document
3881 wakaba 1.70 | <!DOCTYPE html>
3882 wakaba 1.24 | <html>
3883     | <head>
3884     | <body>
3885     | <table>
3886     | <caption>
3887     | "testa"
3888    
3889     #data
3890     <!DOCTYPE HTML><table><caption>test</col>a
3891     #errors
3892     unmatched </col>
3893     unexpected end of file
3894     #document
3895 wakaba 1.70 | <!DOCTYPE html>
3896 wakaba 1.24 | <html>
3897     | <head>
3898     | <body>
3899     | <table>
3900     | <caption>
3901     | "testa"
3902    
3903     #data
3904     <!DOCTYPE HTML><table><caption>test</colgroup>a
3905     #errors
3906     unmatched </colgroup>
3907     unexpected end of file
3908     #document
3909 wakaba 1.70 | <!DOCTYPE html>
3910 wakaba 1.24 | <html>
3911     | <head>
3912     | <body>
3913     | <table>
3914     | <caption>
3915     | "testa"
3916    
3917     #data
3918     <!DOCTYPE HTML><table><caption>test</html>a
3919     #errors
3920     unmatched </html>
3921     unexpected end of file
3922     #document
3923 wakaba 1.70 | <!DOCTYPE html>
3924 wakaba 1.24 | <html>
3925     | <head>
3926     | <body>
3927     | <table>
3928     | <caption>
3929     | "testa"
3930    
3931     #data
3932     <!DOCTYPE HTML><table><caption>test</html>
3933     #errors
3934     unmatched </html>
3935     unexpected end of file
3936     #document
3937 wakaba 1.70 | <!DOCTYPE html>
3938 wakaba 1.24 | <html>
3939     | <head>
3940     | <body>
3941     | <table>
3942     | <caption>
3943     | "test "
3944    
3945     #data
3946     <!DOCTYPE HTML><table><caption>test</tbody>a
3947     #errors
3948     unmatched </tbody>
3949     unexpected end of file
3950     #document
3951 wakaba 1.70 | <!DOCTYPE html>
3952 wakaba 1.24 | <html>
3953     | <head>
3954     | <body>
3955     | <table>
3956     | <caption>
3957     | "testa"
3958    
3959     #data
3960     <!DOCTYPE HTML><table><caption>test</thead>a
3961     #errors
3962     unmatched </thead>
3963     unexpected end of file
3964     #document
3965 wakaba 1.70 | <!DOCTYPE html>
3966 wakaba 1.24 | <html>
3967     | <head>
3968     | <body>
3969     | <table>
3970     | <caption>
3971     | "testa"
3972    
3973     #data
3974     <!DOCTYPE HTML><table><caption>test</tfoot>a
3975     #errors
3976     unmatched </tfoot>
3977     unexpected end of file
3978     #document
3979 wakaba 1.70 | <!DOCTYPE html>
3980 wakaba 1.24 | <html>
3981     | <head>
3982     | <body>
3983     | <table>
3984     | <caption>
3985     | "testa"
3986    
3987     #data
3988     <!DOCTYPE HTML><table><caption>test</tr>a
3989     #errors
3990     unmatched </tr>
3991     unexpected end of file
3992     #document
3993 wakaba 1.70 | <!DOCTYPE html>
3994 wakaba 1.24 | <html>
3995     | <head>
3996     | <body>
3997     | <table>
3998     | <caption>
3999     | "testa"
4000    
4001     #data
4002     <!DOCTYPE HTML><table><caption>test</td>a
4003     #errors
4004     unmatched </td>
4005     unexpected end of file
4006     #document
4007 wakaba 1.70 | <!DOCTYPE html>
4008 wakaba 1.24 | <html>
4009     | <head>
4010     | <body>
4011     | <table>
4012     | <caption>
4013     | "testa"
4014    
4015     #data
4016     <!DOCTYPE HTML><table><caption>test</th>a
4017     #errors
4018     unmatched </th>
4019     unexpected end of file
4020     #document
4021 wakaba 1.70 | <!DOCTYPE html>
4022 wakaba 1.24 | <html>
4023     | <head>
4024     | <body>
4025     | <table>
4026     | <caption>
4027     | "testa"
4028 wakaba 1.25
4029     #data
4030     <!DOCTYPE HTML><table><caption>a<caption>b
4031     #errors
4032     no </caption>
4033     unexpected end of file
4034     #document
4035 wakaba 1.70 | <!DOCTYPE html>
4036 wakaba 1.25 | <html>
4037     | <head>
4038     | <body>
4039     | <table>
4040     | <caption>
4041     | "a"
4042     | <caption>
4043     | "b"
4044    
4045     #data
4046 wakaba 1.35 <!DOCTYPE HTML><table><colgroup> </table>
4047     #errors
4048     #document
4049 wakaba 1.70 | <!DOCTYPE html>
4050 wakaba 1.35 | <html>
4051     | <head>
4052     | <body>
4053     | <table>
4054     | <colgroup>
4055     | " "
4056    
4057     #data
4058     <!DOCTYPE HTML><table><colgroup></colgroup></table>
4059     #errors
4060     #document
4061 wakaba 1.70 | <!DOCTYPE html>
4062 wakaba 1.35 | <html>
4063     | <head>
4064     | <body>
4065     | <table>
4066     | <colgroup>
4067    
4068     #data
4069 wakaba 1.25 <!DOCTYPE HTML><table><caption>a<col>b
4070     #errors
4071     no </caption>
4072     "b" in table
4073     unexpected end of file
4074     #document
4075 wakaba 1.70 | <!DOCTYPE html>
4076 wakaba 1.25 | <html>
4077     | <head>
4078     | <body>
4079     | "b"
4080     | <table>
4081     | <caption>
4082     | "a"
4083     | <colgroup>
4084     | <col>
4085    
4086     #data
4087     <!DOCTYPE HTML><table><caption>a<colgroup>b
4088     #errors
4089     no </caption>
4090     "b" in colgroup
4091     unexpected end of file
4092     #document
4093 wakaba 1.70 | <!DOCTYPE html>
4094 wakaba 1.25 | <html>
4095     | <head>
4096     | <body>
4097     | "b"
4098     | <table>
4099     | <caption>
4100     | "a"
4101     | <colgroup>
4102    
4103     #data
4104     <!DOCTYPE HTML><table><caption>a<thead>b
4105     #errors
4106     no </caption>
4107     "b" in thead
4108     unexpected end of file
4109     #document
4110 wakaba 1.70 | <!DOCTYPE html>
4111 wakaba 1.25 | <html>
4112     | <head>
4113     | <body>
4114     | "b"
4115     | <table>
4116     | <caption>
4117     | "a"
4118     | <thead>
4119    
4120     #data
4121     <!DOCTYPE HTML><table><caption>a<tbody>b
4122     #errors
4123     no </caption>
4124     "b" in tbody
4125     unexpected end of file
4126     #document
4127 wakaba 1.70 | <!DOCTYPE html>
4128 wakaba 1.25 | <html>
4129     | <head>
4130     | <body>
4131     | "b"
4132     | <table>
4133     | <caption>
4134     | "a"
4135     | <tbody>
4136    
4137     #data
4138     <!DOCTYPE HTML><table><caption>a<tfoot>b
4139     #errors
4140     no </caption>
4141     "b" in tfoot
4142     unexpected end of file
4143     #document
4144 wakaba 1.70 | <!DOCTYPE html>
4145 wakaba 1.25 | <html>
4146     | <head>
4147     | <body>
4148     | "b"
4149     | <table>
4150     | <caption>
4151     | "a"
4152     | <tfoot>
4153    
4154     #data
4155     <!DOCTYPE HTML><table><caption>a<tr>b
4156     #errors
4157     no </caption>
4158     "b" in tr
4159     unexpected end of file
4160     #document
4161 wakaba 1.70 | <!DOCTYPE html>
4162 wakaba 1.25 | <html>
4163     | <head>
4164     | <body>
4165     | "b"
4166     | <table>
4167     | <caption>
4168     | "a"
4169     | <tbody>
4170     | <tr>
4171    
4172     #data
4173     <!DOCTYPE HTML><table><caption>a<td>b
4174     #errors
4175     no </caption>
4176     no <tr>
4177     unexpected end of file
4178     #document
4179 wakaba 1.70 | <!DOCTYPE html>
4180 wakaba 1.25 | <html>
4181     | <head>
4182     | <body>
4183     | <table>
4184     | <caption>
4185     | "a"
4186     | <tbody>
4187     | <tr>
4188     | <td>
4189     | "b"
4190    
4191     #data
4192     <!DOCTYPE HTML><table><caption>a<th>b
4193     #errors
4194     no </caption>
4195     no <tr>
4196     unexpected end of file
4197     #document
4198 wakaba 1.70 | <!DOCTYPE html>
4199 wakaba 1.25 | <html>
4200     | <head>
4201     | <body>
4202     | <table>
4203     | <caption>
4204     | "a"
4205     | <tbody>
4206     | <tr>
4207     | <th>
4208     | "b"
4209    
4210     #data
4211     <!DOCTYPE HTML>a<caption>b
4212     #errors
4213     <caption> in body
4214     #document
4215 wakaba 1.70 | <!DOCTYPE html>
4216 wakaba 1.25 | <html>
4217     | <head>
4218     | <body>
4219     | "ab"
4220    
4221     #data
4222 wakaba 1.35 <!DOCTYPE HTML><table><caption><span><tbody>
4223     #errors
4224     <caption> not closed
4225     <span> not closed
4226     <table> not closed
4227     #document
4228 wakaba 1.70 | <!DOCTYPE html>
4229 wakaba 1.35 | <html>
4230     | <head>
4231     | <body>
4232     | <table>
4233     | <caption>
4234     | <span>
4235     | <tbody>
4236    
4237     #data
4238     <!DOCTYPE HTML><table><caption><li><tbody>
4239     #errors
4240     <caption> not closed
4241     <table> not closed
4242     #document
4243 wakaba 1.70 | <!DOCTYPE html>
4244 wakaba 1.35 | <html>
4245     | <head>
4246     | <body>
4247     | <table>
4248     | <caption>
4249     | <li>
4250     | <tbody>
4251    
4252     #data
4253     <!DOCTYPE HTML><table><caption><p><tbody>
4254     #errors
4255     <caption> not closed
4256     <table> not closed
4257     #document
4258 wakaba 1.70 | <!DOCTYPE html>
4259 wakaba 1.35 | <html>
4260     | <head>
4261     | <body>
4262     | <table>
4263     | <caption>
4264     | <p>
4265     | <tbody>
4266    
4267     #data
4268     <!DOCTYPE HTML><table><caption><dt><tbody>
4269     #errors
4270     <caption> not closed
4271     <table> not closed
4272     #document
4273 wakaba 1.70 | <!DOCTYPE html>
4274 wakaba 1.35 | <html>
4275     | <head>
4276     | <body>
4277     | <table>
4278     | <caption>
4279     | <dt>
4280     | <tbody>
4281    
4282     #data
4283     <!DOCTYPE HTML><table><caption><dd><tbody>
4284     #errors
4285     <caption> not closed
4286     <table> not closed
4287     #document
4288 wakaba 1.70 | <!DOCTYPE html>
4289 wakaba 1.35 | <html>
4290     | <head>
4291     | <body>
4292     | <table>
4293     | <caption>
4294     | <dd>
4295     | <tbody>
4296    
4297     #data
4298 wakaba 1.25 <!DOCTYPE HTML>a<col>b
4299     #errors
4300     <col> in body
4301     #document
4302 wakaba 1.70 | <!DOCTYPE html>
4303 wakaba 1.25 | <html>
4304     | <head>
4305     | <body>
4306     | "ab"
4307    
4308     #data
4309     <!DOCTYPE HTML>a<colgroup>b
4310     #errors
4311     <colgroup> in body
4312     #document
4313 wakaba 1.70 | <!DOCTYPE html>
4314 wakaba 1.25 | <html>
4315     | <head>
4316     | <body>
4317     | "ab"
4318    
4319     #data
4320     <!DOCTYPE HTML>a<frame>b
4321     #errors
4322     <frame> in body
4323     #document
4324 wakaba 1.70 | <!DOCTYPE html>
4325 wakaba 1.25 | <html>
4326     | <head>
4327     | <body>
4328     | "ab"
4329    
4330     #data
4331     <!DOCTYPE HTML>a<frameset>b
4332     #errors
4333     <frameset> in body
4334     #document
4335 wakaba 1.70 | <!DOCTYPE html>
4336 wakaba 1.25 | <html>
4337     | <head>
4338     | <body>
4339     | "ab"
4340    
4341     #data
4342     <!DOCTYPE HTML>a<frameset><frame>b
4343     #errors
4344     <frameset> in body
4345     <frame> in body
4346     #document
4347 wakaba 1.70 | <!DOCTYPE html>
4348 wakaba 1.25 | <html>
4349     | <head>
4350     | <body>
4351     | "ab"
4352    
4353     #data
4354     <!DOCTYPE HTML>a<head>b
4355     #errors
4356     <head> in body
4357     #document
4358 wakaba 1.70 | <!DOCTYPE html>
4359 wakaba 1.25 | <html>
4360     | <head>
4361     | <body>
4362     | "ab"
4363    
4364     #data
4365     <!DOCTYPE HTML>a<head><link>b
4366     #errors
4367     <head> in body
4368     #document
4369 wakaba 1.70 | <!DOCTYPE html>
4370 wakaba 1.25 | <html>
4371     | <head>
4372     | <body>
4373     | "a"
4374     | <link>
4375     | "b"
4376    
4377     #data
4378     <!DOCTYPE HTML>a<option>b
4379     #errors
4380     #document
4381 wakaba 1.70 | <!DOCTYPE html>
4382 wakaba 1.25 | <html>
4383     | <head>
4384     | <body>
4385 wakaba 1.62 | "a"
4386     | <option>
4387     | "b"
4388 wakaba 1.25
4389     #data
4390     <!DOCTYPE HTML>a<optgroup>b
4391     #errors
4392     #document
4393 wakaba 1.70 | <!DOCTYPE html>
4394 wakaba 1.25 | <html>
4395     | <head>
4396     | <body>
4397 wakaba 1.62 | "a"
4398     | <optgroup>
4399     | "b"
4400 wakaba 1.25
4401     #data
4402     <!DOCTYPE HTML>a<tbody>b
4403     #errors
4404     <tbody> in body
4405     #document
4406 wakaba 1.70 | <!DOCTYPE html>
4407 wakaba 1.25 | <html>
4408     | <head>
4409     | <body>
4410     | "ab"
4411    
4412     #data
4413     <!DOCTYPE HTML>a<tbody><tr>b
4414     #errors
4415     <tbody> in body
4416     <tr> in body
4417     #document
4418 wakaba 1.70 | <!DOCTYPE html>
4419 wakaba 1.25 | <html>
4420     | <head>
4421     | <body>
4422     | "ab"
4423    
4424     #data
4425     <!DOCTYPE HTML>a<thead>b
4426     #errors
4427     <thead> in body
4428     #document
4429 wakaba 1.70 | <!DOCTYPE html>
4430 wakaba 1.25 | <html>
4431     | <head>
4432     | <body>
4433     | "ab"
4434    
4435     #data
4436     <!DOCTYPE HTML>a<tfoot>b
4437     #errors
4438     <tfoot> in body
4439     #document
4440 wakaba 1.70 | <!DOCTYPE html>
4441 wakaba 1.25 | <html>
4442     | <head>
4443     | <body>
4444     | "ab"
4445    
4446     #data
4447     <!DOCTYPE HTML>a<tr>b
4448     #errors
4449     <tr> in body
4450     #document
4451 wakaba 1.70 | <!DOCTYPE html>
4452 wakaba 1.25 | <html>
4453     | <head>
4454     | <body>
4455     | "ab"
4456    
4457     #data
4458     <!DOCTYPE HTML>a<td>b
4459     #errors
4460     <td> in body
4461     #document
4462 wakaba 1.70 | <!DOCTYPE html>
4463 wakaba 1.25 | <html>
4464     | <head>
4465     | <body>
4466     | "ab"
4467    
4468     #data
4469     <!DOCTYPE HTML>a<th>b
4470     #errors
4471     <th> in body
4472     #document
4473 wakaba 1.70 | <!DOCTYPE html>
4474 wakaba 1.25 | <html>
4475     | <head>
4476     | <body>
4477     | "ab"
4478    
4479     #data
4480     <!DOCTYPE HTML><table><tr><td>a<tr><td>b</table>
4481     #errors
4482     #document
4483 wakaba 1.70 | <!DOCTYPE html>
4484 wakaba 1.25 | <html>
4485     | <head>
4486     | <body>
4487     | <table>
4488     | <tbody>
4489     | <tr>
4490     | <td>
4491     | "a"
4492     | <tr>
4493     | <td>
4494     | "b"
4495    
4496     #data
4497     <!DOCTYPE HTML><table><tr><td>a<thead><tr><td>b</table>
4498     #errors
4499     #document
4500 wakaba 1.70 | <!DOCTYPE html>
4501 wakaba 1.25 | <html>
4502     | <head>
4503     | <body>
4504     | <table>
4505     | <tbody>
4506     | <tr>
4507     | <td>
4508     | "a"
4509     | <thead>
4510     | <tr>
4511     | <td>
4512     | "b"
4513    
4514     #data
4515     <!DOCTYPE HTML><table><tr><td>a<tbody><tr><td>b</table>
4516     #errors
4517     #document
4518 wakaba 1.70 | <!DOCTYPE html>
4519 wakaba 1.25 | <html>
4520     | <head>
4521     | <body>
4522     | <table>
4523     | <tbody>
4524     | <tr>
4525     | <td>
4526     | "a"
4527     | <tbody>
4528     | <tr>
4529     | <td>
4530     | "b"
4531    
4532     #data
4533     <!DOCTYPE HTML><table><tr><td>a<tfoot><tr><td>b</table>
4534     #errors
4535     #document
4536 wakaba 1.70 | <!DOCTYPE html>
4537 wakaba 1.25 | <html>
4538     | <head>
4539     | <body>
4540     | <table>
4541     | <tbody>
4542     | <tr>
4543     | <td>
4544     | "a"
4545     | <tfoot>
4546     | <tr>
4547     | <td>
4548     | "b"
4549    
4550     #data
4551     <!DOCTYPE HTML><table><tr><td>a<caption>b</caption></table>
4552     #errors
4553     #document
4554 wakaba 1.70 | <!DOCTYPE html>
4555 wakaba 1.25 | <html>
4556     | <head>
4557     | <body>
4558     | <table>
4559     | <tbody>
4560     | <tr>
4561     | <td>
4562     | "a"
4563     | <caption>
4564     | "b"
4565    
4566     #data
4567     <!DOCTYPE HTML><table><tr><td>a</th></table>
4568     #errors
4569     unmatched </th>
4570     #document
4571 wakaba 1.70 | <!DOCTYPE html>
4572 wakaba 1.25 | <html>
4573     | <head>
4574     | <body>
4575     | <table>
4576     | <tbody>
4577     | <tr>
4578     | <td>
4579     | "a"
4580    
4581     #data
4582     <!DOCTYPE HTML><table><tr><td>a</th>b</table>
4583     #errors
4584     unmatched </th>
4585     #document
4586 wakaba 1.70 | <!DOCTYPE html>
4587 wakaba 1.25 | <html>
4588     | <head>
4589     | <body>
4590     | <table>
4591     | <tbody>
4592     | <tr>
4593     | <td>
4594     | "ab"
4595    
4596     #data
4597     <!DOCTYPE HTML><table><tr><td>a</body>b
4598     #errors
4599     unmatched </body>
4600     unexpected end of file
4601     #document
4602 wakaba 1.70 | <!DOCTYPE html>
4603 wakaba 1.25 | <html>
4604     | <head>
4605     | <body>
4606     | <table>
4607     | <tbody>
4608     | <tr>
4609     | <td>
4610     | "ab"
4611    
4612     #data
4613     <!DOCTYPE HTML><table><tr><td>a</html>b
4614     #errors
4615     unmatched </html>
4616     unexpected end of file
4617     #document
4618 wakaba 1.70 | <!DOCTYPE html>
4619 wakaba 1.25 | <html>
4620     | <head>
4621     | <body>
4622     | <table>
4623     | <tbody>
4624     | <tr>
4625     | <td>
4626     | "ab"
4627    
4628     #data
4629     <!DOCTYPE HTML><table><tr><td>a</caption>b
4630     #errors
4631     unmatched </caption>
4632     unexpected end of file
4633     #document
4634 wakaba 1.70 | <!DOCTYPE html>
4635 wakaba 1.25 | <html>
4636     | <head>
4637     | <body>
4638     | <table>
4639     | <tbody>
4640     | <tr>
4641     | <td>
4642     | "ab"
4643    
4644     #data
4645     <!DOCTYPE HTML><table><tr><td>a</colgroup>b
4646     #errors
4647     unmatched </colgroup>
4648     unexpected end of file
4649     #document
4650 wakaba 1.70 | <!DOCTYPE html>
4651 wakaba 1.25 | <html>
4652     | <head>
4653     | <body>
4654     | <table>
4655     | <tbody>
4656     | <tr>
4657     | <td>
4658     | "ab"
4659    
4660     #data
4661     <!DOCTYPE HTML><table><tr><td>a</col>b
4662     #errors
4663     unmatched </col>
4664     unexpected end of file
4665     #document
4666 wakaba 1.70 | <!DOCTYPE html>
4667 wakaba 1.25 | <html>
4668     | <head>
4669     | <body>
4670     | <table>
4671     | <tbody>
4672     | <tr>
4673     | <td>
4674     | "ab"
4675    
4676     #data
4677     <!DOCTYPE HTML><table><tr><td>a</thead>b
4678     #errors
4679     unmatched </thead>
4680     unexpected end of file
4681     #document
4682 wakaba 1.70 | <!DOCTYPE html>
4683 wakaba 1.25 | <html>
4684     | <head>
4685     | <body>
4686     | <table>
4687     | <tbody>
4688     | <tr>
4689     | <td>
4690     | "ab"
4691    
4692     #data
4693     <!DOCTYPE HTML><table><tr><td>a</tfoot>b
4694     #errors
4695     unmatched </tfoot>
4696     unexpected end of file
4697     #document
4698 wakaba 1.70 | <!DOCTYPE html>
4699 wakaba 1.25 | <html>
4700     | <head>
4701     | <body>
4702     | <table>
4703     | <tbody>
4704     | <tr>
4705     | <td>
4706     | "ab"
4707    
4708     #data
4709     <!DOCTYPE HTML><table><tfoot><tr><td>a</tbody>b
4710     #errors
4711     unmatched </tbody>
4712     unexpected end of file
4713     #document
4714 wakaba 1.70 | <!DOCTYPE html>
4715 wakaba 1.25 | <html>
4716     | <head>
4717     | <body>
4718     | <table>
4719     | <tfoot>
4720     | <tr>
4721     | <td>
4722     | "ab"
4723    
4724     #data
4725     <!DOCTYPE HTML><table><tr><td>a</tbody>b
4726     #errors
4727     "b" in table
4728     unexpected end of file
4729     #document
4730 wakaba 1.70 | <!DOCTYPE html>
4731 wakaba 1.25 | <html>
4732     | <head>
4733     | <body>
4734     | "b"
4735     | <table>
4736     | <tbody>
4737     | <tr>
4738     | <td>
4739     | "a"
4740    
4741     #data
4742     <!DOCTYPE HTML><table><thead><tr><td>a</thead>b
4743     #errors
4744     "b" in table
4745     unexpected end of file
4746     #document
4747 wakaba 1.70 | <!DOCTYPE html>
4748 wakaba 1.25 | <html>
4749     | <head>
4750     | <body>
4751     | "b"
4752     | <table>
4753     | <thead>
4754     | <tr>
4755     | <td>
4756     | "a"
4757    
4758     #data
4759     <!DOCTYPE HTML><table><tfoot><tr><td>a</tfoot>b
4760     #errors
4761     "b" in table
4762     unexpected end of file
4763     #document
4764 wakaba 1.70 | <!DOCTYPE html>
4765 wakaba 1.25 | <html>
4766     | <head>
4767     | <body>
4768     | "b"
4769     | <table>
4770     | <tfoot>
4771     | <tr>
4772     | <td>
4773     | "a"
4774 wakaba 1.27
4775     #data
4776     <!DOCTYPE HTML><table><tbody><caption>a</caption>
4777     #errors
4778     unexpected end of file
4779     #document
4780 wakaba 1.70 | <!DOCTYPE html>
4781 wakaba 1.27 | <html>
4782     | <head>
4783     | <body>
4784     | <table>
4785     | <tbody>
4786     | <caption>
4787     | "a"
4788    
4789     #data
4790 wakaba 1.35 <!DOCTYPE HTML><table><caption><li></caption></table>
4791 wakaba 1.27 #errors
4792     #document
4793 wakaba 1.70 | <!DOCTYPE html>
4794 wakaba 1.27 | <html>
4795     | <head>
4796     | <body>
4797     | <table>
4798 wakaba 1.35 | <caption>
4799     | <li>
4800 wakaba 1.27
4801     #data
4802 wakaba 1.35 <!DOCTYPE HTML><table><caption><p></caption></table>
4803 wakaba 1.27 #errors
4804     #document
4805 wakaba 1.70 | <!DOCTYPE html>
4806 wakaba 1.27 | <html>
4807     | <head>
4808     | <body>
4809     | <table>
4810 wakaba 1.35 | <caption>
4811     | <p>
4812 wakaba 1.27
4813     #data
4814 wakaba 1.35 <!DOCTYPE HTML><table><caption><dt></caption></table>
4815 wakaba 1.27 #errors
4816     #document
4817 wakaba 1.70 | <!DOCTYPE html>
4818 wakaba 1.27 | <html>
4819     | <head>
4820     | <body>
4821     | <table>
4822 wakaba 1.35 | <caption>
4823     | <dt>
4824 wakaba 1.27
4825     #data
4826 wakaba 1.35 <!DOCTYPE HTML><table><caption><dd></caption></table>
4827 wakaba 1.27 #errors
4828     #document
4829 wakaba 1.70 | <!DOCTYPE html>
4830 wakaba 1.27 | <html>
4831     | <head>
4832     | <body>
4833     | <table>
4834 wakaba 1.35 | <caption>
4835     | <dd>
4836 wakaba 1.27
4837     #data
4838 wakaba 1.35 <!DOCTYPE HTML><table><caption><p></table>
4839 wakaba 1.27 #errors
4840 wakaba 1.35 <caption> not closed
4841 wakaba 1.27 #document
4842 wakaba 1.70 | <!DOCTYPE html>
4843 wakaba 1.27 | <html>
4844     | <head>
4845     | <body>
4846     | <table>
4847 wakaba 1.35 | <caption>
4848     | <p>
4849 wakaba 1.27
4850     #data
4851 wakaba 1.35 <!DOCTYPE HTML><table><caption><li></table>
4852 wakaba 1.27 #errors
4853 wakaba 1.35 <caption> not closed
4854 wakaba 1.27 #document
4855 wakaba 1.70 | <!DOCTYPE html>
4856 wakaba 1.27 | <html>
4857     | <head>
4858     | <body>
4859     | <table>
4860 wakaba 1.35 | <caption>
4861     | <li>
4862 wakaba 1.27
4863     #data
4864 wakaba 1.35 <!DOCTYPE HTML><table><caption><dd></table>
4865 wakaba 1.27 #errors
4866 wakaba 1.35 <caption> not closed
4867 wakaba 1.27 #document
4868 wakaba 1.70 | <!DOCTYPE html>
4869 wakaba 1.27 | <html>
4870     | <head>
4871     | <body>
4872     | <table>
4873 wakaba 1.35 | <caption>
4874     | <dd>
4875 wakaba 1.27
4876     #data
4877 wakaba 1.35 <!DOCTYPE HTML><table><caption><dt></table>
4878 wakaba 1.27 #errors
4879 wakaba 1.35 <caption> not closed
4880 wakaba 1.27 #document
4881 wakaba 1.70 | <!DOCTYPE html>
4882 wakaba 1.27 | <html>
4883     | <head>
4884     | <body>
4885     | <table>
4886 wakaba 1.35 | <caption>
4887     | <dt>
4888 wakaba 1.27
4889     #data
4890 wakaba 1.35 <!DOCTYPE HTML><table><caption><span></table>
4891 wakaba 1.27 #errors
4892 wakaba 1.35 <caption> not closed
4893     <span> not closed
4894 wakaba 1.27 #document
4895 wakaba 1.70 | <!DOCTYPE html>
4896 wakaba 1.27 | <html>
4897     | <head>
4898     | <body>
4899     | <table>
4900 wakaba 1.35 | <caption>
4901     | <span>
4902 wakaba 1.27
4903     #data
4904 wakaba 1.35 <!DOCTYPE HTML><table><tbody><thead><tr></table>
4905     #errors
4906     #document
4907 wakaba 1.70 | <!DOCTYPE html>
4908 wakaba 1.35 | <html>
4909     | <head>
4910     | <body>
4911     | <table>
4912     | <tbody>
4913     | <thead>
4914     | <tr>
4915    
4916     #data
4917     <!DOCTYPE HTML><table><tbody><tfoot><tr></table>
4918     #errors
4919     #document
4920 wakaba 1.70 | <!DOCTYPE html>
4921 wakaba 1.35 | <html>
4922     | <head>
4923     | <body>
4924     | <table>
4925     | <tbody>
4926     | <tfoot>
4927     | <tr>
4928    
4929     #data
4930     <!DOCTYPE HTML><table><tbody><tbody><tr></table>
4931     #errors
4932     #document
4933 wakaba 1.70 | <!DOCTYPE html>
4934 wakaba 1.35 | <html>
4935     | <head>
4936     | <body>
4937     | <table>
4938     | <tbody>
4939     | <tbody>
4940     | <tr>
4941    
4942     #data
4943     <!DOCTYPE HTML><table><thead><tfoot><tr></table>
4944     #errors
4945     #document
4946 wakaba 1.70 | <!DOCTYPE html>
4947 wakaba 1.35 | <html>
4948     | <head>
4949     | <body>
4950     | <table>
4951     | <thead>
4952     | <tfoot>
4953     | <tr>
4954    
4955     #data
4956     <!DOCTYPE HTML><table><thead><tbody><tr></table>
4957     #errors
4958     #document
4959 wakaba 1.70 | <!DOCTYPE html>
4960 wakaba 1.35 | <html>
4961     | <head>
4962     | <body>
4963     | <table>
4964     | <thead>
4965     | <tbody>
4966     | <tr>
4967    
4968     #data
4969     <!DOCTYPE HTML><table><thead><thead><tr></table>
4970     #errors
4971     #document
4972 wakaba 1.70 | <!DOCTYPE html>
4973 wakaba 1.35 | <html>
4974     | <head>
4975     | <body>
4976     | <table>
4977     | <thead>
4978     | <thead>
4979     | <tr>
4980    
4981     #data
4982     <!DOCTYPE HTML><table a><thead><table b>
4983     #errors
4984     <table> in table row group
4985     unexpected end of file
4986     #document
4987 wakaba 1.70 | <!DOCTYPE html>
4988 wakaba 1.35 | <html>
4989     | <head>
4990     | <body>
4991     | <table>
4992     | a=""
4993     | <thead>
4994     | <table>
4995     | b=""
4996    
4997     #data
4998     <!DOCTYPE HTML><table a><tbody><table b>
4999     #errors
5000     <table> in table row group
5001     unexpected end of file
5002     #document
5003 wakaba 1.70 | <!DOCTYPE html>
5004 wakaba 1.35 | <html>
5005     | <head>
5006     | <body>
5007     | <table>
5008     | a=""
5009     | <tbody>
5010     | <table>
5011     | b=""
5012    
5013     #data
5014     <!DOCTYPE HTML><table a><tfoot><table b>
5015     #errors
5016     <table> in table row group
5017     unexpected end of file
5018     #document
5019 wakaba 1.70 | <!DOCTYPE html>
5020 wakaba 1.35 | <html>
5021     | <head>
5022     | <body>
5023     | <table>
5024     | a=""
5025     | <tfoot>
5026     | <table>
5027     | b=""
5028    
5029     #data
5030     <!DOCTYPE HTML><table a><tr><table b>
5031 wakaba 1.27 #errors
5032     <table> in table row
5033     unexpected end of file
5034     #document
5035 wakaba 1.70 | <!DOCTYPE html>
5036 wakaba 1.27 | <html>
5037     | <head>
5038     | <body>
5039     | <table>
5040     | a=""
5041     | <tbody>
5042     | <tr>
5043     | <table>
5044     | b=""
5045    
5046     #data
5047     <!DOCTYPE HTML><table><thead></tbody><tr>
5048     #errors
5049     unmatched end tag
5050     unexpected end of file
5051     #document
5052 wakaba 1.70 | <!DOCTYPE html>
5053 wakaba 1.27 | <html>
5054     | <head>
5055     | <body>
5056     | <table>
5057     | <thead>
5058     | <tr>
5059    
5060     #data
5061     <!DOCTYPE HTML><table><thead></thead><tr>
5062     #errors
5063     unexpected end of file
5064     #document
5065 wakaba 1.70 | <!DOCTYPE html>
5066 wakaba 1.27 | <html>
5067     | <head>
5068     | <body>
5069     | <table>
5070     | <thead>
5071     | <tbody>
5072     | <tr>
5073    
5074     #data
5075     <!DOCTYPE HTML><table><thead></tfoot><tr>
5076     #errors
5077     unmatched end tag
5078     unexpected end of file
5079     #document
5080 wakaba 1.70 | <!DOCTYPE html>
5081 wakaba 1.27 | <html>
5082     | <head>
5083     | <body>
5084     | <table>
5085     | <thead>
5086     | <tr>
5087    
5088     #data
5089     <!DOCTYPE HTML><table><tbody></thead><tr>
5090     #errors
5091     unmatched end tag
5092     unexpected end of file
5093     #document
5094 wakaba 1.70 | <!DOCTYPE html>
5095 wakaba 1.27 | <html>
5096     | <head>
5097     | <body>
5098     | <table>
5099     | <tbody>
5100     | <tr>
5101    
5102     #data
5103     <!DOCTYPE HTML><table><tbody></tbody><tr>
5104     #errors
5105     unexpected end of file
5106     #document
5107 wakaba 1.70 | <!DOCTYPE html>
5108 wakaba 1.27 | <html>
5109     | <head>
5110     | <body>
5111     | <table>
5112     | <tbody>
5113     | <tbody>
5114     | <tr>
5115    
5116     #data
5117     <!DOCTYPE HTML><table><tbody></tfoot><tr>
5118     #errors
5119     unmatched end tag
5120     unexpected end of file
5121     #document
5122 wakaba 1.70 | <!DOCTYPE html>
5123 wakaba 1.27 | <html>
5124     | <head>
5125     | <body>
5126     | <table>
5127     | <tbody>
5128     | <tr>
5129    
5130     #data
5131     <!DOCTYPE HTML><table><tfoot></thead><tr>
5132     #errors
5133     unmatched end tag
5134     unexpected end of file
5135     #document
5136 wakaba 1.70 | <!DOCTYPE html>
5137 wakaba 1.27 | <html>
5138     | <head>
5139     | <body>
5140     | <table>
5141     | <tfoot>
5142     | <tr>
5143    
5144     #data
5145     <!DOCTYPE HTML><table><tfoot></tbody><tr>
5146     #errors
5147     unmatched end tag
5148     unexpected end of file
5149     #document
5150 wakaba 1.70 | <!DOCTYPE html>
5151 wakaba 1.27 | <html>
5152     | <head>
5153     | <body>
5154     | <table>
5155     | <tfoot>
5156     | <tr>
5157    
5158     #data
5159     <!DOCTYPE HTML><table><tfoot></tfoot><tr>
5160     #errors
5161     unexpected end of file
5162     #document
5163 wakaba 1.70 | <!DOCTYPE html>
5164 wakaba 1.27 | <html>
5165     | <head>
5166     | <body>
5167     | <table>
5168     | <tfoot>
5169     | <tbody>
5170     | <tr>
5171    
5172     #data
5173     <!DOCTYPE HTML><table><tbody></tr><tr>
5174     #errors
5175     unmatched end tag
5176     unexpected end of file
5177     #document
5178 wakaba 1.70 | <!DOCTYPE html>
5179 wakaba 1.27 | <html>
5180     | <head>
5181     | <body>
5182     | <table>
5183     | <tbody>
5184     | <tr>
5185    
5186     #data
5187     <!DOCTYPE HTML><table><tbody></body><tr>
5188     #errors
5189     unmatched end tag
5190     unexpected end of file
5191     #document
5192 wakaba 1.70 | <!DOCTYPE html>
5193 wakaba 1.27 | <html>
5194     | <head>
5195     | <body>
5196     | <table>
5197     | <tbody>
5198     | <tr>
5199    
5200     #data
5201     <!DOCTYPE HTML><table><tbody></html><tr>
5202     #errors
5203     unmatched end tag
5204     unexpected end of file
5205     #document
5206 wakaba 1.70 | <!DOCTYPE html>
5207 wakaba 1.27 | <html>
5208     | <head>
5209     | <body>
5210     | <table>
5211     | <tbody>
5212     | <tr>
5213    
5214     #data
5215     <!DOCTYPE HTML><table><tbody></td><tr>
5216     #errors
5217     unmatched end tag
5218     unexpected end of file
5219     #document
5220 wakaba 1.70 | <!DOCTYPE html>
5221 wakaba 1.27 | <html>
5222     | <head>
5223     | <body>
5224     | <table>
5225     | <tbody>
5226     | <tr>
5227    
5228     #data
5229     <!DOCTYPE HTML><table><tbody></th><tr>
5230     #errors
5231     unmatched end tag
5232     unexpected end of file
5233     #document
5234 wakaba 1.70 | <!DOCTYPE html>
5235 wakaba 1.27 | <html>
5236     | <head>
5237     | <body>
5238     | <table>
5239     | <tbody>
5240     | <tr>
5241    
5242     #data
5243     <!DOCTYPE HTML><table><tbody></caption><tr>
5244     #errors
5245     unmatched end tag
5246     unexpected end of file
5247     #document
5248 wakaba 1.70 | <!DOCTYPE html>
5249 wakaba 1.27 | <html>
5250     | <head>
5251     | <body>
5252     | <table>
5253     | <tbody>
5254     | <tr>
5255    
5256     #data
5257     <!DOCTYPE HTML><table><tbody></col><tr>
5258     #errors
5259     unmatched end tag
5260     unexpected end of file
5261     #document
5262 wakaba 1.70 | <!DOCTYPE html>
5263 wakaba 1.27 | <html>
5264     | <head>
5265     | <body>
5266     | <table>
5267     | <tbody>
5268     | <tr>
5269    
5270     #data
5271     <!DOCTYPE HTML><table><tbody></colgroup><tr>
5272     #errors
5273     unmatched end tag
5274     unexpected end of file
5275     #document
5276 wakaba 1.70 | <!DOCTYPE html>
5277 wakaba 1.27 | <html>
5278     | <head>
5279     | <body>
5280     | <table>
5281     | <tbody>
5282     | <tr>
5283 wakaba 1.28
5284     #data
5285 wakaba 1.29 <!DOCTYPE HTML><table><tr><form><td></td></form></table>
5286 wakaba 1.28 #errors
5287     <form> in table
5288     form not closed
5289     </form> in table
5290     ubmatched </form>
5291     #document
5292 wakaba 1.70 | <!DOCTYPE html>
5293 wakaba 1.28 | <html>
5294     | <head>
5295     | <body>
5296     | <form>
5297     | <table>
5298     | <tbody>
5299     | <tr>
5300     | <td>
5301    
5302     #data
5303 wakaba 1.35 <!DOCTYPE HTML><table><tr><td></th></table>
5304     #errors
5305     unmatched </th>
5306     #document
5307 wakaba 1.70 | <!DOCTYPE html>
5308 wakaba 1.35 | <html>
5309     | <head>
5310     | <body>
5311     | <table>
5312     | <tbody>
5313     | <tr>
5314     | <td>
5315    
5316     #data
5317     <!DOCTYPE HTML><table><tr><th></td></table>
5318     #errors
5319     unmatched </td>
5320     #document
5321 wakaba 1.70 | <!DOCTYPE html>
5322 wakaba 1.35 | <html>
5323     | <head>
5324     | <body>
5325     | <table>
5326     | <tbody>
5327     | <tr>
5328     | <th>
5329    
5330     #data
5331     <!DOCTYPE HTML><table><tr><td><dd></td></table>
5332     #errors
5333     #document
5334 wakaba 1.70 | <!DOCTYPE html>
5335 wakaba 1.35 | <html>
5336     | <head>
5337     | <body>
5338     | <table>
5339     | <tbody>
5340     | <tr>
5341     | <td>
5342     | <dd>
5343    
5344     #data
5345     <!DOCTYPE HTML><table><tr><td><dt></td></table>
5346     #errors
5347     #document
5348 wakaba 1.70 | <!DOCTYPE html>
5349 wakaba 1.35 | <html>
5350     | <head>
5351     | <body>
5352     | <table>
5353     | <tbody>
5354     | <tr>
5355     | <td>
5356     | <dt>
5357    
5358     #data
5359     <!DOCTYPE HTML><table><tr><td><li></td></table>
5360     #errors
5361     #document
5362 wakaba 1.70 | <!DOCTYPE html>
5363 wakaba 1.35 | <html>
5364     | <head>
5365     | <body>
5366     | <table>
5367     | <tbody>
5368     | <tr>
5369     | <td>
5370     | <li>
5371    
5372     #data
5373     <!DOCTYPE HTML><table><tr><td><p></td></table>
5374     #errors
5375     #document
5376 wakaba 1.70 | <!DOCTYPE html>
5377 wakaba 1.35 | <html>
5378     | <head>
5379     | <body>
5380     | <table>
5381     | <tbody>
5382     | <tr>
5383     | <td>
5384     | <p>
5385    
5386     #data
5387     <!DOCTYPE HTML><table><tr><th><p></th></table>
5388     #errors
5389     #document
5390 wakaba 1.70 | <!DOCTYPE html>
5391 wakaba 1.35 | <html>
5392     | <head>
5393     | <body>
5394     | <table>
5395     | <tbody>
5396     | <tr>
5397     | <th>
5398     | <p>
5399    
5400     #data
5401 wakaba 1.28 <!DOCTYPE HTML><body></h1>
5402     #errors
5403     unmatched </h1>
5404     #document
5405 wakaba 1.70 | <!DOCTYPE html>
5406 wakaba 1.28 | <html>
5407     | <head>
5408     | <body>
5409 wakaba 1.30
5410     #data
5411     <p><font><form> </form>
5412     #errors
5413     1,4,no DOCTYPE
5414     1,16,not closed:font
5415 wakaba 1.48 unexpected end-of-file
5416 wakaba 1.30 #document
5417     | <html>
5418     | <head>
5419     | <body>
5420     | <p>
5421     | <font>
5422     | <form>
5423     | <font>
5424     | " "
5425 wakaba 1.48
5426     #data
5427     <p><font><form> </form>a
5428     #errors
5429     no DOCTYPE
5430     <font> not closed before <form>
5431     <font> not closed before </form>
5432     unexpected end-of-file (<font> not closed before end-of-file)
5433     #document
5434     | <html>
5435     | <head>
5436     | <body>
5437     | <p>
5438     | <font>
5439     | <form>
5440     | <font>
5441     | " "
5442     | <font>
5443     | "a"
5444 wakaba 1.31
5445     #data
5446     <table a><tr><table b>
5447     #errors
5448     1,10,no DOCTYPE
5449     1,22,not closed:tr
5450     1,22,not closed:table
5451     #document
5452     | <html>
5453     | <head>
5454     | <body>
5455     | <table>
5456     | a=""
5457     | <tbody>
5458     | <tr>
5459     | <table>
5460     | b=""
5461    
5462     #data
5463     <!DOCTYPE HTML>foo<html x>
5464     #errors
5465 wakaba 1.36 <html> in body
5466 wakaba 1.31 #document
5467 wakaba 1.70 | <!DOCTYPE html>
5468 wakaba 1.31 | <html>
5469     | x=""
5470     | <head>
5471     | <body>
5472     | "foo"
5473    
5474 wakaba 1.35 #data
5475     <!DOCTYPE HTML><select><option><option>
5476     #errors
5477     no </select>
5478     #document
5479 wakaba 1.70 | <!DOCTYPE html>
5480 wakaba 1.35 | <html>
5481     | <head>
5482     | <body>
5483     | <select>
5484     | <option>
5485     | <option>
5486    
5487     #data
5488     <!DOCTYPE HTML><select></p>
5489     #errors
5490     </p> in <select>
5491     no </select>
5492     #document
5493 wakaba 1.70 | <!DOCTYPE html>
5494 wakaba 1.35 | <html>
5495     | <head>
5496     | <body>
5497     | <select>
5498    
5499     #data
5500     <!DOCTYPE HTML><select></br>
5501     #errors
5502     </br> in <select>
5503     no </select>
5504     #document
5505 wakaba 1.70 | <!DOCTYPE html>
5506 wakaba 1.35 | <html>
5507     | <head>
5508     | <body>
5509     | <select>
5510    
5511     #data
5512     <!DOCTYPE HTML><select></base>
5513     #errors
5514     </base> in <select>
5515     no </select>
5516     #document
5517 wakaba 1.70 | <!DOCTYPE html>
5518 wakaba 1.35 | <html>
5519     | <head>
5520     | <body>
5521     | <select>
5522    
5523     #data
5524     <!DOCTYPE HTML><select></div>
5525     #errors
5526     </div> in <select>
5527     no </select>
5528     #document
5529 wakaba 1.70 | <!DOCTYPE html>
5530 wakaba 1.35 | <html>
5531     | <head>
5532     | <body>
5533     | <select>
5534 wakaba 1.31
5535 wakaba 1.35 #data
5536     <!DOCTYPE HTML><select></option>
5537     #errors
5538     unmatched </option>
5539     no </select>
5540     #document
5541 wakaba 1.70 | <!DOCTYPE html>
5542 wakaba 1.35 | <html>
5543     | <head>
5544     | <body>
5545     | <select>
5546    
5547     #data
5548     <!DOCTYPE HTML><select><option></option></select>
5549     #errors
5550     #document
5551 wakaba 1.70 | <!DOCTYPE html>
5552 wakaba 1.35 | <html>
5553     | <head>
5554     | <body>
5555     | <select>
5556     | <option>
5557    
5558     #data
5559     <!DOCTYPE HTML><select><optgroup></option></select>
5560     #errors
5561     </option> in <optgroup>
5562     #document
5563 wakaba 1.70 | <!DOCTYPE html>
5564 wakaba 1.35 | <html>
5565     | <head>
5566     | <body>
5567     | <select>
5568     | <optgroup>
5569    
5570     #data
5571     <!DOCTYPE HTML><select></table>aa
5572     #errors
5573     unmatched </table>
5574     no </select>
5575     #document
5576 wakaba 1.70 | <!DOCTYPE html>
5577 wakaba 1.35 | <html>
5578     | <head>
5579     | <body>
5580     | <select>
5581     | "aa"
5582    
5583     #data
5584     <!DOCTYPE HTML><select></tbody>aa
5585     #errors
5586     unmatched </tbody>
5587     no </select>
5588     #document
5589 wakaba 1.70 | <!DOCTYPE html>
5590 wakaba 1.35 | <html>
5591     | <head>
5592     | <body>
5593     | <select>
5594     | "aa"
5595    
5596     #data
5597     <!DOCTYPE HTML><select></thead>aa
5598     #errors
5599     unmatched </thead>
5600     no </select>
5601     #document
5602 wakaba 1.70 | <!DOCTYPE html>
5603 wakaba 1.35 | <html>
5604     | <head>
5605     | <body>
5606     | <select>
5607     | "aa"
5608    
5609     #data
5610     <!DOCTYPE HTML><select></tfoot>aa
5611     #errors
5612     unmatched </tfoot>
5613     no </select>
5614     #document
5615 wakaba 1.70 | <!DOCTYPE html>
5616 wakaba 1.35 | <html>
5617     | <head>
5618     | <body>
5619     | <select>
5620     | "aa"
5621    
5622     #data
5623     <!DOCTYPE HTML><select></tr>aa
5624     #errors
5625     unmatched </tr>
5626     no </select>
5627     #document
5628 wakaba 1.70 | <!DOCTYPE html>
5629 wakaba 1.35 | <html>
5630     | <head>
5631     | <body>
5632     | <select>
5633     | "aa"
5634    
5635     #data
5636     <!DOCTYPE HTML><select></td>aa
5637     #errors
5638     unmatched </td>
5639     no </select>
5640     #document
5641 wakaba 1.70 | <!DOCTYPE html>
5642 wakaba 1.35 | <html>
5643     | <head>
5644     | <body>
5645     | <select>
5646     | "aa"
5647    
5648     #data
5649     <!DOCTYPE HTML><select></th>aa
5650     #errors
5651     unmatched </th>
5652     no </select>
5653     #document
5654 wakaba 1.70 | <!DOCTYPE html>
5655 wakaba 1.35 | <html>
5656     | <head>
5657     | <body>
5658     | <select>
5659     | "aa"
5660    
5661     #data
5662     <!DOCTYPE HTML><select></caption>aa
5663     #errors
5664     unmatched </caption>
5665     no </select>
5666     #document
5667 wakaba 1.70 | <!DOCTYPE html>
5668 wakaba 1.35 | <html>
5669     | <head>
5670     | <body>
5671     | <select>
5672     | "aa"
5673    
5674     #data
5675     <!DOCTYPE HTML><table><tr><td><select></tbody>a
5676     #errors
5677     no </select>
5678     char in <table>
5679     no </table>
5680     #document
5681 wakaba 1.70 | <!DOCTYPE html>
5682 wakaba 1.35 | <html>
5683     | <head>
5684     | <body>
5685     | "a"
5686     | <table>
5687     | <tbody>
5688     | <tr>
5689     | <td>
5690     | <select>
5691    
5692     #data
5693     <!DOCTYPE HTML><table><tr><td><select></table>a
5694     #errors
5695     no </select>
5696     #document
5697 wakaba 1.70 | <!DOCTYPE html>
5698 wakaba 1.35 | <html>
5699     | <head>
5700     | <body>
5701     | <table>
5702     | <tbody>
5703     | <tr>
5704     | <td>
5705     | <select>
5706     | "a"
5707    
5708     #data
5709     <!DOCTYPE HTML><table><tr><td><select></thead>a
5710     #errors
5711     unmatched </thead>
5712     unexpected end of file (no </select>, no </table>)
5713     #document
5714 wakaba 1.70 | <!DOCTYPE html>
5715 wakaba 1.35 | <html>
5716     | <head>
5717     | <body>
5718     | <table>
5719     | <tbody>
5720     | <tr>
5721     | <td>
5722     | <select>
5723     | "a"
5724    
5725     #data
5726     <!DOCTYPE HTML><table><tr><td><select></tfoot>a
5727     #errors
5728     unmatched </tfoot>
5729     unexpected end of file (no </select>, no </table>)
5730     #document
5731 wakaba 1.70 | <!DOCTYPE html>
5732 wakaba 1.35 | <html>
5733     | <head>
5734     | <body>
5735     | <table>
5736     | <tbody>
5737     | <tr>
5738     | <td>
5739     | <select>
5740     | "a"
5741    
5742     #data
5743     <!DOCTYPE HTML><table><tfoot><tr><td><select></thead>a
5744     #errors
5745     unmatched </thead>
5746     unexpected end of file
5747     #document
5748 wakaba 1.70 | <!DOCTYPE html>
5749 wakaba 1.35 | <html>
5750     | <head>
5751     | <body>
5752     | <table>
5753     | <tfoot>
5754     | <tr>
5755     | <td>
5756     | <select>
5757     | "a"
5758    
5759     #data
5760     <!DOCTYPE HTML><table><tr><td><select></tr>a
5761     #errors
5762     no </select>
5763     char in <tbody>
5764     no </table>
5765     #document
5766 wakaba 1.70 | <!DOCTYPE html>
5767 wakaba 1.35 | <html>
5768     | <head>
5769     | <body>
5770     | "a"
5771     | <table>
5772     | <tbody>
5773     | <tr>
5774     | <td>
5775     | <select>
5776    
5777     #data
5778     <!DOCTYPE HTML><table><tr><td><select></td>a
5779     #errors
5780     no </select>
5781     char in <tr>
5782     no </table>
5783     #document
5784 wakaba 1.70 | <!DOCTYPE html>
5785 wakaba 1.35 | <html>
5786     | <head>
5787     | <body>
5788     | "a"
5789     | <table>
5790     | <tbody>
5791     | <tr>
5792     | <td>
5793     | <select>
5794    
5795     #data
5796     <!DOCTYPE HTML><table><tr><td><select></th>a
5797     #errors
5798     unmatched </th>
5799     unexpected end of file
5800     #document
5801 wakaba 1.70 | <!DOCTYPE html>
5802 wakaba 1.35 | <html>
5803     | <head>
5804     | <body>
5805     | <table>
5806     | <tbody>
5807     | <tr>
5808     | <td>
5809     | <select>
5810     | "a"
5811    
5812     #data
5813 wakaba 1.44 <!DOCTYPE HTML><table><select></table>a
5814     #errors
5815     <select> in <table>
5816     no </select> before </table>
5817     #document
5818 wakaba 1.70 | <!DOCTYPE html>
5819 wakaba 1.44 | <html>
5820     | <head>
5821     | <body>
5822     | <select>
5823     | <table>
5824     | "a"
5825    
5826     #data
5827     <!DOCTYPE HTML><table><select><option>b</table>a
5828     #errors
5829     <select> in <table>
5830     no </select> before </table>
5831     #document
5832 wakaba 1.70 | <!DOCTYPE html>
5833 wakaba 1.44 | <html>
5834     | <head>
5835     | <body>
5836     | <select>
5837     | <option>
5838     | "b"
5839     | <table>
5840     | "a"
5841    
5842     #data
5843     <!DOCTYPE HTML><table><tfoot><select></table>a
5844     #errors
5845     <select> in <tfoot>
5846     no </select> before </table>
5847     #document
5848 wakaba 1.70 | <!DOCTYPE html>
5849 wakaba 1.44 | <html>
5850     | <head>
5851     | <body>
5852     | <select>
5853     | <table>
5854     | <tfoot>
5855     | "a"
5856    
5857     #data
5858     <!DOCTYPE HTML><table><select><option>b</tfoot>a
5859     #errors
5860     <select> in <table>
5861     unmatched </tfoot>
5862     no </table> at the end-of-file
5863     #document
5864 wakaba 1.70 | <!DOCTYPE html>
5865 wakaba 1.44 | <html>
5866     | <head>
5867     | <body>
5868     | <select>
5869     | <option>
5870     | "ba"
5871     | <table>
5872    
5873     #data
5874     <!DOCTYPE HTML><table><tr><select></table>a
5875     #errors
5876     <select> in <tr>
5877     no </select> before </table>
5878     #document
5879 wakaba 1.70 | <!DOCTYPE html>
5880 wakaba 1.44 | <html>
5881     | <head>
5882     | <body>
5883     | <select>
5884     | <table>
5885     | <tbody>
5886     | <tr>
5887     | "a"
5888    
5889     #data
5890     <!DOCTYPE HTML><table><tr><select></tr>a</table>
5891     #errors
5892     <select> in <tr>
5893     no </select> before </tr>
5894     char in <tbody>
5895     #document
5896 wakaba 1.70 | <!DOCTYPE html>
5897 wakaba 1.44 | <html>
5898     | <head>
5899     | <body>
5900     | <select>
5901     | "a"
5902     | <table>
5903     | <tbody>
5904     | <tr>
5905    
5906     #data
5907     <!DOCTYPE HTML><table><tr><td><select><option>b</table>a
5908     #errors
5909     no </select> before </table>
5910     #document
5911 wakaba 1.70 | <!DOCTYPE html>
5912 wakaba 1.44 | <html>
5913     | <head>
5914     | <body>
5915     | <table>
5916     | <tbody>
5917     | <tr>
5918     | <td>
5919     | <select>
5920     | <option>
5921     | "b"
5922     | "a"
5923    
5924     #data
5925     <!DOCTYPE HTML><select><input>x
5926     #errors
5927     no </select> before </input>
5928     #document
5929 wakaba 1.70 | <!DOCTYPE html>
5930 wakaba 1.44 | <html>
5931     | <head>
5932     | <body>
5933     | <select>
5934     | <input>
5935     | "x"
5936    
5937     #data
5938     <!DOCTYPE HTML><select><option>a<input>b
5939     #errors
5940     no </select> before <input>
5941     #document
5942 wakaba 1.70 | <!DOCTYPE html>
5943 wakaba 1.44 | <html>
5944     | <head>
5945     | <body>
5946     | <select>
5947     | <option>
5948     | "a"
5949     | <input>
5950     | "b"
5951    
5952     #data
5953     <!DOCTYPE HTML><table><select><input></table>a
5954     #errors
5955     <select> in <table>
5956     no </select> before <input>
5957     <input> in <table>
5958     #document
5959 wakaba 1.70 | <!DOCTYPE html>
5960 wakaba 1.44 | <html>
5961     | <head>
5962     | <body>
5963     | <select>
5964     | <input>
5965     | <table>
5966     | "a"
5967    
5968     #data
5969     <!DOCTYPE HTML><table><select><option>b<input></table>a
5970     #errors
5971     <select> in <table>
5972     no </select> before <input>
5973     <input> in <table>
5974     #document
5975 wakaba 1.70 | <!DOCTYPE html>
5976 wakaba 1.44 | <html>
5977     | <head>
5978     | <body>
5979     | <select>
5980     | <option>
5981     | "b"
5982     | <input>
5983     | <table>
5984     | "a"
5985    
5986     #data
5987 wakaba 1.50 <!DOCTYPE HTML><select><textarea></textarea>
5988     #errors
5989     <textarea> in <select>
5990     #document
5991 wakaba 1.70 | <!DOCTYPE html>
5992 wakaba 1.50 | <html>
5993     | <head>
5994     | <body>
5995     | <select>
5996     | <textarea>
5997    
5998     #data
5999     <!DOCTYPE HTML><select><option><textarea></textarea>
6000     #errors
6001     <textarea> in <select>
6002     #document
6003 wakaba 1.70 | <!DOCTYPE html>
6004 wakaba 1.50 | <html>
6005     | <head>
6006     | <body>
6007     | <select>
6008     | <option>
6009     | <textarea>
6010    
6011     #data
6012     <!DOCTYPE HTML><select><optgroup><textarea></textarea>
6013     #errors
6014     <textarea> in <select>
6015     #document
6016 wakaba 1.70 | <!DOCTYPE html>
6017 wakaba 1.50 | <html>
6018     | <head>
6019     | <body>
6020     | <select>
6021     | <optgroup>
6022     | <textarea>
6023    
6024     #data
6025     <!DOCTYPE HTML><table><tr><td><select><textarea></textarea></table>
6026     #errors
6027     <textarea> in <select>
6028     #document
6029 wakaba 1.70 | <!DOCTYPE html>
6030 wakaba 1.50 | <html>
6031     | <head>
6032     | <body>
6033     | <table>
6034     | <tbody>
6035     | <tr>
6036     | <td>
6037     | <select>
6038     | <textarea>
6039    
6040     #data
6041 wakaba 1.68 <!DOCTYPE HTML><select><optgroup><keygen></keygen>
6042     #errors
6043     <keygen> in <select>
6044 wakaba 1.74 </keygen>
6045 wakaba 1.68 #document
6046 wakaba 1.70 | <!DOCTYPE html>
6047 wakaba 1.68 | <html>
6048     | <head>
6049     | <body>
6050     | <select>
6051     | <optgroup>
6052     | <keygen>
6053    
6054     #data
6055     <!DOCTYPE HTML><table><tr><td><select><keygen></keygen></table>
6056     #errors
6057     <keygen> in <select>
6058 wakaba 1.74 </keygen>
6059 wakaba 1.68 #document
6060 wakaba 1.70 | <!DOCTYPE html>
6061 wakaba 1.68 | <html>
6062     | <head>
6063     | <body>
6064     | <table>
6065     | <tbody>
6066     | <tr>
6067     | <td>
6068     | <select>
6069     | <keygen>
6070    
6071     #data
6072 wakaba 1.44 <!DOCTYPE HTML><select><table></table>
6073     #errors
6074     <table> in <select>
6075     </table> in <select>
6076     no </select> at the end-of-file
6077     #document
6078 wakaba 1.70 | <!DOCTYPE html>
6079 wakaba 1.44 | <html>
6080     | <head>
6081     | <body>
6082     | <select>
6083    
6084     #data
6085     <!DOCTYPE HTML><select><option><table></table>x
6086     #errors
6087     <table> in <select>
6088     </table> in <select>
6089     no </select> at the end-of-file
6090     #document
6091 wakaba 1.70 | <!DOCTYPE html>
6092 wakaba 1.44 | <html>
6093     | <head>
6094     | <body>
6095     | <select>
6096     | <option>
6097     | "x"
6098    
6099     #data
6100     <!DOCTYPE HTML><table><tr><td><select><table></table>x
6101     #errors
6102     no </select> before <table>
6103     no </table> at the end-of-file
6104     #document
6105 wakaba 1.70 | <!DOCTYPE html>
6106 wakaba 1.44 | <html>
6107     | <head>
6108     | <body>
6109     | <table>
6110     | <tbody>
6111     | <tr>
6112     | <td>
6113     | <select>
6114     | <table>
6115     | "x"
6116    
6117     #data
6118     <!DOCTYPE HTML><select><option><caption>x
6119     #errors
6120     <caption> in <select>
6121     no </select> at the end-of-file
6122     #document
6123 wakaba 1.70 | <!DOCTYPE html>
6124 wakaba 1.44 | <html>
6125     | <head>
6126     | <body>
6127     | <select>
6128     | <option>
6129     | "x"
6130    
6131     #data
6132     <!DOCTYPE HTML><table><tr><td><select><caption>x
6133     #errors
6134     no </select> before <caption>
6135     no </caption></table> at the end-of-file
6136     #document
6137 wakaba 1.70 | <!DOCTYPE html>
6138 wakaba 1.44 | <html>
6139     | <head>
6140     | <body>
6141     | <table>
6142     | <tbody>
6143     | <tr>
6144     | <td>
6145     | <select>
6146     | <caption>
6147     | "x"
6148    
6149     #data
6150     <!DOCTYPE HTML><select><tbody>x
6151     #errors
6152     <tbody> in <select>
6153     no </select> at the end-of-file
6154     #document
6155 wakaba 1.70 | <!DOCTYPE html>
6156 wakaba 1.44 | <html>
6157     | <head>
6158     | <body>
6159     | <select>
6160     | "x"
6161    
6162     #data
6163     <!DOCTYPE HTML><table><tr><td><select><tbody><tr><td>x
6164     #errors
6165     no </select> before <tbody>
6166     no </table> at the end-of-file
6167     #document
6168 wakaba 1.70 | <!DOCTYPE html>
6169 wakaba 1.44 | <html>
6170     | <head>
6171     | <body>
6172     | <table>
6173     | <tbody>
6174     | <tr>
6175     | <td>
6176     | <select>
6177     | <tbody>
6178     | <tr>
6179     | <td>
6180     | "x"
6181    
6182     #data
6183     <!DOCTYPE HTML><select><tr>x
6184     #errors
6185     <tr> in <select>
6186     no </select> at the end-of-file
6187     #document
6188 wakaba 1.70 | <!DOCTYPE html>
6189 wakaba 1.44 | <html>
6190     | <head>
6191     | <body>
6192     | <select>
6193     | "x"
6194    
6195     #data
6196     <!DOCTYPE HTML><table><tr><td><select><tr><td>x
6197     #errors
6198     no </select> before <tr>
6199     no </table> at the end-of-file
6200     #document
6201 wakaba 1.70 | <!DOCTYPE html>
6202 wakaba 1.44 | <html>
6203     | <head>
6204     | <body>
6205     | <table>
6206     | <tbody>
6207     | <tr>
6208     | <td>
6209     | <select>
6210     | <tr>
6211     | <td>
6212     | "x"
6213    
6214     #data
6215     <!DOCTYPE HTML><select><td>x
6216     #errors
6217     <td> in <select>
6218     no </select> at the end-of-file
6219     #document
6220 wakaba 1.70 | <!DOCTYPE html>
6221 wakaba 1.44 | <html>
6222     | <head>
6223     | <body>
6224     | <select>
6225     | "x"
6226    
6227     #data
6228     <!DOCTYPE HTML><table><tr><td><select><td>x
6229     #errors
6230     no </select> before <table>
6231     no </table> at the end-of-file
6232     #document
6233 wakaba 1.70 | <!DOCTYPE html>
6234 wakaba 1.44 | <html>
6235     | <head>
6236     | <body>
6237     | <table>
6238     | <tbody>
6239     | <tr>
6240     | <td>
6241     | <select>
6242     | <td>
6243     | "x"
6244    
6245     #data
6246 wakaba 1.35 <!DOCTYPE HTML><p><plaintext>
6247     #errors
6248     unexpected end of file (no </plaintext>)
6249     #document
6250 wakaba 1.70 | <!DOCTYPE html>
6251 wakaba 1.35 | <html>
6252     | <head>
6253     | <body>
6254     | <p>
6255     | <plaintext>
6256    
6257     #data
6258     <!DOCTYPE HTML><p><h1>
6259     #errors
6260     unexpected end of file (no </h1>)
6261     #document
6262 wakaba 1.70 | <!DOCTYPE html>
6263 wakaba 1.35 | <html>
6264     | <head>
6265     | <body>
6266     | <p>
6267     | <h1>
6268    
6269     #data
6270     <!DOCTYPE HTML><p><table></table>
6271     #errors
6272     #document
6273 wakaba 1.70 | <!DOCTYPE html>
6274 wakaba 1.35 | <html>
6275     | <head>
6276     | <body>
6277     | <p>
6278     | <table>
6279    
6280     #data
6281     <!DOCTYPE HTML><textarea></textarea>
6282     #errors
6283     #document
6284 wakaba 1.70 | <!DOCTYPE html>
6285 wakaba 1.35 | <html>
6286     | <head>
6287     | <body>
6288     | <textarea>
6289    
6290     #data
6291     <!DOCTYPE HTML><textarea>
6292     #errors
6293     no </textarea>
6294     #document
6295 wakaba 1.70 | <!DOCTYPE html>
6296 wakaba 1.35 | <html>
6297     | <head>
6298     | <body>
6299     | <textarea>
6300    
6301     #data
6302     <!DOCTYPE HTML><span></html>
6303     #errors
6304     no </span>
6305     #document
6306 wakaba 1.70 | <!DOCTYPE html>
6307 wakaba 1.35 | <html>
6308     | <head>
6309     | <body>
6310     | <span>
6311    
6312     #data
6313     <!DOCTYPE HTML><unknown><p></unknown>
6314     #errors
6315     unmatched </unknown>
6316     unexpected end of file
6317     #document
6318 wakaba 1.70 | <!DOCTYPE html>
6319 wakaba 1.35 | <html>
6320     | <head>
6321     | <body>
6322     | <unknown>
6323     | <p>
6324    
6325     #data
6326     <!DOCTYPE HTML><unknown><p></unknown>xx
6327     #errors
6328     unmatched </unknown>
6329     unexpected end of file (no </unknown>)
6330     #document
6331 wakaba 1.70 | <!DOCTYPE html>
6332 wakaba 1.35 | <html>
6333     | <head>
6334     | <body>
6335     | <unknown>
6336     | <p>
6337     | "xx"
6338    
6339     #data
6340     <!DOCTYPE HTML><p></unknown>xx
6341     #errors
6342     unmatched </unknown>
6343     #document
6344 wakaba 1.70 | <!DOCTYPE html>
6345 wakaba 1.35 | <html>
6346     | <head>
6347     | <body>
6348     | <p>
6349     | "xx"
6350 wakaba 1.46
6351     #data
6352     <!DOCTYPE HTML><b>a<i>b<applet>c</b>d</i>e
6353     #errors
6354     1,37,unmatched end tag:b
6355     1,42,unmatched end tag:i
6356     no </applet> at the end-of-file
6357     #document
6358 wakaba 1.70 | <!DOCTYPE html>
6359 wakaba 1.46 | <html>
6360     | <head>
6361     | <body>
6362     | <b>
6363     | "a"
6364     | <i>
6365     | "b"
6366     | <applet>
6367     | "cde"
6368    
6369     #data
6370     <!DOCTYPE HTML><li>a<applet>b</li>c
6371     #errors
6372     1,35,unmatched end tag:li
6373     no </applet> at the end-of-file
6374     #document
6375 wakaba 1.70 | <!DOCTYPE html>
6376 wakaba 1.46 | <html>
6377     | <head>
6378     | <body>
6379     | <li>
6380     | "a"
6381     | <applet>
6382     | "bc"
6383    
6384     #data
6385     <!DOCTYPE HTML><dt>a<applet>b</dt>c
6386     #errors
6387     1,35,unmatched end tag:dt
6388     no </applet> at the end-of-file
6389     #document
6390 wakaba 1.70 | <!DOCTYPE html>
6391 wakaba 1.46 | <html>
6392     | <head>
6393     | <body>
6394     | <dt>
6395     | "a"
6396     | <applet>
6397     | "bc"
6398    
6399     #data
6400     <!DOCTYPE HTML><dd>a<applet>b</dd>c
6401     #errors
6402     1,35,unmatched end tag:dd
6403     no </applet> at the end-of-file
6404     #document
6405 wakaba 1.70 | <!DOCTYPE html>
6406 wakaba 1.46 | <html>
6407     | <head>
6408     | <body>
6409     | <dd>
6410     | "a"
6411     | <applet>
6412     | "bc"
6413    
6414     #data
6415     <!DOCTYPE HTML><x>a<applet>b</x>c
6416     #errors
6417     1,33,unmatched end tag:x
6418     no </applet> at the end-of-file
6419     #document
6420 wakaba 1.70 | <!DOCTYPE html>
6421 wakaba 1.46 | <html>
6422     | <head>
6423     | <body>
6424     | <x>
6425     | "a"
6426     | <applet>
6427     | "bc"
6428    
6429     #data
6430     <!DOCTYPE HTML><p><applet><address>
6431     #errors
6432     unexpected end-of-file
6433     #document
6434 wakaba 1.70 | <!DOCTYPE html>
6435 wakaba 1.46 | <html>
6436     | <head>
6437     | <body>
6438     | <p>
6439     | <applet>
6440     | <address>
6441    
6442     #data
6443     <!DOCTYPE HTML><p><applet><h1>
6444     #errors
6445     unexpected end-of-file
6446     #document
6447 wakaba 1.70 | <!DOCTYPE html>
6448 wakaba 1.46 | <html>
6449     | <head>
6450     | <body>
6451     | <p>
6452     | <applet>
6453     | <h1>
6454    
6455     #data
6456     <!DOCTYPE HTML><p><applet><pre>
6457     #errors
6458     unexpected end-of-file
6459     #document
6460 wakaba 1.70 | <!DOCTYPE html>
6461 wakaba 1.46 | <html>
6462     | <head>
6463     | <body>
6464     | <p>
6465     | <applet>
6466     | <pre>
6467    
6468     #data
6469     <!DOCTYPE HTML><p><applet><listing>
6470     #errors
6471     unexpected end-of-file
6472     #document
6473 wakaba 1.70 | <!DOCTYPE html>
6474 wakaba 1.46 | <html>
6475     | <head>
6476     | <body>
6477     | <p>
6478     | <applet>
6479     | <listing>
6480    
6481     #data
6482     <!DOCTYPE HTML><p><applet><div>
6483     #errors
6484     unexpected end-of-file
6485     #document
6486 wakaba 1.70 | <!DOCTYPE html>
6487 wakaba 1.46 | <html>
6488     | <head>
6489     | <body>
6490     | <p>
6491     | <applet>
6492     | <div>
6493    
6494     #data
6495     <!DOCTYPE HTML><p><applet><form>
6496     #errors
6497     unexpected end-of-file
6498     #document
6499 wakaba 1.70 | <!DOCTYPE html>
6500 wakaba 1.46 | <html>
6501     | <head>
6502     | <body>
6503     | <p>
6504     | <applet>
6505     | <form>
6506    
6507     #data
6508     <!DOCTYPE HTML><p><applet><li>
6509     #errors
6510     unexpected end-of-file
6511     #document
6512 wakaba 1.70 | <!DOCTYPE html>
6513 wakaba 1.46 | <html>
6514     | <head>
6515     | <body>
6516     | <p>
6517     | <applet>
6518     | <li>
6519    
6520     #data
6521     <!DOCTYPE HTML><p><applet><dt>
6522     #errors
6523     unexpected end-of-file
6524     #document
6525 wakaba 1.70 | <!DOCTYPE html>
6526 wakaba 1.46 | <html>
6527     | <head>
6528     | <body>
6529     | <p>
6530     | <applet>
6531     | <dt>
6532    
6533     #data
6534     <!DOCTYPE HTML><p><applet><dd>
6535     #errors
6536     unexpected end-of-file
6537     #document
6538 wakaba 1.70 | <!DOCTYPE html>
6539 wakaba 1.46 | <html>
6540     | <head>
6541     | <body>
6542     | <p>
6543     | <applet>
6544     | <dd>
6545    
6546     #data
6547     <!DOCTYPE HTML><p><applet><plaintext>
6548     #errors
6549     unexpected end-of-file
6550     #document
6551 wakaba 1.70 | <!DOCTYPE html>
6552 wakaba 1.46 | <html>
6553     | <head>
6554     | <body>
6555     | <p>
6556     | <applet>
6557     | <plaintext>
6558    
6559     #data
6560     <!DOCTYPE HTML><p><applet><table>
6561     #errors
6562     unexpected end-of-file
6563     #document
6564 wakaba 1.70 | <!DOCTYPE html>
6565 wakaba 1.46 | <html>
6566     | <head>
6567     | <body>
6568     | <p>
6569     | <applet>
6570     | <table>
6571    
6572     #data
6573     <!DOCTYPE HTML><p><applet><hr>
6574     #errors
6575     unexpected end-of-file
6576     #document
6577 wakaba 1.70 | <!DOCTYPE html>
6578 wakaba 1.46 | <html>
6579     | <head>
6580     | <body>
6581     | <p>
6582     | <applet>
6583     | <hr>
6584    
6585     #data
6586     <!DOCTYPE HTML><nobr><applet><nobr>
6587     #errors
6588     unexpected end-of-file
6589     #document
6590 wakaba 1.70 | <!DOCTYPE html>
6591 wakaba 1.46 | <html>
6592     | <head>
6593     | <body>
6594     | <nobr>
6595     | <applet>
6596     | <nobr>
6597    
6598     #data
6599     <!DOCTYPE HTML><button><applet><button>
6600     #errors
6601     unexpected end-of-file
6602     #document
6603 wakaba 1.70 | <!DOCTYPE html>
6604 wakaba 1.46 | <html>
6605     | <head>
6606     | <body>
6607     | <button>
6608     | <applet>
6609     | <button>
6610    
6611     #data
6612     <!DOCTYPE HTML><address><applet></address>x
6613     #errors
6614     unmatched end tag
6615     unexpected end-of-file
6616     #document
6617 wakaba 1.70 | <!DOCTYPE html>
6618 wakaba 1.46 | <html>
6619     | <head>
6620     | <body>
6621     | <address>
6622     | <applet>
6623     | "x"
6624    
6625     #data
6626     <!DOCTYPE HTML><h1><applet></h1>x
6627     #errors
6628     unmatched end tag
6629     unexpected end-of-file
6630     #document
6631 wakaba 1.70 | <!DOCTYPE html>
6632 wakaba 1.46 | <html>
6633     | <head>
6634     | <body>
6635     | <h1>
6636     | <applet>
6637     | "x"
6638    
6639     #data
6640     <!DOCTYPE HTML><button><applet></button>x
6641     #errors
6642     unmatched end tag
6643     unexpected end-of-file
6644     #document
6645 wakaba 1.70 | <!DOCTYPE html>
6646 wakaba 1.46 | <html>
6647     | <head>
6648     | <body>
6649     | <button>
6650     | <applet>
6651     | "x"
6652    
6653     #data
6654     <!DOCTYPE HTML><object><applet></object>x
6655     #errors
6656     unmatched end tag
6657     unexpected end-of-file
6658     #document
6659 wakaba 1.70 | <!DOCTYPE html>
6660 wakaba 1.46 | <html>
6661     | <head>
6662     | <body>
6663     | <object>
6664     | <applet>
6665     | "x"
6666    
6667     #data
6668     <!DOCTYPE HTML><p><applet></p>x
6669     #errors
6670     unmatched end tag </p>
6671     unexpected end-of-file
6672     #document
6673 wakaba 1.70 | <!DOCTYPE html>
6674 wakaba 1.46 | <html>
6675     | <head>
6676     | <body>
6677     | <p>
6678     | <applet>
6679     | <p>
6680     | "x"
6681    
6682     #data
6683     <!DOCTYPE HTML><dt><applet></dt>x
6684     #errors
6685     unmatched end tag
6686     unexpected end-of-file
6687     #document
6688 wakaba 1.70 | <!DOCTYPE html>
6689 wakaba 1.46 | <html>
6690     | <head>
6691     | <body>
6692     | <dt>
6693     | <applet>
6694     | "x"
6695    
6696     #data
6697     <!DOCTYPE HTML><dd><applet></dd>x
6698     #errors
6699     unmatched end tag
6700     unexpected end-of-file
6701     #document
6702 wakaba 1.70 | <!DOCTYPE html>
6703 wakaba 1.46 | <html>
6704     | <head>
6705     | <body>
6706     | <dd>
6707     | <applet>
6708     | "x"
6709    
6710     #data
6711     <!DOCTYPE HTML><pre><applet></pre>x
6712     #errors
6713     unmatched end tag
6714     unexpected end-of-file
6715     #document
6716 wakaba 1.70 | <!DOCTYPE html>
6717 wakaba 1.46 | <html>
6718     | <head>
6719     | <body>
6720     | <pre>
6721     | <applet>
6722     | "x"
6723    
6724     #data
6725     <!DOCTYPE HTML><form><applet></form>x
6726     #errors
6727     unmatched end tag
6728     unexpected end-of-file
6729     #document
6730 wakaba 1.70 | <!DOCTYPE html>
6731 wakaba 1.46 | <html>
6732     | <head>
6733     | <body>
6734     | <form>
6735     | <applet>
6736     | "x"
6737    
6738     #data
6739     <!DOCTYPE HTML><applet><applet></applet>x
6740     #errors
6741     unexpected end-of-file
6742     #document
6743 wakaba 1.70 | <!DOCTYPE html>
6744 wakaba 1.46 | <html>
6745     | <head>
6746     | <body>
6747     | <applet>
6748     | <applet>
6749     | "x"
6750 wakaba 1.47
6751     #data
6752     #errors
6753     not HTML5
6754     #document
6755     | <html>
6756     | <head>
6757     | <body>
6758    
6759     #data
6760     <!---->
6761     #errors
6762     not HTML5
6763     #document
6764     | <!-- -->
6765     | <html>
6766     | <head>
6767     | <body>
6768    
6769     #data
6770    
6771     #errors
6772     not HTML5
6773     #document
6774     | <html>
6775     | <head>
6776     | <body>
6777    
6778     #data
6779     <!DOCTYPE HTML>
6780     #errors
6781     #document
6782 wakaba 1.70 | <!DOCTYPE html>
6783 wakaba 1.47 | <html>
6784     | <head>
6785     | <body>
6786    
6787     #data
6788     <!DOCTYPE HTML><!---->
6789     #errors
6790     #document
6791 wakaba 1.70 | <!DOCTYPE html>
6792 wakaba 1.47 | <!-- -->
6793     | <html>
6794     | <head>
6795     | <body>
6796    
6797     #data
6798     <html>
6799     #errors
6800     not HTML5
6801     #document
6802     | <html>
6803     | <head>
6804     | <body>
6805    
6806     #data
6807     <!DOCTYPE HTML><html>
6808     #errors
6809     #document
6810 wakaba 1.70 | <!DOCTYPE html>
6811 wakaba 1.47 | <html>
6812     | <head>
6813     | <body>
6814    
6815     #data
6816     a
6817     #errors
6818     not HTML5
6819     #document
6820     | <html>
6821     | <head>
6822     | <body>
6823     | "a"
6824    
6825     #data
6826     <!DOCTYPE HTML><html><head>
6827     #errors
6828     #document
6829 wakaba 1.70 | <!DOCTYPE html>
6830 wakaba 1.47 | <html>
6831     | <head>
6832     | <body>
6833    
6834     #data
6835     <!DOCTYPE HTML><html><head><noscript>
6836     #errors
6837     no </noscript>
6838     #document
6839 wakaba 1.70 | <!DOCTYPE html>
6840 wakaba 1.47 | <html>
6841     | <head>
6842     | <noscript>
6843     | <body>
6844    
6845     #data
6846     <!DOCTYPE HTML><html><head></head>
6847     #errors
6848     #document
6849 wakaba 1.70 | <!DOCTYPE html>
6850 wakaba 1.47 | <html>
6851     | <head>
6852     | <body>
6853    
6854     #data
6855     <!DOCTYPE HTML><html><head></head><body>
6856     #errors
6857     #document
6858 wakaba 1.70 | <!DOCTYPE html>
6859 wakaba 1.47 | <html>
6860     | <head>
6861     | <body>
6862    
6863     #data
6864     <!DOCTYPE HTML><html><head></head><body><table>
6865     #errors
6866     unexpected end-of-file
6867     #document
6868 wakaba 1.70 | <!DOCTYPE html>
6869 wakaba 1.47 | <html>
6870     | <head>
6871     | <body>
6872     | <table>
6873    
6874     #data
6875     <!DOCTYPE HTML><html><head></head><body><table><span>
6876     #errors
6877     <span> in <table>
6878     unexpected end-of-file
6879     #document
6880 wakaba 1.70 | <!DOCTYPE html>
6881 wakaba 1.47 | <html>
6882     | <head>
6883     | <body>
6884     | <span>
6885     | <table>
6886    
6887     #data
6888     <!DOCTYPE HTML><html><head></head><body><table><caption>
6889     #errors
6890     unexpected end-of-file
6891     #document
6892 wakaba 1.70 | <!DOCTYPE html>
6893 wakaba 1.47 | <html>
6894     | <head>
6895     | <body>
6896     | <table>
6897     | <caption>
6898    
6899     #data
6900     <!DOCTYPE HTML><html><head></head><body><table><colgroup>
6901     #errors
6902     unexpected end-of-file
6903     #document
6904 wakaba 1.70 | <!DOCTYPE html>
6905 wakaba 1.47 | <html>
6906     | <head>
6907     | <body>
6908     | <table>
6909     | <colgroup>
6910    
6911     #data
6912     <!DOCTYPE HTML><html><head></head><body><table><thead>
6913     #errors
6914     unexpected end-of-file
6915     #document
6916 wakaba 1.70 | <!DOCTYPE html>
6917 wakaba 1.47 | <html>
6918     | <head>
6919     | <body>
6920     | <table>
6921     | <thead>
6922    
6923     #data
6924     <!DOCTYPE HTML><html><head></head><body><table><tr>
6925     #errors
6926     unexpected end-of-file
6927     #document
6928 wakaba 1.70 | <!DOCTYPE html>
6929 wakaba 1.47 | <html>
6930     | <head>
6931     | <body>
6932     | <table>
6933     | <tbody>
6934     | <tr>
6935    
6936     #data
6937     <!DOCTYPE HTML><html><head></head><body><table><tr><td>
6938     #errors
6939     unexpected end-of-file
6940     #document
6941 wakaba 1.70 | <!DOCTYPE html>
6942 wakaba 1.47 | <html>
6943     | <head>
6944     | <body>
6945     | <table>
6946     | <tbody>
6947     | <tr>
6948     | <td>
6949    
6950     #data
6951     <!DOCTYPE HTML><html><head></head><body><select>
6952     #errors
6953     unexpected end-of-file
6954     #document
6955 wakaba 1.70 | <!DOCTYPE html>
6956 wakaba 1.47 | <html>
6957     | <head>
6958     | <body>
6959     | <select>
6960    
6961     #data
6962     <!DOCTYPE HTML><html><head></head><body><select><option>
6963     #errors
6964     unexpected end-of-file
6965     #document
6966 wakaba 1.70 | <!DOCTYPE html>
6967 wakaba 1.47 | <html>
6968     | <head>
6969     | <body>
6970     | <select>
6971     | <option>
6972    
6973     #data
6974     <!DOCTYPE HTML><html><head></head><body><select><optgroup>
6975     #errors
6976     unexpected end-of-file
6977     #document
6978 wakaba 1.70 | <!DOCTYPE html>
6979 wakaba 1.47 | <html>
6980     | <head>
6981     | <body>
6982     | <select>
6983     | <optgroup>
6984    
6985     #data
6986     <!DOCTYPE HTML><html><head></head><body></body>
6987     #errors
6988     #document
6989 wakaba 1.70 | <!DOCTYPE html>
6990 wakaba 1.47 | <html>
6991     | <head>
6992     | <body>
6993    
6994     #data
6995     <!DOCTYPE HTML><html><head></head><body></body></html>
6996     #errors
6997     #document
6998 wakaba 1.70 | <!DOCTYPE html>
6999 wakaba 1.47 | <html>
7000     | <head>
7001     | <body>
7002    
7003     #data
7004     <!DOCTYPE HTML><html><head></head><frameset>
7005     #errors
7006     unexpected end-of-file
7007     #document
7008 wakaba 1.70 | <!DOCTYPE html>
7009 wakaba 1.47 | <html>
7010     | <head>
7011     | <frameset>
7012    
7013     #data
7014     <!DOCTYPE HTML><html><head></head><frameset></frameset>
7015     #errors
7016     #document
7017 wakaba 1.70 | <!DOCTYPE html>
7018 wakaba 1.47 | <html>
7019     | <head>
7020     | <frameset>
7021    
7022     #data
7023     <!DOCTYPE HTML><html><head></head><frameset></frameset></html>
7024     #errors
7025     #document
7026 wakaba 1.70 | <!DOCTYPE html>
7027 wakaba 1.47 | <html>
7028     | <head>
7029     | <frameset>
7030    
7031     #data
7032     <!DOCTYPE HTML><html><head></head><body><li>
7033     #errors
7034     #document
7035 wakaba 1.70 | <!DOCTYPE html>
7036 wakaba 1.47 | <html>
7037     | <head>
7038     | <body>
7039     | <li>
7040    
7041     #data
7042     <!DOCTYPE HTML><html><head></head><body><dt>
7043     #errors
7044     #document
7045 wakaba 1.70 | <!DOCTYPE html>
7046 wakaba 1.47 | <html>
7047     | <head>
7048     | <body>
7049     | <dt>
7050    
7051     #data
7052     <!DOCTYPE HTML><html><head></head><body><dd>
7053     #errors
7054     #document
7055 wakaba 1.70 | <!DOCTYPE html>
7056 wakaba 1.47 | <html>
7057     | <head>
7058     | <body>
7059     | <dd>
7060    
7061     #data
7062     <!DOCTYPE HTML><html><head></head><body><p>
7063     #errors
7064     #document
7065 wakaba 1.70 | <!DOCTYPE html>
7066 wakaba 1.47 | <html>
7067     | <head>
7068     | <body>
7069     | <p>
7070    
7071     #data
7072     <!DOCTYPE HTML><html><head></head><body><span>
7073     #errors
7074     unexpected end-of-file
7075     #document
7076 wakaba 1.70 | <!DOCTYPE html>
7077 wakaba 1.47 | <html>
7078     | <head>
7079     | <body>
7080     | <span>
7081 wakaba 1.50
7082     #data
7083 wakaba 1.53 <!DOCTYPE HTML><ruby><ol><li><p>a<rt>b
7084     #errors
7085     no </ol>
7086     unexpected end of file
7087     #document
7088 wakaba 1.70 | <!DOCTYPE html>
7089 wakaba 1.53 | <html>
7090     | <head>
7091     | <body>
7092     | <ruby>
7093     | <ol>
7094     | <li>
7095     | <p>
7096     | "a"
7097     | <rt>
7098     | "b"
7099    
7100     #data
7101     <!DOCTYPE HTML><ruby><marquee><p>a<rt>b
7102     #errors
7103     unexpected end of file
7104     #document
7105 wakaba 1.70 | <!DOCTYPE html>
7106 wakaba 1.53 | <html>
7107     | <head>
7108     | <body>
7109     | <ruby>
7110     | <marquee>
7111     | <p>
7112     | "a"
7113     | <rt>
7114     | "b"
7115    
7116     #data
7117     <!DOCTYPE HTML><ruby>a<rt>b<p>c
7118     #errors
7119     unexpected end of file
7120     #document
7121 wakaba 1.70 | <!DOCTYPE html>
7122 wakaba 1.53 | <html>
7123     | <head>
7124     | <body>
7125     | <ruby>
7126     | "a"
7127     | <rt>
7128     | "b"
7129     | <p>
7130     | "c"
7131    
7132     #data
7133     <!DOCTYPE HTML><p><ruby>a<rt>b<p>c
7134     #errors
7135     no </ruby>
7136     #document
7137 wakaba 1.70 | <!DOCTYPE html>
7138 wakaba 1.53 | <html>
7139     | <head>
7140     | <body>
7141     | <p>
7142     | <ruby>
7143     | "a"
7144     | <rt>
7145     | "b"
7146     | <p>
7147     | "c"
7148    
7149     #data
7150     <!DOCTYPE HTML><ruby>a<rt>b</ruby>
7151     #errors
7152     #document
7153 wakaba 1.70 | <!DOCTYPE html>
7154 wakaba 1.53 | <html>
7155     | <head>
7156     | <body>
7157     | <ruby>
7158     | "a"
7159     | <rt>
7160     | "b"
7161    
7162     #data
7163     <!DOCTYPE HTML><ruby><rb>a</rb><rt>b</rt></ruby>
7164     #errors
7165     #document
7166 wakaba 1.70 | <!DOCTYPE html>
7167 wakaba 1.53 | <html>
7168     | <head>
7169     | <body>
7170     | <ruby>
7171     | <rb>
7172     | "a"
7173     | <rt>
7174     | "b"
7175    
7176     #data
7177     <!DOCTYPE HTML><ruby><rb>a<rt>b</ruby>
7178     #errors
7179     no </rb>
7180     #document
7181 wakaba 1.70 | <!DOCTYPE html>
7182 wakaba 1.53 | <html>
7183     | <head>
7184     | <body>
7185     | <ruby>
7186     | <rb>
7187     | "a"
7188     | <rt>
7189     | "b"
7190    
7191     #data
7192     <!DOCTYPE HTML><ruby>a<rp>b<rt>c<rp>d</ruby>
7193     #errors
7194     #document
7195 wakaba 1.70 | <!DOCTYPE html>
7196 wakaba 1.53 | <html>
7197     | <head>
7198     | <body>
7199     | <ruby>
7200     | "a"
7201     | <rp>
7202     | "b"
7203     | <rt>
7204     | "c"
7205     | <rp>
7206     | "d"
7207    
7208     #data
7209     <!DOCTYPE HTML><ruby>a<rt>b</rt></ruby>
7210     #errors
7211     #document
7212 wakaba 1.70 | <!DOCTYPE html>
7213 wakaba 1.53 | <html>
7214     | <head>
7215     | <body>
7216     | <ruby>
7217     | "a"
7218     | <rt>
7219     | "b"
7220    
7221     #data
7222     <!DOCTYPE HTML><ruby>a<rp>b</rp><rt>c</rt><rp>d</rp></ruby>
7223     #errors
7224     #document
7225 wakaba 1.70 | <!DOCTYPE html>
7226 wakaba 1.53 | <html>
7227     | <head>
7228     | <body>
7229     | <ruby>
7230     | "a"
7231     | <rp>
7232     | "b"
7233     | <rt>
7234     | "c"
7235     | <rp>
7236     | "d"
7237    
7238     #data
7239     <!DOCTYPE HTML><ruby><rb>a</rb><rp>b</rp><rt>c</rt><rp>d</rp></ruby>
7240     #errors
7241     #document
7242 wakaba 1.70 | <!DOCTYPE html>
7243 wakaba 1.53 | <html>
7244     | <head>
7245     | <body>
7246     | <ruby>
7247     | <rb>
7248     | "a"
7249     | <rp>
7250     | "b"
7251     | <rt>
7252     | "c"
7253     | <rp>
7254     | "d"
7255    
7256     #data
7257     <!DOCTYPE HTML><ruby><rbc><rb>a</rb><rb>b</rb></rbc><rtc><rt>c</rt><rt>d</rt></rtc><rtc><rt>e</rt><rt>f</rt></rtc></ruby>
7258     #errors
7259     no </rtc>
7260     unexpected </rtc>
7261     no </rtc>
7262     unexpected </rtc>
7263     #document
7264 wakaba 1.70 | <!DOCTYPE html>
7265 wakaba 1.53 | <html>
7266     | <head>
7267     | <body>
7268     | <ruby>
7269     | <rbc>
7270     | <rb>
7271     | "a"
7272     | <rb>
7273     | "b"
7274     | <rtc>
7275     | <rt>
7276     | "c"
7277     | <rt>
7278     | "d"
7279     | <rtc>
7280     | <rt>
7281     | "e"
7282     | <rt>
7283     | "f"
7284    
7285     #data
7286     <!DOCTYPE HTML>
7287     ... <ruby>
7288     SAI <rt> sai </rt>
7289     TOU <rt> tou </rt>
7290     NOBU <rt> nobu </rt>
7291     O <rt> o </rt>
7292     </ruby> ...
7293     #errors
7294     #document
7295 wakaba 1.70 | <!DOCTYPE html>
7296 wakaba 1.53 | <html>
7297     | <head>
7298     | <body>
7299     | "... "
7300     | <ruby>
7301     | "
7302     SAI "
7303     | <rt>
7304     | " sai "
7305     | "
7306     TOU "
7307     | <rt>
7308     | " tou "
7309     | "
7310     NOBU "
7311     | <rt>
7312     | " nobu "
7313     | "
7314     O "
7315     | <rt>
7316     | " o "
7317     | "
7318     "
7319     | " ..."
7320    
7321     #data
7322     <!DOCTYPE HTML><div><rt></div>
7323     #errors
7324     #document
7325 wakaba 1.70 | <!DOCTYPE html>
7326 wakaba 1.53 | <html>
7327     | <head>
7328     | <body>
7329     | <div>
7330     | <rt>
7331    
7332     #data
7333     <!DOCTYPE HTML><div><rp></div>
7334     #errors
7335     #document
7336 wakaba 1.70 | <!DOCTYPE html>
7337 wakaba 1.53 | <html>
7338     | <head>
7339     | <body>
7340     | <div>
7341     | <rp>
7342    
7343     #data
7344     <!DOCTYPE HTML><div><rt><rp></div>
7345     #errors
7346     #document
7347 wakaba 1.70 | <!DOCTYPE html>
7348 wakaba 1.53 | <html>
7349     | <head>
7350     | <body>
7351     | <div>
7352     | <rt>
7353     | <rp>
7354    
7355     #data
7356     <!DOCTYPE HTML><ul><li><rt></ul>
7357     #errors
7358     #document
7359 wakaba 1.70 | <!DOCTYPE html>
7360 wakaba 1.53 | <html>
7361     | <head>
7362     | <body>
7363     | <ul>
7364     | <li>
7365     | <rt>
7366    
7367     #data
7368 wakaba 1.50 <!DOCTYPE HTML><svg>
7369     #errors
7370     end of file in foreign content
7371     #document
7372 wakaba 1.70 | <!DOCTYPE html>
7373 wakaba 1.50 | <html>
7374     | <head>
7375     | <body>
7376 wakaba 1.65 | <svg svg>
7377 wakaba 1.50
7378     #data
7379     <!DOCTYPE HTML><svg><g>
7380     #errors
7381     end of file in foreign content
7382     #document
7383 wakaba 1.70 | <!DOCTYPE html>
7384 wakaba 1.50 | <html>
7385     | <head>
7386     | <body>
7387 wakaba 1.65 | <svg svg>
7388     | <svg g>
7389 wakaba 1.50
7390     #data
7391     <!DOCTYPE HTML><svg><switch requiredfeatures></switch></svg>
7392     #errors
7393     #document
7394 wakaba 1.70 | <!DOCTYPE html>
7395 wakaba 1.50 | <html>
7396     | <head>
7397     | <body>
7398 wakaba 1.65 | <svg svg>
7399     | <svg switch>
7400 wakaba 1.50 | requiredFeatures=""
7401    
7402     #data
7403     <!DOCTYPE HTML><svg><rect x="1" y="1" width="2" height="2" fill="black"><animate attributeNAME="x" begin="0s" dur="9s" fill="freeze" from="300" to="0"/></rect></svg>
7404     #errors
7405     #document
7406 wakaba 1.70 | <!DOCTYPE html>
7407 wakaba 1.50 | <html>
7408     | <head>
7409     | <body>
7410 wakaba 1.65 | <svg svg>
7411     | <svg rect>
7412 wakaba 1.50 | fill="black"
7413     | height="2"
7414     | width="2"
7415     | x="1"
7416     | y="1"
7417 wakaba 1.65 | <svg animate>
7418 wakaba 1.50 | attributeName="x"
7419     | begin="0s"
7420     | dur="9s"
7421     | fill="freeze"
7422     | from="300"
7423     | to="0"
7424    
7425     #data
7426     <!DOCTYPE HTML><svg><dt>
7427     #errors
7428     <dt> in <svg>
7429     #document
7430 wakaba 1.70 | <!DOCTYPE html>
7431 wakaba 1.50 | <html>
7432     | <head>
7433     | <body>
7434 wakaba 1.65 | <svg svg>
7435 wakaba 1.50 | <dt>
7436    
7437     #data
7438     <!DOCTYPE HTML><svg><h4>
7439     #errors
7440     <h4> in <svg>
7441     h4 not closed
7442     #document
7443 wakaba 1.70 | <!DOCTYPE html>
7444 wakaba 1.50 | <html>
7445     | <head>
7446     | <body>
7447 wakaba 1.65 | <svg svg>
7448 wakaba 1.50 | <h4>
7449    
7450     #data
7451     <!DOCTYPE HTML><svg><listing>
7452     #errors
7453     <listing> in <svg>
7454     no </listing>
7455     #document
7456 wakaba 1.70 | <!DOCTYPE html>
7457 wakaba 1.50 | <html>
7458     | <head>
7459     | <body>
7460 wakaba 1.65 | <svg svg>
7461 wakaba 1.50 | <listing>
7462    
7463     #data
7464     <!DOCTYPE HTML><svg><ol></ol>
7465     #errors
7466     <ol> in <svg>
7467     #document
7468 wakaba 1.70 | <!DOCTYPE html>
7469 wakaba 1.50 | <html>
7470     | <head>
7471     | <body>
7472 wakaba 1.65 | <svg svg>
7473 wakaba 1.50 | <ol>
7474    
7475     #data
7476     <!DOCTYPE HTML><svg><strike></strike>
7477     #errors
7478     <strike> in <svg>
7479     #document
7480 wakaba 1.70 | <!DOCTYPE html>
7481 wakaba 1.50 | <html>
7482     | <head>
7483     | <body>
7484 wakaba 1.65 | <svg svg>
7485 wakaba 1.50 | <strike>
7486 wakaba 1.56
7487     #data escaped
7488     \u000b<p>
7489     #errors
7490     no DOCTYPE
7491 wakaba 1.57 U+000B
7492 wakaba 1.56 #document escaped
7493     | <html>
7494     | <head>
7495     | <body>
7496     | "\u000b"
7497     | <p>
7498    
7499     #data escaped
7500     \u000babc
7501     #errors
7502     no DOCTYPE
7503 wakaba 1.57 U+000B
7504 wakaba 1.56 #document escaped
7505     | <html>
7506     | <head>
7507     | <body>
7508     | "\u000babc"
7509    
7510     #data escaped
7511     <!DOCTYPE HTML>\u000b<p>
7512     #errors
7513 wakaba 1.57 U+000B
7514 wakaba 1.56 #document escaped
7515 wakaba 1.70 | <!DOCTYPE html>
7516 wakaba 1.56 | <html>
7517     | <head>
7518     | <body>
7519     | "\u000b"
7520     | <p>
7521    
7522     #data escaped
7523     <!DOCTYPE HTML>\u000babc
7524     #errors
7525 wakaba 1.57 U+000B
7526 wakaba 1.56 #document escaped
7527 wakaba 1.70 | <!DOCTYPE html>
7528 wakaba 1.56 | <html>
7529     | <head>
7530     | <body>
7531     | "\u000babc"
7532    
7533     #data escaped
7534     <!DOCTYPE HTML><html>\u000b<p>
7535     #errors
7536 wakaba 1.57 U+000B
7537 wakaba 1.56 #document escaped
7538 wakaba 1.70 | <!DOCTYPE html>
7539 wakaba 1.56 | <html>
7540     | <head>
7541     | <body>
7542     | "\u000b"
7543     | <p>
7544    
7545     #data escaped
7546     <!DOCTYPE HTML><html>\u000babc
7547     #errors
7548 wakaba 1.57 U+000B
7549 wakaba 1.56 #document escaped
7550 wakaba 1.70 | <!DOCTYPE html>
7551 wakaba 1.56 | <html>
7552     | <head>
7553     | <body>
7554     | "\u000babc"
7555    
7556     #data escaped
7557     <!DOCTYPE HTML><head>\u000b<p>
7558     #errors
7559 wakaba 1.57 U+000B
7560 wakaba 1.56 #document escaped
7561 wakaba 1.70 | <!DOCTYPE html>
7562 wakaba 1.56 | <html>
7563     | <head>
7564     | <body>
7565     | "\u000b"
7566     | <p>
7567    
7568     #data escaped
7569     <!DOCTYPE HTML><head>\u000babc
7570     #errors
7571 wakaba 1.57 U+000B
7572 wakaba 1.56 #document escaped
7573 wakaba 1.70 | <!DOCTYPE html>
7574 wakaba 1.56 | <html>
7575     | <head>
7576     | <body>
7577     | "\u000babc"
7578    
7579     #data escaped
7580     <!DOCTYPE HTML><head></head>\u000b<p>
7581     #errors
7582 wakaba 1.57 U+000B
7583 wakaba 1.56 #document escaped
7584 wakaba 1.70 | <!DOCTYPE html>
7585 wakaba 1.56 | <html>
7586     | <head>
7587     | <body>
7588     | "\u000b"
7589     | <p>
7590    
7591     #data escaped
7592     <!DOCTYPE HTML><head></head>\u000babc
7593     #errors
7594 wakaba 1.57 U+000B
7595 wakaba 1.56 #document escaped
7596 wakaba 1.70 | <!DOCTYPE html>
7597 wakaba 1.56 | <html>
7598     | <head>
7599     | <body>
7600     | "\u000babc"
7601    
7602     #data escaped
7603     <!DOCTYPE HTML><head><noscript>\u000b<p>
7604     #errors
7605     no </noscript>
7606 wakaba 1.57 U+000B
7607 wakaba 1.56 #document escaped
7608 wakaba 1.70 | <!DOCTYPE html>
7609 wakaba 1.56 | <html>
7610     | <head>
7611     | <noscript>
7612     | <body>
7613     | "\u000b"
7614     | <p>
7615    
7616     #data escaped
7617     <!DOCTYPE HTML><head><noscript>\u000babc
7618     #errors
7619     no </noscript>
7620 wakaba 1.57 U+000B
7621 wakaba 1.56 #document escaped
7622 wakaba 1.70 | <!DOCTYPE html>
7623 wakaba 1.56 | <html>
7624     | <head>
7625     | <noscript>
7626     | <body>
7627     | "\u000babc"
7628    
7629     #data escaped
7630     <!DOCTYPE HTML><table>\u000b<p></table>
7631     #errors
7632     char in table
7633     start tag in table
7634 wakaba 1.57 U+000B
7635 wakaba 1.56 #document escaped
7636 wakaba 1.70 | <!DOCTYPE html>
7637 wakaba 1.56 | <html>
7638     | <head>
7639     | <body>
7640     | "\u000b"
7641     | <p>
7642     | <table>
7643    
7644     #data escaped
7645     <!DOCTYPE HTML><table>\u000babc</table>
7646     #errors
7647     char in table
7648 wakaba 1.57 U+000B
7649 wakaba 1.56 #document escaped
7650 wakaba 1.70 | <!DOCTYPE html>
7651 wakaba 1.56 | <html>
7652     | <head>
7653     | <body>
7654     | "\u000babc"
7655     | <table>
7656    
7657     #data escaped
7658     <!DOCTYPE HTML><table><colgroup>\u000b<p></table>
7659     #errors
7660     char in table
7661     start tag in table
7662 wakaba 1.57 U+000B
7663 wakaba 1.56 #document escaped
7664 wakaba 1.70 | <!DOCTYPE html>
7665 wakaba 1.56 | <html>
7666     | <head>
7667     | <body>
7668     | "\u000b"
7669     | <p>
7670     | <table>
7671     | <colgroup>
7672    
7673     #data escaped
7674     <!DOCTYPE HTML><table><colgroup>\u000babc</table>
7675     #errors
7676     char in table
7677 wakaba 1.57 U+000B
7678 wakaba 1.56 #document escaped
7679 wakaba 1.70 | <!DOCTYPE html>
7680 wakaba 1.56 | <html>
7681     | <head>
7682     | <body>
7683     | "\u000babc"
7684     | <table>
7685     | <colgroup>
7686    
7687     #data escaped
7688     <!DOCTYPE HTML><body></body>\u000b<p>
7689     #errors
7690     char after body
7691 wakaba 1.57 U+000B
7692 wakaba 1.56 #document escaped
7693 wakaba 1.70 | <!DOCTYPE html>
7694 wakaba 1.56 | <html>
7695     | <head>
7696     | <body>
7697     | "\u000b"
7698     | <p>
7699    
7700     #data escaped
7701     <!DOCTYPE HTML><body></body>\u000babc
7702     #errors
7703     char after body
7704 wakaba 1.57 U+000B
7705 wakaba 1.56 #document escaped
7706 wakaba 1.70 | <!DOCTYPE html>
7707 wakaba 1.56 | <html>
7708     | <head>
7709     | <body>
7710     | "\u000babc"
7711    
7712     #data escaped
7713     <!DOCTYPE HTML><frameset>\u000b<p></frameset>
7714     #errors
7715     char in frameset
7716     start tag in frameset
7717 wakaba 1.57 U+000B
7718 wakaba 1.56 #document escaped
7719 wakaba 1.70 | <!DOCTYPE html>
7720 wakaba 1.56 | <html>
7721     | <head>
7722     | <frameset>
7723    
7724     #data escaped
7725     <!DOCTYPE HTML><frameset>\u000babc</frameset>
7726     #errors
7727     char in frameset
7728 wakaba 1.57 U+000B
7729 wakaba 1.56 #document escaped
7730 wakaba 1.70 | <!DOCTYPE html>
7731 wakaba 1.56 | <html>
7732     | <head>
7733     | <frameset>
7734    
7735     #data escaped
7736     <!DOCTYPE HTML><frameset></frameset>\u000b<p>
7737     #errors
7738     char after frameset
7739     tag after frameset
7740 wakaba 1.57 U+000B
7741 wakaba 1.56 #document escaped
7742 wakaba 1.70 | <!DOCTYPE html>
7743 wakaba 1.56 | <html>
7744     | <head>
7745     | <frameset>
7746    
7747     #data escaped
7748     <!DOCTYPE HTML><frameset>\u000babc</frameset>
7749     #errors
7750     char after frameset
7751 wakaba 1.57 U+000B
7752 wakaba 1.56 #document escaped
7753 wakaba 1.70 | <!DOCTYPE html>
7754 wakaba 1.56 | <html>
7755     | <head>
7756     | <frameset>
7757    
7758     #data escaped
7759     <!DOCTYPE HTML><body></body></html>\u000b<p>
7760     #errors
7761     char after body html
7762 wakaba 1.57 U+000B
7763 wakaba 1.56 #document escaped
7764 wakaba 1.70 | <!DOCTYPE html>
7765 wakaba 1.56 | <html>
7766     | <head>
7767     | <body>
7768     | "\u000b"
7769     | <p>
7770    
7771     #data escaped
7772     <!DOCTYPE HTML><body></body></html>\u000babc
7773     #errors
7774     char after body html
7775 wakaba 1.57 U+000B
7776 wakaba 1.56 #document escaped
7777 wakaba 1.70 | <!DOCTYPE html>
7778 wakaba 1.56 | <html>
7779     | <head>
7780     | <body>
7781     | "\u000babc"
7782    
7783     #data escaped
7784     <!DOCTYPE HTML><frameset></frameset></html>\u000b<p>
7785     #errors
7786     char after frameset html
7787     char after frameset html
7788 wakaba 1.57 U+000B
7789 wakaba 1.56 #document escaped
7790 wakaba 1.70 | <!DOCTYPE html>
7791 wakaba 1.56 | <html>
7792     | <head>
7793     | <frameset>
7794    
7795     #data escaped
7796     <!DOCTYPE HTML><frameset></frameset></html>\u000babc
7797     #errors
7798     char after frameset html
7799 wakaba 1.57 U+000B
7800 wakaba 1.56 #document escaped
7801 wakaba 1.70 | <!DOCTYPE html>
7802 wakaba 1.56 | <html>
7803     | <head>
7804     | <frameset>
7805 wakaba 1.50
7806 wakaba 1.58 #data
7807     <!DOCTYPE HTML><ul><li><address><li>
7808     #errors
7809     no </address>
7810     no </ul>
7811     #document
7812 wakaba 1.70 | <!DOCTYPE html>
7813 wakaba 1.58 | <html>
7814     | <head>
7815     | <body>
7816     | <ul>
7817     | <li>
7818     | <address>
7819     | <li>
7820    
7821     #data
7822     <!DOCTYPE HTML><ul><li><address><p><li>
7823     #errors
7824     no </address>
7825     no </ul>
7826     #document
7827 wakaba 1.70 | <!DOCTYPE html>
7828 wakaba 1.58 | <html>
7829     | <head>
7830     | <body>
7831     | <ul>
7832     | <li>
7833     | <address>
7834     | <p>
7835     | <li>
7836    
7837     #data
7838     <!DOCTYPE HTML><ul><li><div><li>
7839     #errors
7840     no </div>
7841     no </ul>
7842     #document
7843 wakaba 1.70 | <!DOCTYPE html>
7844 wakaba 1.58 | <html>
7845     | <head>
7846     | <body>
7847     | <ul>
7848     | <li>
7849     | <div>
7850     | <li>
7851    
7852     #data
7853     <!DOCTYPE HTML><ul><li><div><p><li>
7854     #errors
7855     no </div>
7856     no </ul>
7857     #document
7858 wakaba 1.70 | <!DOCTYPE html>
7859 wakaba 1.58 | <html>
7860     | <head>
7861     | <body>
7862     | <ul>
7863     | <li>
7864     | <div>
7865     | <p>
7866     | <li>
7867    
7868     #data
7869     <!DOCTYPE HTML><ul><li><p><li>
7870     #errors
7871     no </ul>
7872     #document
7873 wakaba 1.70 | <!DOCTYPE html>
7874 wakaba 1.58 | <html>
7875     | <head>
7876     | <body>
7877     | <ul>
7878     | <li>
7879     | <p>
7880     | <li>
7881    
7882     #data
7883     <!DOCTYPE HTML><ul><li><span><li>
7884     #errors
7885     no </span>
7886     no </ul>
7887     #document
7888 wakaba 1.70 | <!DOCTYPE html>
7889 wakaba 1.58 | <html>
7890     | <head>
7891     | <body>
7892     | <ul>
7893     | <li>
7894     | <span>
7895     | <li>
7896    
7897     #data
7898     <!DOCTYPE HTML><ul><li><mark><li>
7899     #errors
7900     no </mark>
7901     no </ul>
7902     #document
7903 wakaba 1.70 | <!DOCTYPE html>
7904 wakaba 1.58 | <html>
7905     | <head>
7906     | <body>
7907     | <ul>
7908     | <li>
7909     | <mark>
7910     | <li>
7911    
7912     #data
7913     <!DOCTYPE HTML><ul><li><time><li>
7914     #errors
7915     no </time>
7916     no </ul>
7917     #document
7918 wakaba 1.70 | <!DOCTYPE html>
7919 wakaba 1.58 | <html>
7920     | <head>
7921     | <body>
7922     | <ul>
7923     | <li>
7924     | <time>
7925     | <li>
7926    
7927     #data
7928 wakaba 1.62 <!DOCTYPE HTML><ul><li><option><li>
7929     #errors
7930     no </ul>
7931     #document
7932 wakaba 1.70 | <!DOCTYPE html>
7933 wakaba 1.62 | <html>
7934     | <head>
7935     | <body>
7936     | <ul>
7937     | <li>
7938     | <option>
7939     | <li>
7940    
7941     #data
7942     <!DOCTYPE HTML><ul><li><optgroup><li>
7943     #errors
7944     no </ul>
7945     #document
7946 wakaba 1.70 | <!DOCTYPE html>
7947 wakaba 1.62 | <html>
7948     | <head>
7949     | <body>
7950     | <ul>
7951     | <li>
7952     | <optgroup>
7953     | <li>
7954    
7955     #data
7956     <!DOCTYPE HTML><ul><li><rp><li>
7957     #errors
7958     no </ul>
7959     #document
7960 wakaba 1.70 | <!DOCTYPE html>
7961 wakaba 1.62 | <html>
7962     | <head>
7963     | <body>
7964     | <ul>
7965     | <li>
7966     | <rp>
7967     | <li>
7968    
7969     #data
7970     <!DOCTYPE HTML><ul><li><rt><li>
7971     #errors
7972     no </ul>
7973     #document
7974 wakaba 1.70 | <!DOCTYPE html>
7975 wakaba 1.62 | <html>
7976     | <head>
7977     | <body>
7978     | <ul>
7979     | <li>
7980     | <rt>
7981     | <li>
7982    
7983     #data
7984 wakaba 1.58 <!DOCTYPE HTML><ul><li><unknown><li>
7985     #errors
7986     no </unknown>
7987     no </ul>
7988     #document
7989 wakaba 1.70 | <!DOCTYPE html>
7990 wakaba 1.58 | <html>
7991     | <head>
7992     | <body>
7993     | <ul>
7994     | <li>
7995     | <unknown>
7996     | <li>
7997    
7998     #data
7999     <!DOCTYPE HTML><ul><li><a><li>
8000     #errors
8001     no </a>
8002     no </ul>
8003     #document
8004 wakaba 1.70 | <!DOCTYPE html>
8005 wakaba 1.58 | <html>
8006     | <head>
8007     | <body>
8008     | <ul>
8009     | <li>
8010     | <a>
8011     | <li>
8012    
8013     #data
8014     <!DOCTYPE HTML><ul><li><b><li>
8015     #errors
8016     no </b>
8017     no </ul>
8018     #document
8019 wakaba 1.70 | <!DOCTYPE html>
8020 wakaba 1.58 | <html>
8021     | <head>
8022     | <body>
8023     | <ul>
8024     | <li>
8025     | <b>
8026     | <li>
8027    
8028     #data
8029     <!DOCTYPE HTML><ul><li><big><li>
8030     #errors
8031     no </big>
8032     no </ul>
8033     #document
8034 wakaba 1.70 | <!DOCTYPE html>
8035 wakaba 1.58 | <html>
8036     | <head>
8037     | <body>
8038     | <ul>
8039     | <li>
8040     | <big>
8041     | <li>
8042    
8043     #data
8044     <!DOCTYPE HTML><ul><li><em><li>
8045     #errors
8046     no </em>
8047     no </ul>
8048     #document
8049 wakaba 1.70 | <!DOCTYPE html>
8050 wakaba 1.58 | <html>
8051     | <head>
8052     | <body>
8053     | <ul>
8054     | <li>
8055     | <em>
8056     | <li>
8057    
8058     #data
8059     <!DOCTYPE HTML><ul><li><font><li>
8060     #errors
8061     no </font>
8062     no </ul>
8063     #document
8064 wakaba 1.70 | <!DOCTYPE html>
8065 wakaba 1.58 | <html>
8066     | <head>
8067     | <body>
8068     | <ul>
8069     | <li>
8070     | <font>
8071     | <li>
8072    
8073     #data
8074     <!DOCTYPE HTML><ul><li><i><li>
8075     #errors
8076     no </i>
8077     no </ul>
8078     #document
8079 wakaba 1.70 | <!DOCTYPE html>
8080 wakaba 1.58 | <html>
8081     | <head>
8082     | <body>
8083     | <ul>
8084     | <li>
8085     | <i>
8086     | <li>
8087    
8088     #data
8089     <!DOCTYPE HTML><ul><li><nobr><li>
8090     #errors
8091     no </nobr>
8092     no </ul>
8093     #document
8094 wakaba 1.70 | <!DOCTYPE html>
8095 wakaba 1.58 | <html>
8096     | <head>
8097     | <body>
8098     | <ul>
8099     | <li>
8100     | <nobr>
8101     | <li>
8102    
8103     #data
8104     <!DOCTYPE HTML><ul><li><s><li>
8105     #errors
8106     no </s>
8107     no </ul>
8108     #document
8109 wakaba 1.70 | <!DOCTYPE html>
8110 wakaba 1.58 | <html>
8111     | <head>
8112     | <body>
8113     | <ul>
8114     | <li>
8115     | <s>
8116     | <li>
8117    
8118     #data
8119     <!DOCTYPE HTML><ul><li><small><li>
8120     #errors
8121     no </small>
8122     no </ul>
8123     #document
8124 wakaba 1.70 | <!DOCTYPE html>
8125 wakaba 1.58 | <html>
8126     | <head>
8127     | <body>
8128     | <ul>
8129     | <li>
8130     | <small>
8131     | <li>
8132    
8133     #data
8134     <!DOCTYPE HTML><ul><li><strike><li>
8135     #errors
8136     no </strike>
8137     no </ul>
8138     #document
8139 wakaba 1.70 | <!DOCTYPE html>
8140 wakaba 1.58 | <html>
8141     | <head>
8142     | <body>
8143     | <ul>
8144     | <li>
8145     | <strike>
8146     | <li>
8147    
8148     #data
8149     <!DOCTYPE HTML><ul><li><strong><li>
8150     #errors
8151     no </strong>
8152     no </ul>
8153     #document
8154 wakaba 1.70 | <!DOCTYPE html>
8155 wakaba 1.58 | <html>
8156     | <head>
8157     | <body>
8158     | <ul>
8159     | <li>
8160     | <strong>
8161     | <li>
8162    
8163     #data
8164     <!DOCTYPE HTML><ul><li><tt><li>
8165     #errors
8166     no </tt>
8167     no </ul>
8168     #document
8169 wakaba 1.70 | <!DOCTYPE html>
8170 wakaba 1.58 | <html>
8171     | <head>
8172     | <body>
8173     | <ul>
8174     | <li>
8175     | <tt>
8176     | <li>
8177    
8178     #data
8179     <!DOCTYPE HTML><ul><li><u><li>
8180     #errors
8181     no </u>
8182     no </ul>
8183     #document
8184 wakaba 1.70 | <!DOCTYPE html>
8185 wakaba 1.58 | <html>
8186     | <head>
8187     | <body>
8188     | <ul>
8189     | <li>
8190     | <u>
8191     | <li>
8192    
8193     #data
8194     <!DOCTYPE HTML><ul><li><blockquote><li>
8195     #errors
8196     eof in body
8197     #document
8198 wakaba 1.70 | <!DOCTYPE html>
8199 wakaba 1.58 | <html>
8200     | <head>
8201     | <body>
8202     | <ul>
8203     | <li>
8204     | <blockquote>
8205     | <li>
8206    
8207     #data
8208     <!DOCTYPE HTML><ul><li><center><li>
8209     #errors
8210     eof in body
8211     #document
8212 wakaba 1.70 | <!DOCTYPE html>
8213 wakaba 1.58 | <html>
8214     | <head>
8215     | <body>
8216     | <ul>
8217     | <li>
8218     | <center>
8219     | <li>
8220    
8221     #data
8222     <!DOCTYPE HTML><ul><li><dd><li>
8223     #errors
8224     eof in body
8225     #document
8226 wakaba 1.70 | <!DOCTYPE html>
8227 wakaba 1.58 | <html>
8228     | <head>
8229     | <body>
8230     | <ul>
8231     | <li>
8232     | <dd>
8233     | <li>
8234    
8235     #data
8236     <!DOCTYPE HTML><ul><li><dir><li>
8237     #errors
8238     eof in body
8239     #document
8240 wakaba 1.70 | <!DOCTYPE html>
8241 wakaba 1.58 | <html>
8242     | <head>
8243     | <body>
8244     | <ul>
8245     | <li>
8246     | <dir>
8247     | <li>
8248    
8249     #data
8250     <!DOCTYPE HTML><ul><li><dl><li>
8251     #errors
8252     eof in body
8253     #document
8254 wakaba 1.70 | <!DOCTYPE html>
8255 wakaba 1.58 | <html>
8256     | <head>
8257     | <body>
8258     | <ul>
8259     | <li>
8260     | <dl>
8261     | <li>
8262    
8263     #data
8264     <!DOCTYPE HTML><ul><li><dt><li>
8265     #errors
8266     eof in body
8267     #document
8268 wakaba 1.70 | <!DOCTYPE html>
8269 wakaba 1.58 | <html>
8270     | <head>
8271     | <body>
8272     | <ul>
8273     | <li>
8274     | <dt>
8275     | <li>
8276    
8277     #data
8278     <!DOCTYPE HTML><ul><li><fieldset><li>
8279     #errors
8280     eof in body
8281     #document
8282 wakaba 1.70 | <!DOCTYPE html>
8283 wakaba 1.58 | <html>
8284     | <head>
8285     | <body>
8286     | <ul>
8287     | <li>
8288     | <fieldset>
8289     | <li>
8290    
8291     #data
8292     <!DOCTYPE HTML><ul><li><form><li>
8293     #errors
8294     eof in body
8295     #document
8296 wakaba 1.70 | <!DOCTYPE html>
8297 wakaba 1.58 | <html>
8298     | <head>
8299     | <body>
8300     | <ul>
8301     | <li>
8302     | <form>
8303     | <li>
8304    
8305     #data
8306     <!DOCTYPE HTML><ul><li><h1><li>
8307     #errors
8308     eof in body
8309     #document
8310 wakaba 1.70 | <!DOCTYPE html>
8311 wakaba 1.58 | <html>
8312     | <head>
8313     | <body>
8314     | <ul>
8315     | <li>
8316     | <h1>
8317     | <li>
8318    
8319     #data
8320     <!DOCTYPE HTML><ul><li><menu><li>
8321     #errors
8322     eof in body
8323     #document
8324 wakaba 1.70 | <!DOCTYPE html>
8325 wakaba 1.58 | <html>
8326     | <head>
8327     | <body>
8328     | <ul>
8329     | <li>
8330     | <menu>
8331     | <li>
8332    
8333     #data
8334     <!-- NOTE: Scripting disabled --><!DOCTYPE HTML><ul><li><noscript><li>
8335     #errors
8336     eof in body
8337     #document
8338     | <!-- NOTE: Scripting disabled -->
8339 wakaba 1.70 | <!DOCTYPE html>
8340 wakaba 1.58 | <html>
8341     | <head>
8342     | <body>
8343     | <ul>
8344     | <li>
8345     | <noscript>
8346     | <li>
8347    
8348     #data
8349     <!DOCTYPE HTML><ul><li><ol><li>
8350     #errors
8351     eof in body
8352     #document
8353 wakaba 1.70 | <!DOCTYPE html>
8354 wakaba 1.58 | <html>
8355     | <head>
8356     | <body>
8357     | <ul>
8358     | <li>
8359     | <ol>
8360     | <li>
8361    
8362     #data
8363     <!DOCTYPE HTML><ul><li><pre><li>
8364     #errors
8365     eof in body
8366     #document
8367 wakaba 1.70 | <!DOCTYPE html>
8368 wakaba 1.58 | <html>
8369     | <head>
8370     | <body>
8371     | <ul>
8372     | <li>
8373     | <pre>
8374     | <li>
8375    
8376     #data
8377 wakaba 1.59 <!DOCTYPE HTML><ul><li><listing><li>
8378     #errors
8379     eof in body
8380     #document
8381 wakaba 1.70 | <!DOCTYPE html>
8382 wakaba 1.59 | <html>
8383     | <head>
8384     | <body>
8385     | <ul>
8386     | <li>
8387     | <listing>
8388     | <li>
8389    
8390     #data
8391 wakaba 1.58 <!DOCTYPE HTML><ul><li><ul><li>
8392     #errors
8393     eof in body
8394     #document
8395 wakaba 1.70 | <!DOCTYPE html>
8396 wakaba 1.58 | <html>
8397     | <head>
8398     | <body>
8399     | <ul>
8400     | <li>
8401     | <ul>
8402     | <li>
8403    
8404     #data
8405     <!DOCTYPE HTML><ul><li><article><li>
8406     #errors
8407     eof in body
8408     #document
8409 wakaba 1.70 | <!DOCTYPE html>
8410 wakaba 1.58 | <html>
8411     | <head>
8412     | <body>
8413     | <ul>
8414     | <li>
8415     | <article>
8416     | <li>
8417    
8418     #data
8419     <!DOCTYPE HTML><ul><li><aside><li>
8420     #errors
8421     eof in body
8422     #document
8423 wakaba 1.70 | <!DOCTYPE html>
8424 wakaba 1.58 | <html>
8425     | <head>
8426     | <body>
8427     | <ul>
8428     | <li>
8429     | <aside>
8430     | <li>
8431    
8432     #data
8433     <!DOCTYPE HTML><ul><li><datagrid><li>
8434     #errors
8435     eof in body
8436     #document
8437 wakaba 1.70 | <!DOCTYPE html>
8438 wakaba 1.58 | <html>
8439     | <head>
8440     | <body>
8441     | <ul>
8442     | <li>
8443     | <datagrid>
8444     | <li>
8445    
8446     #data
8447     <!DOCTYPE HTML><ul><li><details><li>
8448     #errors
8449     eof in body
8450     #document
8451 wakaba 1.70 | <!DOCTYPE html>
8452 wakaba 1.58 | <html>
8453     | <head>
8454     | <body>
8455     | <ul>
8456     | <li>
8457     | <details>
8458     | <li>
8459    
8460     #data
8461     <!DOCTYPE HTML><ul><li><dialog><li>
8462     #errors
8463     eof in body
8464     #document
8465 wakaba 1.70 | <!DOCTYPE html>
8466 wakaba 1.58 | <html>
8467     | <head>
8468     | <body>
8469     | <ul>
8470     | <li>
8471     | <dialog>
8472     | <li>
8473    
8474     #data
8475     <!DOCTYPE HTML><ul><li><figure><li>
8476     #errors
8477     eof in body
8478     #document
8479 wakaba 1.70 | <!DOCTYPE html>
8480 wakaba 1.58 | <html>
8481     | <head>
8482     | <body>
8483     | <ul>
8484     | <li>
8485     | <figure>
8486     | <li>
8487    
8488     #data
8489     <!DOCTYPE HTML><ul><li><footer><li>
8490     #errors
8491     eof in body
8492     #document
8493 wakaba 1.70 | <!DOCTYPE html>
8494 wakaba 1.58 | <html>
8495     | <head>
8496     | <body>
8497     | <ul>
8498     | <li>
8499     | <footer>
8500     | <li>
8501    
8502     #data
8503     <!DOCTYPE HTML><ul><li><header><li>
8504     #errors
8505     eof in body
8506     #document
8507 wakaba 1.70 | <!DOCTYPE html>
8508 wakaba 1.58 | <html>
8509     | <head>
8510     | <body>
8511     | <ul>
8512     | <li>
8513     | <header>
8514     | <li>
8515    
8516     #data
8517     <!DOCTYPE HTML><ul><li><nav><li>
8518     #errors
8519     eof in body
8520     #document
8521 wakaba 1.70 | <!DOCTYPE html>
8522 wakaba 1.58 | <html>
8523     | <head>
8524     | <body>
8525     | <ul>
8526     | <li>
8527     | <nav>
8528     | <li>
8529    
8530     #data
8531     <!DOCTYPE HTML><ul><li><section><li>
8532     #errors
8533     eof in body
8534     #document
8535 wakaba 1.70 | <!DOCTYPE html>
8536 wakaba 1.58 | <html>
8537     | <head>
8538     | <body>
8539     | <ul>
8540     | <li>
8541     | <section>
8542     | <li>
8543    
8544     #data
8545     <!DOCTYPE HTML><ul><li><applet><li>
8546     #errors
8547     eof in body
8548     #document
8549 wakaba 1.70 | <!DOCTYPE html>
8550 wakaba 1.58 | <html>
8551     | <head>
8552     | <body>
8553     | <ul>
8554     | <li>
8555     | <applet>
8556     | <li>
8557    
8558     #data
8559     <!DOCTYPE HTML><ul><li><button><li>
8560     #errors
8561     eof in body
8562     #document
8563 wakaba 1.70 | <!DOCTYPE html>
8564 wakaba 1.58 | <html>
8565     | <head>
8566     | <body>
8567     | <ul>
8568     | <li>
8569     | <button>
8570     | <li>
8571    
8572     #data
8573     <!DOCTYPE HTML><ul><li><marquee><li>
8574     #errors
8575     eof in body
8576     #document
8577 wakaba 1.70 | <!DOCTYPE html>
8578 wakaba 1.58 | <html>
8579     | <head>
8580     | <body>
8581     | <ul>
8582     | <li>
8583     | <marquee>
8584     | <li>
8585    
8586     #data
8587     <!DOCTYPE HTML><ul><li><object><li>
8588     #errors
8589     eof in body
8590     #document
8591 wakaba 1.70 | <!DOCTYPE html>
8592 wakaba 1.58 | <html>
8593     | <head>
8594     | <body>
8595     | <ul>
8596     | <li>
8597     | <object>
8598     | <li>
8599    
8600     #data
8601     <!DOCTYPE HTML><ul><li><table><li>
8602     #errors
8603     <li> in <table>
8604     eof in body
8605     #document
8606 wakaba 1.70 | <!DOCTYPE html>
8607 wakaba 1.58 | <html>
8608     | <head>
8609     | <body>
8610     | <ul>
8611     | <li>
8612     | <li>
8613     | <table>
8614    
8615     #data
8616 wakaba 1.61 <!DOCTYPE HTML><ul><li><svg><foreignobject><li>
8617     #errors
8618     EOF in foreign content
8619     unexpected EOF
8620     #document
8621 wakaba 1.70 | <!DOCTYPE html>
8622 wakaba 1.61 | <html>
8623     | <head>
8624     | <body>
8625     | <ul>
8626     | <li>
8627 wakaba 1.65 | <svg svg>
8628     | <svg foreignObject>
8629 wakaba 1.61 | <li>
8630    
8631     #data
8632 wakaba 1.58 <!DOCTYPE HTML><dl><dt><address><dt>
8633     #errors
8634     no </address>
8635     no </dl>
8636     #document
8637 wakaba 1.70 | <!DOCTYPE html>
8638 wakaba 1.58 | <html>
8639     | <head>
8640     | <body>
8641     | <dl>
8642     | <dt>
8643     | <address>
8644     | <dt>
8645    
8646     #data
8647     <!DOCTYPE HTML><dl><dt><address><p><dt>
8648     #errors
8649     no </address>
8650     no </dl>
8651     #document
8652 wakaba 1.70 | <!DOCTYPE html>
8653 wakaba 1.58 | <html>
8654     | <head>
8655     | <body>
8656     | <dl>
8657     | <dt>
8658     | <address>
8659     | <p>
8660     | <dt>
8661    
8662     #data
8663     <!DOCTYPE HTML><dl><dt><div><dt>
8664     #errors
8665     no </div>
8666     no </dl>
8667     #document
8668 wakaba 1.70 | <!DOCTYPE html>
8669 wakaba 1.58 | <html>
8670     | <head>
8671     | <body>
8672     | <dl>
8673     | <dt>
8674     | <div>
8675     | <dt>
8676    
8677     #data
8678     <!DOCTYPE HTML><dl><dt><div><p><dt>
8679     #errors
8680     no </div>
8681     no </dl>
8682     #document
8683 wakaba 1.70 | <!DOCTYPE html>
8684 wakaba 1.58 | <html>
8685     | <head>
8686     | <body>
8687     | <dl>
8688     | <dt>
8689     | <div>
8690     | <p>
8691     | <dt>
8692    
8693     #data
8694     <!DOCTYPE HTML><dl><dt><p><dt>
8695     #errors
8696     no </dl>
8697     #document
8698 wakaba 1.70 | <!DOCTYPE html>
8699 wakaba 1.58 | <html>
8700     | <head>
8701     | <body>
8702     | <dl>
8703     | <dt>
8704     | <p>
8705     | <dt>
8706    
8707     #data
8708     <!DOCTYPE HTML><dl><dt><span><dt>
8709     #errors
8710     no </span>
8711     no </dl>
8712     #document
8713 wakaba 1.70 | <!DOCTYPE html>
8714 wakaba 1.58 | <html>
8715     | <head>
8716     | <body>
8717     | <dl>
8718     | <dt>
8719     | <span>
8720     | <dt>
8721    
8722     #data
8723     <!DOCTYPE HTML><dl><dt><mark><dt>
8724     #errors
8725     no </mark>
8726     no </dl>
8727     #document
8728 wakaba 1.70 | <!DOCTYPE html>
8729 wakaba 1.58 | <html>
8730     | <head>
8731     | <body>
8732     | <dl>
8733     | <dt>
8734     | <mark>
8735     | <dt>
8736    
8737     #data
8738     <!DOCTYPE HTML><dl><dt><time><dt>
8739     #errors
8740     no </time>
8741     no </dl>
8742     #document
8743 wakaba 1.70 | <!DOCTYPE html>
8744 wakaba 1.58 | <html>
8745     | <head>
8746     | <body>
8747     | <dl>
8748     | <dt>
8749     | <time>
8750     | <dt>
8751    
8752     #data
8753 wakaba 1.62 <!DOCTYPE HTML><dl><dt><option><dt>
8754     #errors
8755     no </dl>
8756     #document
8757 wakaba 1.70 | <!DOCTYPE html>
8758 wakaba 1.62 | <html>
8759     | <head>
8760     | <body>
8761     | <dl>
8762     | <dt>
8763     | <option>
8764     | <dt>
8765    
8766     #data
8767     <!DOCTYPE HTML><dl><dt><optgroup><dt>
8768     #errors
8769     no </dl>
8770     #document
8771 wakaba 1.70 | <!DOCTYPE html>
8772 wakaba 1.62 | <html>
8773     | <head>
8774     | <body>
8775     | <dl>
8776     | <dt>
8777     | <optgroup>
8778     | <dt>
8779    
8780     #data
8781     <!DOCTYPE HTML><dl><dt><rt><dt>
8782     #errors
8783     no </dl>
8784     #document
8785 wakaba 1.70 | <!DOCTYPE html>
8786 wakaba 1.62 | <html>
8787     | <head>
8788     | <body>
8789     | <dl>
8790     | <dt>
8791     | <rt>
8792     | <dt>
8793    
8794     #data
8795     <!DOCTYPE HTML><dl><dt><rp><dt>
8796     #errors
8797     no </dl>
8798     #document
8799 wakaba 1.70 | <!DOCTYPE html>
8800 wakaba 1.62 | <html>
8801     | <head>
8802     | <body>
8803     | <dl>
8804     | <dt>
8805     | <rp>
8806     | <dt>
8807    
8808     #data
8809 wakaba 1.58 <!DOCTYPE HTML><dl><dt><unknown><dt>
8810     #errors
8811     no </unknown>
8812     no </dl>
8813     #document
8814 wakaba 1.70 | <!DOCTYPE html>
8815 wakaba 1.58 | <html>
8816     | <head>
8817     | <body>
8818     | <dl>
8819     | <dt>
8820     | <unknown>
8821     | <dt>
8822    
8823     #data
8824     <!DOCTYPE HTML><dl><dt><a><dt>
8825     #errors
8826     no </a>
8827     no </dl>
8828     #document
8829 wakaba 1.70 | <!DOCTYPE html>
8830 wakaba 1.58 | <html>
8831     | <head>
8832     | <body>
8833     | <dl>
8834     | <dt>
8835     | <a>
8836     | <dt>
8837    
8838     #data
8839     <!DOCTYPE HTML><dl><dt><b><dt>
8840     #errors
8841     no </b>
8842     no </dl>
8843     #document
8844 wakaba 1.70 | <!DOCTYPE html>
8845 wakaba 1.58 | <html>
8846     | <head>
8847     | <body>
8848     | <dl>
8849     | <dt>
8850     | <b>
8851     | <dt>
8852    
8853     #data
8854     <!DOCTYPE HTML><dl><dt><big><dt>
8855     #errors
8856     no </big>
8857     no </dl>
8858     #document
8859 wakaba 1.70 | <!DOCTYPE html>
8860 wakaba 1.58 | <html>
8861     | <head>
8862     | <body>
8863     | <dl>
8864     | <dt>
8865     | <big>
8866     | <dt>
8867    
8868     #data
8869     <!DOCTYPE HTML><dl><dt><em><dt>
8870     #errors
8871     no </em>
8872     no </dl>
8873     #document
8874 wakaba 1.70 | <!DOCTYPE html>
8875 wakaba 1.58 | <html>
8876     | <head>
8877     | <body>
8878     | <dl>
8879     | <dt>
8880     | <em>
8881     | <dt>
8882    
8883     #data
8884     <!DOCTYPE HTML><dl><dt><font><dt>
8885     #errors
8886     no </font>
8887     no </dl>
8888     #document
8889 wakaba 1.70 | <!DOCTYPE html>
8890 wakaba 1.58 | <html>
8891     | <head>
8892     | <body>
8893     | <dl>
8894     | <dt>
8895     | <font>
8896     | <dt>
8897    
8898     #data
8899     <!DOCTYPE HTML><dl><dt><i><dt>
8900     #errors
8901     no </i>
8902     no </dl>
8903     #document
8904 wakaba 1.70 | <!DOCTYPE html>
8905 wakaba 1.58 | <html>
8906     | <head>
8907     | <body>
8908     | <dl>
8909     | <dt>
8910     | <i>
8911     | <dt>
8912    
8913     #data
8914     <!DOCTYPE HTML><dl><dt><nobr><dt>
8915     #errors
8916     no </nobr>
8917     no </dl>
8918     #document
8919 wakaba 1.70 | <!DOCTYPE html>
8920 wakaba 1.58 | <html>
8921     | <head>
8922     | <body>
8923     | <dl>
8924     | <dt>
8925     | <nobr>
8926     | <dt>
8927    
8928     #data
8929     <!DOCTYPE HTML><dl><dt><s><dt>
8930     #errors
8931     no </s>
8932     no </dl>
8933     #document
8934 wakaba 1.70 | <!DOCTYPE html>
8935 wakaba 1.58 | <html>
8936     | <head>
8937     | <body>
8938     | <dl>
8939     | <dt>
8940     | <s>
8941     | <dt>
8942    
8943     #data
8944     <!DOCTYPE HTML><dl><dt><small><dt>
8945     #errors
8946     no </small>
8947     no </dl>
8948     #document
8949 wakaba 1.70 | <!DOCTYPE html>
8950 wakaba 1.58 | <html>
8951     | <head>
8952     | <body>
8953     | <dl>
8954     | <dt>
8955     | <small>
8956     | <dt>
8957    
8958     #data
8959     <!DOCTYPE HTML><dl><dt><strike><dt>
8960     #errors
8961     no </strike>
8962     no </dl>
8963     #document
8964 wakaba 1.70 | <!DOCTYPE html>
8965 wakaba 1.58 | <html>
8966     | <head>
8967     | <body>
8968     | <dl>
8969     | <dt>
8970     | <strike>
8971     | <dt>
8972    
8973     #data
8974     <!DOCTYPE HTML><dl><dt><strong><dt>
8975     #errors
8976     no </strong>
8977     no </dl>
8978     #document
8979 wakaba 1.70 | <!DOCTYPE html>
8980 wakaba 1.58 | <html>
8981     | <head>
8982     | <body>
8983     | <dl>
8984     | <dt>
8985     | <strong>
8986     | <dt>
8987    
8988     #data
8989     <!DOCTYPE HTML><dl><dt><tt><dt>
8990     #errors
8991     no </tt>
8992     no </dl>
8993     #document
8994 wakaba 1.70 | <!DOCTYPE html>
8995 wakaba 1.58 | <html>
8996     | <head>
8997     | <body>
8998     | <dl>
8999     | <dt>
9000     | <tt>
9001     | <dt>
9002    
9003     #data
9004     <!DOCTYPE HTML><dl><dt><u><dt>
9005     #errors
9006     no </u>
9007     no </dl>
9008     #document
9009 wakaba 1.70 | <!DOCTYPE html>
9010 wakaba 1.58 | <html>
9011     | <head>
9012     | <body>
9013     | <dl>
9014     | <dt>
9015     | <u>
9016     | <dt>
9017    
9018     #data
9019     <!DOCTYPE HTML><dl><dt><blockquote><dt>
9020     #errors
9021     eof in body
9022     #document
9023 wakaba 1.70 | <!DOCTYPE html>
9024 wakaba 1.58 | <html>
9025     | <head>
9026     | <body>
9027     | <dl>
9028     | <dt>
9029     | <blockquote>
9030     | <dt>
9031    
9032     #data
9033     <!DOCTYPE HTML><dl><dt><center><dt>
9034     #errors
9035     eof in body
9036     #document
9037 wakaba 1.70 | <!DOCTYPE html>
9038 wakaba 1.58 | <html>
9039     | <head>
9040     | <body>
9041     | <dl>
9042     | <dt>
9043     | <center>
9044     | <dt>
9045    
9046     #data
9047     <!DOCTYPE HTML><dl><dt><dir><dt>
9048     #errors
9049     eof in body
9050     #document
9051 wakaba 1.70 | <!DOCTYPE html>
9052 wakaba 1.58 | <html>
9053     | <head>
9054     | <body>
9055     | <dl>
9056     | <dt>
9057     | <dir>
9058     | <dt>
9059    
9060     #data
9061     <!DOCTYPE HTML><dl><dt><dl><dt>
9062     #errors
9063     eof in body
9064     #document
9065 wakaba 1.70 | <!DOCTYPE html>
9066 wakaba 1.58 | <html>
9067     | <head>
9068     | <body>
9069     | <dl>
9070     | <dt>
9071     | <dl>
9072     | <dt>
9073    
9074     #data
9075     <!DOCTYPE HTML><dl><dt><li><dt>
9076     #errors
9077     eof in body
9078     #document
9079 wakaba 1.70 | <!DOCTYPE html>
9080 wakaba 1.58 | <html>
9081     | <head>
9082     | <body>
9083     | <dl>
9084     | <dt>
9085     | <li>
9086     | <dt>
9087    
9088     #data
9089     <!DOCTYPE HTML><dl><dt><fieldset><dt>
9090     #errors
9091     eof in body
9092     #document
9093 wakaba 1.70 | <!DOCTYPE html>
9094 wakaba 1.58 | <html>
9095     | <head>
9096     | <body>
9097     | <dl>
9098     | <dt>
9099     | <fieldset>
9100     | <dt>
9101    
9102     #data
9103     <!DOCTYPE HTML><dl><dt><form><dt>
9104     #errors
9105     eof in body
9106     #document
9107 wakaba 1.70 | <!DOCTYPE html>
9108 wakaba 1.58 | <html>
9109     | <head>
9110     | <body>
9111     | <dl>
9112     | <dt>
9113     | <form>
9114     | <dt>
9115    
9116     #data
9117     <!DOCTYPE HTML><dl><dt><h1><dt>
9118     #errors
9119     eof in body
9120     #document
9121 wakaba 1.70 | <!DOCTYPE html>
9122 wakaba 1.58 | <html>
9123     | <head>
9124     | <body>
9125     | <dl>
9126     | <dt>
9127     | <h1>
9128     | <dt>
9129    
9130     #data
9131     <!DOCTYPE HTML><dl><dt><menu><dt>
9132     #errors
9133     eof in body
9134     #document
9135 wakaba 1.70 | <!DOCTYPE html>
9136 wakaba 1.58 | <html>
9137     | <head>
9138     | <body>
9139     | <dl>
9140     | <dt>
9141     | <menu>
9142     | <dt>
9143    
9144     #data
9145     <!-- NOTE: Scripting disabled --><!DOCTYPE HTML><dl><dt><noscript><dt>
9146     #errors
9147     eof in body
9148     #document
9149     | <!-- NOTE: Scripting disabled -->
9150 wakaba 1.70 | <!DOCTYPE html>
9151 wakaba 1.58 | <html>
9152     | <head>
9153     | <body>
9154     | <dl>
9155     | <dt>
9156     | <noscript>
9157     | <dt>
9158    
9159     #data
9160     <!DOCTYPE HTML><dl><dt><ol><dt>
9161     #errors
9162     eof in body
9163     #document
9164 wakaba 1.70 | <!DOCTYPE html>
9165 wakaba 1.58 | <html>
9166     | <head>
9167     | <body>
9168     | <dl>
9169     | <dt>
9170     | <ol>
9171     | <dt>
9172    
9173     #data
9174     <!DOCTYPE HTML><dl><dt><pre><dt>
9175     #errors
9176     eof in body
9177     #document
9178 wakaba 1.70 | <!DOCTYPE html>
9179 wakaba 1.58 | <html>
9180     | <head>
9181     | <body>
9182     | <dl>
9183     | <dt>
9184     | <pre>
9185     | <dt>
9186    
9187     #data
9188 wakaba 1.59 <!DOCTYPE HTML><dl><dt><listing><dt>
9189     #errors
9190     eof in body
9191     #document
9192 wakaba 1.70 | <!DOCTYPE html>
9193 wakaba 1.59 | <html>
9194     | <head>
9195     | <body>
9196     | <dl>
9197     | <dt>
9198     | <listing>
9199     | <dt>
9200    
9201     #data
9202 wakaba 1.58 <!DOCTYPE HTML><dl><dt><dl><dt>
9203     #errors
9204     eof in body
9205     #document
9206 wakaba 1.70 | <!DOCTYPE html>
9207 wakaba 1.58 | <html>
9208     | <head>
9209     | <body>
9210     | <dl>
9211     | <dt>
9212     | <dl>
9213     | <dt>
9214    
9215     #data
9216     <!DOCTYPE HTML><dl><dt><article><dt>
9217     #errors
9218     eof in body
9219     #document
9220 wakaba 1.70 | <!DOCTYPE html>
9221 wakaba 1.58 | <html>
9222     | <head>
9223     | <body>
9224     | <dl>
9225     | <dt>
9226     | <article>
9227     | <dt>
9228    
9229     #data
9230     <!DOCTYPE HTML><dl><dt><aside><dt>
9231     #errors
9232     eof in body
9233     #document
9234 wakaba 1.70 | <!DOCTYPE html>
9235 wakaba 1.58 | <html>
9236     | <head>
9237     | <body>
9238     | <dl>
9239     | <dt>
9240     | <aside>
9241     | <dt>
9242    
9243     #data
9244     <!DOCTYPE HTML><dl><dt><datagrid><dt>
9245     #errors
9246     eof in body
9247     #document
9248 wakaba 1.70 | <!DOCTYPE html>
9249 wakaba 1.58 | <html>
9250     | <head>
9251     | <body>
9252     | <dl>
9253     | <dt>
9254     | <datagrid>
9255     | <dt>
9256    
9257     #data
9258     <!DOCTYPE HTML><dl><dt><details><dt>
9259     #errors
9260     eof in body
9261     #document
9262 wakaba 1.70 | <!DOCTYPE html>
9263 wakaba 1.58 | <html>
9264     | <head>
9265     | <body>
9266     | <dl>
9267     | <dt>
9268     | <details>
9269     | <dt>
9270    
9271     #data
9272     <!DOCTYPE HTML><dl><dt><dialog><dt>
9273     #errors
9274     eof in body
9275     #document
9276 wakaba 1.70 | <!DOCTYPE html>
9277 wakaba 1.58 | <html>
9278     | <head>
9279     | <body>
9280     | <dl>
9281     | <dt>
9282     | <dialog>
9283     | <dt>
9284    
9285     #data
9286     <!DOCTYPE HTML><dl><dt><figure><dt>
9287     #errors
9288     eof in body
9289     #document
9290 wakaba 1.70 | <!DOCTYPE html>
9291 wakaba 1.58 | <html>
9292     | <head>
9293     | <body>
9294     | <dl>
9295     | <dt>
9296     | <figure>
9297     | <dt>
9298    
9299     #data
9300     <!DOCTYPE HTML><dl><dt><footer><dt>
9301     #errors
9302     eof in body
9303     #document
9304 wakaba 1.70 | <!DOCTYPE html>
9305 wakaba 1.58 | <html>
9306     | <head>
9307     | <body>
9308     | <dl>
9309     | <dt>
9310     | <footer>
9311     | <dt>
9312    
9313     #data
9314     <!DOCTYPE HTML><dl><dt><header><dt>
9315     #errors
9316     eof in body
9317     #document
9318 wakaba 1.70 | <!DOCTYPE html>
9319 wakaba 1.58 | <html>
9320     | <head>
9321     | <body>
9322     | <dl>
9323     | <dt>
9324     | <header>
9325     | <dt>
9326    
9327     #data
9328     <!DOCTYPE HTML><dl><dt><nav><dt>
9329     #errors
9330     eof in body
9331     #document
9332 wakaba 1.70 | <!DOCTYPE html>
9333 wakaba 1.58 | <html>
9334     | <head>
9335     | <body>
9336     | <dl>
9337     | <dt>
9338     | <nav>
9339     | <dt>
9340    
9341     #data
9342     <!DOCTYPE HTML><dl><dt><section><dt>
9343     #errors
9344     eof in body
9345     #document
9346 wakaba 1.70 | <!DOCTYPE html>
9347 wakaba 1.58 | <html>
9348     | <head>
9349     | <body>
9350     | <dl>
9351     | <dt>
9352     | <section>
9353     | <dt>
9354    
9355     #data
9356     <!DOCTYPE HTML><dl><dt><applet><dt>
9357     #errors
9358     eof in body
9359     #document
9360 wakaba 1.70 | <!DOCTYPE html>
9361 wakaba 1.58 | <html>
9362     | <head>
9363     | <body>
9364     | <dl>
9365     | <dt>
9366     | <applet>
9367     | <dt>
9368    
9369     #data
9370     <!DOCTYPE HTML><dl><dt><button><dt>
9371     #errors
9372     eof in body
9373     #document
9374 wakaba 1.70 | <!DOCTYPE html>
9375 wakaba 1.58 | <html>
9376     | <head>
9377     | <body>
9378     | <dl>
9379     | <dt>
9380     | <button>
9381     | <dt>
9382    
9383     #data
9384     <!DOCTYPE HTML><dl><dt><marquee><dt>
9385     #errors
9386     eof in body
9387     #document
9388 wakaba 1.70 | <!DOCTYPE html>
9389 wakaba 1.58 | <html>
9390     | <head>
9391     | <body>
9392     | <dl>
9393     | <dt>
9394     | <marquee>
9395     | <dt>
9396    
9397     #data
9398     <!DOCTYPE HTML><dl><dt><object><dt>
9399     #errors
9400     eof in body
9401     #document
9402 wakaba 1.70 | <!DOCTYPE html>
9403 wakaba 1.58 | <html>
9404     | <head>
9405     | <body>
9406     | <dl>
9407     | <dt>
9408     | <object>
9409     | <dt>
9410    
9411     #data
9412     <!DOCTYPE HTML><dl><dt><table><dt>
9413     #errors
9414     <dt> in <table>
9415     eof in body
9416     #document
9417 wakaba 1.70 | <!DOCTYPE html>
9418 wakaba 1.58 | <html>
9419     | <head>
9420     | <body>
9421     | <dl>
9422     | <dt>
9423     | <dt>
9424     | <table>
9425    
9426     #data
9427 wakaba 1.61 <!DOCTYPE HTML><dl><dd><svg><foreignobject><dd>
9428     #errors
9429     EOF in foreign content
9430     unexpected EOF
9431     #document
9432 wakaba 1.70 | <!DOCTYPE html>
9433 wakaba 1.61 | <html>
9434     | <head>
9435     | <body>
9436     | <dl>
9437     | <dd>
9438 wakaba 1.65 | <svg svg>
9439     | <svg foreignObject>
9440 wakaba 1.61 | <dd>
9441    
9442     #data
9443 wakaba 1.58 <span><address></span>a
9444     #errors
9445     no DOCTYPE
9446     unmatched end tag
9447     unexpected EOF
9448     #document
9449     | <html>
9450     | <head>
9451     | <body>
9452     | <span>
9453     | <address>
9454     | "a"
9455    
9456     #data
9457     <span><article></span>a
9458     #errors
9459     no DOCTYPE
9460     unmatched end tag
9461     unexpected EOF
9462     #document
9463     | <html>
9464     | <head>
9465     | <body>
9466     | <span>
9467     | <article>
9468     | "a"
9469    
9470     #data
9471     <span><aside></span>a
9472     #errors
9473     no DOCTYPE
9474     unmatched end tag
9475     unexpected EOF
9476     #document
9477     | <html>
9478     | <head>
9479     | <body>
9480     | <span>
9481     | <aside>
9482     | "a"
9483    
9484     #data
9485     <span><blockquote></span>a
9486     #errors
9487     no DOCTYPE
9488     unmatched end tag
9489     unexpected EOF
9490     #document
9491     | <html>
9492     | <head>
9493     | <body>
9494     | <span>
9495     | <blockquote>
9496     | "a"
9497    
9498     #data
9499     <span><center></span>a
9500     #errors
9501     no DOCTYPE
9502     unmatched end tag
9503     unexpected EOF
9504     #document
9505     | <html>
9506     | <head>
9507     | <body>
9508     | <span>
9509     | <center>
9510     | "a"
9511    
9512     #data
9513     <span><datagrid></span>a
9514     #errors
9515     no DOCTYPE
9516     unmatched end tag
9517     unexpected EOF
9518     #document
9519     | <html>
9520     | <head>
9521     | <body>
9522     | <span>
9523     | <datagrid>
9524     | "a"
9525    
9526     #data
9527     <span><details></span>a
9528     #errors
9529     no DOCTYPE
9530     unmatched end tag
9531     unexpected EOF
9532     #document
9533     | <html>
9534     | <head>
9535     | <body>
9536     | <span>
9537     | <details>
9538     | "a"
9539    
9540     #data
9541     <span><dialog></span>a
9542     #errors
9543     no DOCTYPE
9544     unmatched end tag
9545     unexpected EOF
9546     #document
9547     | <html>
9548     | <head>
9549     | <body>
9550     | <span>
9551     | <dialog>
9552     | "a"
9553    
9554     #data
9555     <span><dir></span>a
9556     #errors
9557     no DOCTYPE
9558     unmatched end tag
9559     unexpected EOF
9560     #document
9561     | <html>
9562     | <head>
9563     | <body>
9564     | <span>
9565     | <dir>
9566     | "a"
9567    
9568     #data
9569     <span><div></span>a
9570     #errors
9571     no DOCTYPE
9572     unmatched end tag
9573     unexpected EOF
9574     #document
9575     | <html>
9576     | <head>
9577     | <body>
9578     | <span>
9579     | <div>
9580     | "a"
9581    
9582     #data
9583     <span><dl></span>a
9584     #errors
9585     no DOCTYPE
9586     unmatched end tag
9587     unexpected EOF
9588     #document
9589     | <html>
9590     | <head>
9591     | <body>
9592     | <span>
9593     | <dl>
9594     | "a"
9595    
9596     #data
9597     <span><dd></span>a
9598     #errors
9599     no DOCTYPE
9600     unmatched end tag
9601     unexpected EOF
9602     #document
9603     | <html>
9604     | <head>
9605     | <body>
9606     | <span>
9607     | <dd>
9608     | "a"
9609    
9610     #data
9611     <span><dt></span>a
9612     #errors
9613     no DOCTYPE
9614     unmatched end tag
9615     unexpected EOF
9616     #document
9617     | <html>
9618     | <head>
9619     | <body>
9620     | <span>
9621     | <dt>
9622     | "a"
9623    
9624     #data
9625     <span><fieldset></span>a
9626     #errors
9627     no DOCTYPE
9628     unmatched end tag
9629     unexpected EOF
9630     #document
9631     | <html>
9632     | <head>
9633     | <body>
9634     | <span>
9635     | <fieldset>
9636     | "a"
9637    
9638     #data
9639     <span><figure></span>a
9640     #errors
9641     no DOCTYPE
9642     unmatched end tag
9643     unexpected EOF
9644     #document
9645     | <html>
9646     | <head>
9647     | <body>
9648     | <span>
9649     | <figure>
9650     | "a"
9651    
9652     #data
9653     <span><footer></span>a
9654     #errors
9655     no DOCTYPE
9656     unmatched end tag
9657     unexpected EOF
9658     #document
9659     | <html>
9660     | <head>
9661     | <body>
9662     | <span>
9663     | <footer>
9664     | "a"
9665    
9666     #data
9667     <span><form></span>a
9668     #errors
9669     no DOCTYPE
9670     unmatched end tag
9671     unexpected EOF
9672     #document
9673     | <html>
9674     | <head>
9675     | <body>
9676     | <span>
9677     | <form>
9678     | "a"
9679    
9680     #data
9681     <span><h2></span>a
9682     #errors
9683     no DOCTYPE
9684     unmatched end tag
9685     unexpected EOF
9686     #document
9687     | <html>
9688     | <head>
9689     | <body>
9690     | <span>
9691     | <h2>
9692     | "a"
9693    
9694     #data
9695     <span><header></span>a
9696     #errors
9697     no DOCTYPE
9698     unmatched end tag
9699     unexpected EOF
9700     #document
9701     | <html>
9702     | <head>
9703     | <body>
9704     | <span>
9705     | <header>
9706     | "a"
9707    
9708     #data
9709     <span><li></span>a
9710     #errors
9711     no DOCTYPE
9712     unmatched end tag
9713     unexpected EOF
9714     #document
9715     | <html>
9716     | <head>
9717     | <body>
9718     | <span>
9719     | <li>
9720     | "a"
9721    
9722     #data
9723     <span><menu></span>a
9724     #errors
9725     no DOCTYPE
9726     unmatched end tag
9727     unexpected EOF
9728     #document
9729     | <html>
9730     | <head>
9731     | <body>
9732     | <span>
9733     | <menu>
9734     | "a"
9735    
9736     #data
9737     <span><noscript></span>a
9738     #errors
9739     no DOCTYPE
9740     unmatched end tag
9741     unexpected EOF
9742     #document
9743     | <html>
9744     | <head>
9745     | <body>
9746     | <span>
9747     | <noscript>
9748     | "a"
9749    
9750     #data
9751     <span><ol></span>a
9752     #errors
9753     no DOCTYPE
9754     unmatched end tag
9755     unexpected EOF
9756     #document
9757     | <html>
9758     | <head>
9759     | <body>
9760     | <span>
9761     | <ol>
9762     | "a"
9763    
9764     #data
9765     <span><p></span>a
9766     #errors
9767     no DOCTYPE
9768     unmatched end tag
9769     unexpected EOF
9770     #document
9771     | <html>
9772     | <head>
9773     | <body>
9774     | <span>
9775     | <p>
9776     | "a"
9777    
9778     #data
9779     <span><pre></span>a
9780     #errors
9781     no DOCTYPE
9782     unmatched end tag
9783     unexpected EOF
9784     #document
9785     | <html>
9786     | <head>
9787     | <body>
9788     | <span>
9789     | <pre>
9790     | "a"
9791    
9792     #data
9793 wakaba 1.59 <span><listing></span>a
9794     #errors
9795     no DOCTYPE
9796     unmatched end tag
9797     unexpected EOF
9798     #document
9799     | <html>
9800     | <head>
9801     | <body>
9802     | <span>
9803     | <listing>
9804     | "a"
9805    
9806     #data
9807 wakaba 1.58 <span><section></span>a
9808     #errors
9809     no DOCTYPE
9810     unmatched end tag
9811     unexpected EOF
9812     #document
9813     | <html>
9814     | <head>
9815     | <body>
9816     | <span>
9817     | <section>
9818     | "a"
9819    
9820     #data
9821     <span><ul></span>a
9822     #errors
9823     no DOCTYPE
9824     unmatched end tag
9825     unexpected EOF
9826     #document
9827     | <html>
9828     | <head>
9829     | <body>
9830     | <span>
9831     | <ul>
9832     | "a"
9833    
9834     #data
9835     <span><applet></span>a
9836     #errors
9837     no DOCTYPE
9838     unmatched end tag
9839     unexpected EOF
9840     #document
9841     | <html>
9842     | <head>
9843     | <body>
9844     | <span>
9845     | <applet>
9846     | "a"
9847    
9848     #data
9849     <span><button></span>a
9850     #errors
9851     no DOCTYPE
9852     unmatched end tag
9853     unexpected EOF
9854     #document
9855     | <html>
9856     | <head>
9857     | <body>
9858     | <span>
9859     | <button>
9860     | "a"
9861    
9862     #data
9863     <span><marquee></span>a
9864     #errors
9865     no DOCTYPE
9866     unmatched end tag
9867     unexpected EOF
9868     #document
9869     | <html>
9870     | <head>
9871     | <body>
9872     | <span>
9873     | <marquee>
9874     | "a"
9875    
9876     #data
9877     <span><object></span>a
9878     #errors
9879     no DOCTYPE
9880     unmatched end tag
9881     unexpected EOF
9882     #document
9883     | <html>
9884     | <head>
9885     | <body>
9886     | <span>
9887     | <object>
9888     | "a"
9889 wakaba 1.61
9890     #data
9891     <span><svg><foreignobject></span>a
9892     #errors
9893     no DOCTYPE
9894     unmatched end tag
9895     EOF in foreign content
9896     unexpected EOF
9897     #document
9898     | <html>
9899     | <head>
9900     | <body>
9901     | <span>
9902 wakaba 1.65 | <svg svg>
9903     | <svg foreignObject>
9904 wakaba 1.61 | "a"
9905 wakaba 1.58
9906     #data
9907     <span><a></span>a
9908     #errors
9909     no DOCTYPE
9910     element not closed before ancestor's end tag
9911     unexpected EOF
9912     #document
9913     | <html>
9914     | <head>
9915     | <body>
9916     | <span>
9917     | <a>
9918     | <a>
9919     | "a"
9920    
9921     #data
9922     <span><b></span>a
9923     #errors
9924     no DOCTYPE
9925     element not closed before ancestor's end tag
9926     unexpected EOF
9927     #document
9928     | <html>
9929     | <head>
9930     | <body>
9931     | <span>
9932     | <b>
9933     | <b>
9934     | "a"
9935    
9936     #data
9937     <span><big></span>a
9938     #errors
9939     no DOCTYPE
9940     element not closed before ancestor's end tag
9941     unexpected EOF
9942     #document
9943     | <html>
9944     | <head>
9945     | <body>
9946     | <span>
9947     | <big>
9948     | <big>
9949     | "a"
9950    
9951     #data
9952     <span><em></span>a
9953     #errors
9954     no DOCTYPE
9955     element not closed before ancestor's end tag
9956     unexpected EOF
9957     #document
9958     | <html>
9959     | <head>
9960     | <body>
9961     | <span>
9962     | <em>
9963     | <em>
9964     | "a"
9965    
9966     #data
9967     <span><font></span>a
9968     #errors
9969     no DOCTYPE
9970     element not closed before ancestor's end tag
9971     unexpected EOF
9972     #document
9973     | <html>
9974     | <head>
9975     | <body>
9976     | <span>
9977     | <font>
9978     | <font>
9979     | "a"
9980    
9981     #data
9982     <span><i></span>a
9983     #errors
9984     no DOCTYPE
9985     element not closed before ancestor's end tag
9986     unexpected EOF
9987     #document
9988     | <html>
9989     | <head>
9990     | <body>
9991     | <span>
9992     | <i>
9993     | <i>
9994     | "a"
9995    
9996     #data
9997     <span><nobr></span>a
9998     #errors
9999     no DOCTYPE
10000     element not closed before ancestor's end tag
10001     unexpected EOF
10002     #document
10003     | <html>
10004     | <head>
10005     | <body>
10006     | <span>
10007     | <nobr>
10008     | <nobr>
10009     | "a"
10010    
10011     #data
10012     <span><s></span>a
10013     #errors
10014     no DOCTYPE
10015     element not closed before ancestor's end tag
10016     unexpected EOF
10017     #document
10018     | <html>
10019     | <head>
10020     | <body>
10021     | <span>
10022     | <s>
10023     | <s>
10024     | "a"
10025    
10026     #data
10027     <span><small></span>a
10028     #errors
10029     no DOCTYPE
10030     element not closed before ancestor's end tag
10031     unexpected EOF
10032     #document
10033     | <html>
10034     | <head>
10035     | <body>
10036     | <span>
10037     | <small>
10038     | <small>
10039     | "a"
10040    
10041     #data
10042     <span><strike></span>a
10043     #errors
10044     no DOCTYPE
10045     element not closed before ancestor's end tag
10046     unexpected EOF
10047     #document
10048     | <html>
10049     | <head>
10050     | <body>
10051     | <span>
10052     | <strike>
10053     | <strike>
10054     | "a"
10055    
10056     #data
10057     <span><strile></span>a
10058     #errors
10059     no DOCTYPE
10060     unexpected end tag
10061     #document
10062     | <html>
10063     | <head>
10064     | <body>
10065     | <span>
10066     | <strile>
10067     | "a"
10068    
10069     #data
10070     <span><strong></span>a
10071     #errors
10072     no DOCTYPE
10073     element not closed before ancestor's end tag
10074     unexpected EOF
10075     #document
10076     | <html>
10077     | <head>
10078     | <body>
10079     | <span>
10080     | <strong>
10081     | <strong>
10082     | "a"
10083    
10084     #data
10085     <span><tt></span>a
10086     #errors
10087     no DOCTYPE
10088     element not closed before ancestor's end tag
10089     unexpected EOF
10090     #document
10091     | <html>
10092     | <head>
10093     | <body>
10094     | <span>
10095     | <tt>
10096     | <tt>
10097     | "a"
10098    
10099     #data
10100     <span><u></span>a
10101     #errors
10102     no DOCTYPE
10103     element not closed before ancestor's end tag
10104     unexpected EOF
10105     #document
10106     | <html>
10107     | <head>
10108     | <body>
10109     | <span>
10110     | <u>
10111     | <u>
10112     | "a"
10113    
10114     #data
10115     <span><time></span>a
10116     #errors
10117     no DOCTYPE
10118     element not closed before ancestor's end tag
10119     #document
10120     | <html>
10121     | <head>
10122     | <body>
10123     | <span>
10124     | <time>
10125     | "a"
10126    
10127     #data
10128 wakaba 1.62 <span><option></span>a
10129     #errors
10130     no DOCTYPE
10131     #document
10132     | <html>
10133     | <head>
10134     | <body>
10135     | <span>
10136     | <option>
10137     | "a"
10138    
10139     #data
10140     <span><optgroup></span>a
10141     #errors
10142     no DOCTYPE
10143     #document
10144     | <html>
10145     | <head>
10146     | <body>
10147     | <span>
10148     | <optgroup>
10149     | "a"
10150    
10151     #data
10152     <span><rp></span>a
10153     #errors
10154     no DOCTYPE
10155     #document
10156     | <html>
10157     | <head>
10158     | <body>
10159     | <span>
10160     | <rp>
10161     | "a"
10162    
10163     #data
10164     <span><rt></span>a
10165     #errors
10166     no DOCTYPE
10167     #document
10168     | <html>
10169     | <head>
10170     | <body>
10171     | <span>
10172     | <rt>
10173     | "a"
10174    
10175     #data
10176 wakaba 1.58 <span><unknown></span>a
10177     #errors
10178     no DOCTYPE
10179     element not closed before ancestor's end tag
10180     #document
10181     | <html>
10182     | <head>
10183     | <body>
10184     | <span>
10185     | <unknown>
10186     | "a"
10187    
10188     #data
10189     <span><event-source></span>a
10190     #errors
10191     no DOCTYPE
10192     element not closed before ancestor's end tag
10193     #document
10194     | <html>
10195     | <head>
10196     | <body>
10197     | <span>
10198     | <event-source>
10199     | "a"
10200 wakaba 1.59
10201     #data
10202     <address><option></address>x
10203     #errors
10204     no DOCTYPE
10205     #document
10206     | <html>
10207     | <head>
10208     | <body>
10209     | <address>
10210     | <option>
10211     | "x"
10212    
10213     #data
10214     <article><option></article>x
10215     #errors
10216     no DOCTYPE
10217     #document
10218     | <html>
10219     | <head>
10220     | <body>
10221     | <article>
10222     | <option>
10223     | "x"
10224    
10225     #data
10226     <aside><option></aside>x
10227     #errors
10228     no DOCTYPE
10229     #document
10230     | <html>
10231     | <head>
10232     | <body>
10233     | <aside>
10234     | <option>
10235     | "x"
10236    
10237     #data
10238     <blockquote><option></blockquote>x
10239     #errors
10240     no DOCTYPE
10241     #document
10242     | <html>
10243     | <head>
10244     | <body>
10245     | <blockquote>
10246     | <option>
10247     | "x"
10248    
10249     #data
10250     <center><option></center>x
10251     #errors
10252     no DOCTYPE
10253     #document
10254     | <html>
10255     | <head>
10256     | <body>
10257     | <center>
10258     | <option>
10259     | "x"
10260    
10261     #data
10262     <datagrid><option></datagrid>x
10263     #errors
10264     no DOCTYPE
10265     #document
10266     | <html>
10267     | <head>
10268     | <body>
10269     | <datagrid>
10270     | <option>
10271     | "x"
10272    
10273     #data
10274     <details><option></details>x
10275     #errors
10276     no DOCTYPE
10277     #document
10278     | <html>
10279     | <head>
10280     | <body>
10281     | <details>
10282     | <option>
10283     | "x"
10284    
10285     #data
10286     <dialog><option></dialog>x
10287     #errors
10288     no DOCTYPE
10289     #document
10290     | <html>
10291     | <head>
10292     | <body>
10293     | <dialog>
10294     | <option>
10295     | "x"
10296    
10297     #data
10298     <dir><option></dir>x
10299     #errors
10300     no DOCTYPE
10301     #document
10302     | <html>
10303     | <head>
10304     | <body>
10305     | <dir>
10306     | <option>
10307     | "x"
10308    
10309     #data
10310     <div><option></div>x
10311     #errors
10312     no DOCTYPE
10313     #document
10314     | <html>
10315     | <head>
10316     | <body>
10317     | <div>
10318     | <option>
10319     | "x"
10320    
10321     #data
10322     <dl><option></dl>x
10323     #errors
10324     no DOCTYPE
10325     #document
10326     | <html>
10327     | <head>
10328     | <body>
10329     | <dl>
10330     | <option>
10331     | "x"
10332    
10333     #data
10334     <fieldset><option></fieldset>x
10335     #errors
10336     no DOCTYPE
10337     #document
10338     | <html>
10339     | <head>
10340     | <body>
10341     | <fieldset>
10342     | <option>
10343     | "x"
10344    
10345     #data
10346     <figure><option></figure>x
10347     #errors
10348     no DOCTYPE
10349     #document
10350     | <html>
10351     | <head>
10352     | <body>
10353     | <figure>
10354     | <option>
10355     | "x"
10356    
10357     #data
10358     <footer><option></footer>x
10359     #errors
10360     no DOCTYPE
10361     #document
10362     | <html>
10363     | <head>
10364     | <body>
10365     | <footer>
10366     | <option>
10367     | "x"
10368    
10369     #data
10370     <header><option></header>x
10371     #errors
10372     no DOCTYPE
10373     #document
10374     | <html>
10375     | <head>
10376     | <body>
10377     | <header>
10378     | <option>
10379     | "x"
10380    
10381     #data
10382     <listing><option></listing>x
10383     #errors
10384     no DOCTYPE
10385     #document
10386     | <html>
10387     | <head>
10388     | <body>
10389     | <listing>
10390     | <option>
10391     | "x"
10392    
10393     #data
10394     <menu><option></menu>x
10395     #errors
10396     no DOCTYPE
10397     #document
10398     | <html>
10399     | <head>
10400     | <body>
10401     | <menu>
10402     | <option>
10403     | "x"
10404    
10405     #data
10406     <nav><option></nav>x
10407     #errors
10408     no DOCTYPE
10409     #document
10410     | <html>
10411     | <head>
10412     | <body>
10413     | <nav>
10414     | <option>
10415     | "x"
10416    
10417     #data
10418     <ol><option></ol>x
10419     #errors
10420     no DOCTYPE
10421     #document
10422     | <html>
10423     | <head>
10424     | <body>
10425     | <ol>
10426     | <option>
10427     | "x"
10428    
10429     #data
10430     <pre><option></pre>x
10431     #errors
10432     no DOCTYPE
10433     #document
10434     | <html>
10435     | <head>
10436     | <body>
10437     | <pre>
10438     | <option>
10439     | "x"
10440    
10441     #data
10442     <section><option></section>x
10443     #errors
10444     no DOCTYPE
10445     #document
10446     | <html>
10447     | <head>
10448     | <body>
10449     | <section>
10450     | <option>
10451     | "x"
10452    
10453     #data
10454     <ul><option></ul>x
10455     #errors
10456     no DOCTYPE
10457     #document
10458     | <html>
10459     | <head>
10460     | <body>
10461     | <ul>
10462     | <option>
10463     | "x"
10464    
10465     #data
10466     <form><option></form>x
10467     #errors
10468     no DOCTYPE
10469     #document
10470     | <html>
10471     | <head>
10472     | <body>
10473     | <form>
10474     | <option>
10475     | "x"
10476    
10477     #data
10478     <p><option></p>x
10479     #errors
10480     no DOCTYPE
10481     #document
10482     | <html>
10483     | <head>
10484     | <body>
10485     | <p>
10486     | <option>
10487     | "x"
10488    
10489     #data
10490     <dd><option></dd>x
10491     #errors
10492     no DOCTYPE
10493     #document
10494     | <html>
10495     | <head>
10496     | <body>
10497     | <dd>
10498     | <option>
10499     | "x"
10500    
10501     #data
10502     <dt><option></dt>x
10503     #errors
10504     no DOCTYPE
10505     #document
10506     | <html>
10507     | <head>
10508     | <body>
10509     | <dt>
10510     | <option>
10511     | "x"
10512    
10513     #data
10514     <li><option></li>x
10515     #errors
10516     no DOCTYPE
10517     #document
10518     | <html>
10519     | <head>
10520     | <body>
10521     | <li>
10522     | <option>
10523     | "x"
10524    
10525     #data
10526     <h3><option></h3>x
10527     #errors
10528     no DOCTYPE
10529     #document
10530     | <html>
10531     | <head>
10532     | <body>
10533     | <h3>
10534     | <option>
10535     | "x"
10536    
10537     #data
10538     <address><optgroup></address>x
10539     #errors
10540     no DOCTYPE
10541     #document
10542     | <html>
10543     | <head>
10544     | <body>
10545     | <address>
10546     | <optgroup>
10547     | "x"
10548    
10549     #data
10550     <article><optgroup></article>x
10551     #errors
10552     no DOCTYPE
10553     #document
10554     | <html>
10555     | <head>
10556     | <body>
10557     | <article>
10558     | <optgroup>
10559     | "x"
10560    
10561     #data
10562     <aside><optgroup></aside>x
10563     #errors
10564     no DOCTYPE
10565     #document
10566     | <html>
10567     | <head>
10568     | <body>
10569     | <aside>
10570     | <optgroup>
10571     | "x"
10572    
10573     #data
10574     <blockquote><optgroup></blockquote>x
10575     #errors
10576     no DOCTYPE
10577     #document
10578     | <html>
10579     | <head>
10580     | <body>
10581     | <blockquote>
10582     | <optgroup>
10583     | "x"
10584    
10585     #data
10586     <center><optgroup></center>x
10587     #errors
10588     no DOCTYPE
10589     #document
10590     | <html>
10591     | <head>
10592     | <body>
10593     | <center>
10594     | <optgroup>
10595     | "x"
10596    
10597     #data
10598     <datagrid><optgroup></datagrid>x
10599     #errors
10600     no DOCTYPE
10601     #document
10602     | <html>
10603     | <head>
10604     | <body>
10605     | <datagrid>
10606     | <optgroup>
10607     | "x"
10608    
10609     #data
10610     <details><optgroup></details>x
10611     #errors
10612     no DOCTYPE
10613     #document
10614     | <html>
10615     | <head>
10616     | <body>
10617     | <details>
10618     | <optgroup>
10619     | "x"
10620    
10621     #data
10622     <dialog><optgroup></dialog>x
10623     #errors
10624     no DOCTYPE
10625     #document
10626     | <html>
10627     | <head>
10628     | <body>
10629     | <dialog>
10630     | <optgroup>
10631     | "x"
10632    
10633     #data
10634     <dir><optgroup></dir>x
10635     #errors
10636     no DOCTYPE
10637     #document
10638     | <html>
10639     | <head>
10640     | <body>
10641     | <dir>
10642     | <optgroup>
10643     | "x"
10644    
10645     #data
10646     <div><optgroup></div>x
10647     #errors
10648     no DOCTYPE
10649     #document
10650     | <html>
10651     | <head>
10652     | <body>
10653     | <div>
10654     | <optgroup>
10655     | "x"
10656    
10657     #data
10658     <dl><optgroup></dl>x
10659     #errors
10660     no DOCTYPE
10661     #document
10662     | <html>
10663     | <head>
10664     | <body>
10665     | <dl>
10666     | <optgroup>
10667     | "x"
10668    
10669     #data
10670     <fieldset><optgroup></fieldset>x
10671     #errors
10672     no DOCTYPE
10673     #document
10674     | <html>
10675     | <head>
10676     | <body>
10677     | <fieldset>
10678     | <optgroup>
10679     | "x"
10680    
10681     #data
10682     <figure><optgroup></figure>x
10683     #errors
10684     no DOCTYPE
10685     #document
10686     | <html>
10687     | <head>
10688     | <body>
10689     | <figure>
10690     | <optgroup>
10691     | "x"
10692    
10693     #data
10694     <footer><optgroup></footer>x
10695     #errors
10696     no DOCTYPE
10697     #document
10698     | <html>
10699     | <head>
10700     | <body>
10701     | <footer>
10702     | <optgroup>
10703     | "x"
10704    
10705     #data
10706     <header><optgroup></header>x
10707     #errors
10708     no DOCTYPE
10709     #document
10710     | <html>
10711     | <head>
10712     | <body>
10713     | <header>
10714     | <optgroup>
10715     | "x"
10716    
10717     #data
10718     <listing><optgroup></listing>x
10719     #errors
10720     no DOCTYPE
10721     #document
10722     | <html>
10723     | <head>
10724     | <body>
10725     | <listing>
10726     | <optgroup>
10727     | "x"
10728    
10729     #data
10730     <menu><optgroup></menu>x
10731     #errors
10732     no DOCTYPE
10733     #document
10734     | <html>
10735     | <head>
10736     | <body>
10737     | <menu>
10738     | <optgroup>
10739     | "x"
10740    
10741     #data
10742     <nav><optgroup></nav>x
10743     #errors
10744     no DOCTYPE
10745     #document
10746     | <html>
10747     | <head>
10748     | <body>
10749     | <nav>
10750     | <optgroup>
10751     | "x"
10752    
10753     #data
10754     <ol><optgroup></ol>x
10755     #errors
10756     no DOCTYPE
10757     #document
10758     | <html>
10759     | <head>
10760     | <body>
10761     | <ol>
10762     | <optgroup>
10763     | "x"
10764    
10765     #data
10766     <pre><optgroup></pre>x
10767     #errors
10768     no DOCTYPE
10769     #document
10770     | <html>
10771     | <head>
10772     | <body>
10773     | <pre>
10774     | <optgroup>
10775     | "x"
10776    
10777     #data
10778     <section><optgroup></section>x
10779     #errors
10780     no DOCTYPE
10781     #document
10782     | <html>
10783     | <head>
10784     | <body>
10785     | <section>
10786     | <optgroup>
10787     | "x"
10788    
10789     #data
10790     <ul><optgroup></ul>x
10791     #errors
10792     no DOCTYPE
10793     #document
10794     | <html>
10795     | <head>
10796     | <body>
10797     | <ul>
10798     | <optgroup>
10799     | "x"
10800    
10801     #data
10802     <form><optgroup></form>x
10803     #errors
10804     no DOCTYPE
10805     #document
10806     | <html>
10807     | <head>
10808     | <body>
10809     | <form>
10810     | <optgroup>
10811     | "x"
10812    
10813     #data
10814     <p><optgroup></p>x
10815     #errors
10816     no DOCTYPE
10817     #document
10818     | <html>
10819     | <head>
10820     | <body>
10821     | <p>
10822     | <optgroup>
10823     | "x"
10824    
10825     #data
10826     <dt><optgroup></dt>x
10827     #errors
10828     no DOCTYPE
10829     #document
10830     | <html>
10831     | <head>
10832     | <body>
10833     | <dt>
10834     | <optgroup>
10835     | "x"
10836    
10837     #data
10838     <dd><optgroup></dd>x
10839     #errors
10840     no DOCTYPE
10841     #document
10842     | <html>
10843     | <head>
10844     | <body>
10845     | <dd>
10846     | <optgroup>
10847     | "x"
10848    
10849     #data
10850     <h3><optgroup></h3>x
10851     #errors
10852     no DOCTYPE
10853     #document
10854     | <html>
10855     | <head>
10856     | <body>
10857     | <h3>
10858     | <optgroup>
10859     | "x"
10860    
10861     #data
10862     <applet><option></applet>x
10863     #errors
10864     no DOCTYPE
10865     #document
10866     | <html>
10867     | <head>
10868     | <body>
10869     | <applet>
10870     | <option>
10871     | "x"
10872    
10873     #data
10874     <applet><optgroup></applet>x
10875     #errors
10876     no DOCTYPE
10877     #document
10878     | <html>
10879     | <head>
10880     | <body>
10881     | <applet>
10882     | <optgroup>
10883     | "x"
10884    
10885     #data
10886     <button><option></button>x
10887     #errors
10888     no DOCTYPE
10889     #document
10890     | <html>
10891     | <head>
10892     | <body>
10893     | <button>
10894     | <option>
10895     | "x"
10896    
10897     #data
10898     <button><optgroup></button>x
10899     #errors
10900     no DOCTYPE
10901     #document
10902     | <html>
10903     | <head>
10904     | <body>
10905     | <button>
10906     | <optgroup>
10907     | "x"
10908    
10909     #data
10910     <marquee><option></marquee>x
10911     #errors
10912     no DOCTYPE
10913     #document
10914     | <html>
10915     | <head>
10916     | <body>
10917     | <marquee>
10918     | <option>
10919     | "x"
10920    
10921     #data
10922     <marquee><optgroup></marquee>x
10923     #errors
10924     no DOCTYPE
10925     #document
10926     | <html>
10927     | <head>
10928     | <body>
10929     | <marquee>
10930     | <optgroup>
10931     | "x"
10932    
10933     #data
10934     <applet><option></applet>x
10935     #errors
10936     no DOCTYPE
10937     #document
10938     | <html>
10939     | <head>
10940     | <body>
10941     | <applet>
10942     | <option>
10943     | "x"
10944    
10945     #data
10946     <object><optgroup></object>x
10947     #errors
10948     no DOCTYPE
10949     #document
10950     | <html>
10951     | <head>
10952     | <body>
10953     | <object>
10954     | <optgroup>
10955     | "x"
10956    
10957     #data
10958     <ruby><option><rp></ruby>
10959     #errors
10960     no DOCTYPE
10961     #document
10962     | <html>
10963     | <head>
10964     | <body>
10965     | <ruby>
10966     | <option>
10967     | <rp>
10968    
10969     #data
10970     <ruby><option><rt></ruby>
10971     #errors
10972     no DOCTYPE
10973     #document
10974     | <html>
10975     | <head>
10976     | <body>
10977     | <ruby>
10978     | <option>
10979     | <rt>
10980    
10981     #data
10982     <ruby><optgroup><rp></ruby>
10983     #errors
10984     no DOCTYPE
10985     #document
10986     | <html>
10987     | <head>
10988     | <body>
10989     | <ruby>
10990     | <optgroup>
10991     | <rp>
10992    
10993     #data
10994     <ruby><optgroup><rt></ruby>
10995     #errors
10996     no DOCTYPE
10997     #document
10998     | <html>
10999     | <head>
11000     | <body>
11001     | <ruby>
11002     | <optgroup>
11003     | <rt>
11004    
11005     #data
11006     <span><option></span>a
11007     #errors
11008     no DOCTYPE
11009     #document
11010     | <html>
11011     | <head>
11012     | <body>
11013     | <span>
11014     | <option>
11015     | "a"
11016    
11017     #data
11018     <span><optgroup></span>a
11019     #errors
11020     no DOCTYPE
11021     #document
11022     | <html>
11023     | <head>
11024     | <body>
11025     | <span>
11026     | <optgroup>
11027     | "a"
11028    
11029     #data
11030     <table><caption><option></caption></table>
11031     #errors
11032     no DOCTYPE
11033     #document
11034     | <html>
11035     | <head>
11036     | <body>
11037     | <table>
11038     | <caption>
11039     | <option>
11040    
11041     #data
11042     <table><caption><optgroup></caption></table>
11043     #errors
11044     no DOCTYPE
11045     #document
11046     | <html>
11047     | <head>
11048     | <body>
11049     | <table>
11050     | <caption>
11051     | <optgroup>
11052    
11053     #data
11054     <table><caption><optgroup><option></caption></table>
11055     #errors
11056     no DOCTYPE
11057     #document
11058     | <html>
11059     | <head>
11060     | <body>
11061     | <table>
11062     | <caption>
11063     | <optgroup>
11064     | <option>
11065    
11066     #data
11067     <table><tr><td><option></td></table>
11068     #errors
11069     no DOCTYPE
11070     #document
11071     | <html>
11072     | <head>
11073     | <body>
11074     | <table>
11075 wakaba 1.62 | <tbody>
11076     | <tr>
11077     | <td>
11078     | <option>
11079 wakaba 1.59
11080     #data
11081     <table><tr><td><optgroup></td></table>
11082     #errors
11083     no DOCTYPE
11084     #document
11085     | <html>
11086     | <head>
11087     | <body>
11088     | <table>
11089 wakaba 1.62 | <tbody>
11090     | <tr>
11091     | <td>
11092     | <optgroup>
11093 wakaba 1.59
11094     #data
11095     <table><tr><th><option></th></table>
11096     #errors
11097     no DOCTYPE
11098     #document
11099     | <html>
11100     | <head>
11101     | <body>
11102     | <table>
11103 wakaba 1.62 | <tbody>
11104     | <tr>
11105     | <th>
11106     | <option>
11107 wakaba 1.59
11108     #data
11109     <table><tr><th><optgroup></th></table>
11110     #errors
11111     no DOCTYPE
11112     #document
11113     | <html>
11114     | <head>
11115     | <body>
11116     | <table>
11117 wakaba 1.62 | <tbody>
11118     | <tr>
11119     | <th>
11120     | <optgroup>
11121 wakaba 1.60
11122     #data
11123     <body></caption>
11124     #errors
11125     no DOCTYPE
11126     unmatched end tag
11127     #document
11128     | <html>
11129     | <head>
11130     | <body>
11131    
11132     #data
11133     <body></col>
11134     #errors
11135     no DOCTYPE
11136     unmatched end tag
11137     #document
11138     | <html>
11139     | <head>
11140     | <body>
11141    
11142     #data
11143     <body></colgroup>
11144     #errors
11145     no DOCTYPE
11146     unmatched end tag
11147     #document
11148     | <html>
11149     | <head>
11150     | <body>
11151    
11152     #data
11153     <body></frame>
11154     #errors
11155     no DOCTYPE
11156     unmatched end tag
11157     #document
11158     | <html>
11159     | <head>
11160     | <body>
11161    
11162     #data
11163     <body></frameset>
11164     #errors
11165     no DOCTYPE
11166     unmatched end tag
11167     #document
11168     | <html>
11169     | <head>
11170     | <body>
11171    
11172     #data
11173     <body></head>
11174     #errors
11175     no DOCTYPE
11176     unmatched end tag
11177     #document
11178     | <html>
11179     | <head>
11180     | <body>
11181    
11182     #data
11183     <body></tbody>
11184     #errors
11185     no DOCTYPE
11186     unmatched end tag
11187     #document
11188     | <html>
11189     | <head>
11190     | <body>
11191    
11192     #data
11193     <body></td>
11194     #errors
11195     no DOCTYPE
11196     unmatched end tag
11197     #document
11198     | <html>
11199     | <head>
11200     | <body>
11201    
11202     #data
11203     <body></tfoot>
11204     #errors
11205     no DOCTYPE
11206     unmatched end tag
11207     #document
11208     | <html>
11209     | <head>
11210     | <body>
11211    
11212     #data
11213     <body></th>
11214     #errors
11215     no DOCTYPE
11216     unmatched end tag
11217     #document
11218     | <html>
11219     | <head>
11220     | <body>
11221    
11222     #data
11223     <body></thead>
11224     #errors
11225     no DOCTYPE
11226     unmatched end tag
11227     #document
11228     | <html>
11229     | <head>
11230     | <body>
11231    
11232     #data
11233     <body></tr>
11234     #errors
11235     no DOCTYPE
11236     unmatched end tag
11237     #document
11238     | <html>
11239     | <head>
11240     | <body>
11241    
11242     #data
11243     <body></script>
11244     #errors
11245     no DOCTYPE
11246     unmatched end tag
11247     #document
11248     | <html>
11249     | <head>
11250     | <body>
11251    
11252     #data
11253     <body></select>
11254     #errors
11255     no DOCTYPE
11256     unmatched end tag
11257     #document
11258     | <html>
11259     | <head>
11260     | <body>
11261    
11262     #data
11263     <body></style>
11264     #errors
11265     no DOCTYPE
11266     unmatched end tag
11267     #document
11268     | <html>
11269     | <head>
11270     | <body>
11271    
11272     #data
11273     <body></table>
11274     #errors
11275     no DOCTYPE
11276     unmatched end tag
11277     #document
11278     | <html>
11279     | <head>
11280     | <body>
11281    
11282     #data
11283     <body></textarea>
11284     #errors
11285     no DOCTYPE
11286     unmatched end tag
11287     #document
11288     | <html>
11289     | <head>
11290     | <body>
11291    
11292     #data
11293     <body></title>
11294     #errors
11295     no DOCTYPE
11296     unmatched end tag
11297     #document
11298     | <html>
11299     | <head>
11300     | <body>
11301    
11302     #data
11303     <body></noscript>
11304     #errors
11305     no DOCTYPE
11306     unmatched end tag
11307     #document
11308     | <html>
11309     | <head>
11310     | <body>
11311    
11312     #data
11313     <body></noembed>
11314     #errors
11315     no DOCTYPE
11316     unmatched end tag
11317     #document
11318     | <html>
11319     | <head>
11320     | <body>
11321    
11322     #data
11323     <body></noframes>
11324     #errors
11325     no DOCTYPE
11326     unmatched end tag
11327     #document
11328     | <html>
11329     | <head>
11330     | <body>
11331 wakaba 1.66
11332 wakaba 1.60 #data
11333     <body></iframe>
11334     #errors
11335     no DOCTYPE
11336     unmatched end tag
11337     #document
11338     | <html>
11339     | <head>
11340 wakaba 1.63 | <body>
11341    
11342     #data
11343     <!DOCTYPE HTML>a<table>b<thead>c</table>
11344     #errors
11345     text in table
11346     x2
11347     #document
11348 wakaba 1.70 | <!DOCTYPE html>
11349 wakaba 1.63 | <html>
11350     | <head>
11351     | <body>
11352     | "a"
11353     | "b"
11354     | "c"
11355     | <table>
11356     | <thead>
11357    
11358     #data
11359     <!DOCTYPE HTML>a<table>b<tbody>c</table>
11360     #errors
11361     text in table
11362     x2
11363     #document
11364 wakaba 1.70 | <!DOCTYPE html>
11365 wakaba 1.63 | <html>
11366     | <head>
11367     | <body>
11368     | "a"
11369     | "b"
11370     | "c"
11371     | <table>
11372     | <tbody>
11373    
11374     #data
11375     <!DOCTYPE HTML>a<table>b<tfoot>c</table>
11376     #errors
11377     text in table
11378     x2
11379     #document
11380 wakaba 1.70 | <!DOCTYPE html>
11381 wakaba 1.63 | <html>
11382     | <head>
11383     | <body>
11384     | "a"
11385     | "b"
11386     | "c"
11387     | <table>
11388     | <tfoot>
11389    
11390     #data
11391     <!DOCTYPE HTML>a<table>b<tr>c</table>
11392     #errors
11393     text in table
11394     x2
11395     #document
11396 wakaba 1.70 | <!DOCTYPE html>
11397 wakaba 1.63 | <html>
11398     | <head>
11399     | <body>
11400     | "a"
11401     | "b"
11402     | "c"
11403     | <table>
11404     | <tbody>
11405     | <tr>
11406    
11407     #data
11408     <!DOCTYPE HTML>a<table>b<thead>c<tr>d</table>
11409     #errors
11410     text in table
11411     x
11412     3
11413     #document
11414 wakaba 1.70 | <!DOCTYPE html>
11415 wakaba 1.63 | <html>
11416     | <head>
11417     | <body>
11418     | "a"
11419     | "b"
11420     | "c"
11421     | "d"
11422     | <table>
11423     | <thead>
11424     | <tr>
11425    
11426     #data
11427     <!DOCTYPE HTML>a<table>b<td></td>c</table>
11428     #errors
11429     text in table
11430     x2
11431     no <tr>
11432     #document
11433 wakaba 1.70 | <!DOCTYPE html>
11434 wakaba 1.63 | <html>
11435     | <head>
11436     | <body>
11437     | "a"
11438     | "b"
11439     | "c"
11440     | <table>
11441     | <tbody>
11442     | <tr>
11443     | <td>
11444    
11445     #data
11446     <!DOCTYPE HTML>a<table>b<th></th>c</table>
11447     #errors
11448     text in table
11449     x2
11450     no <tr>
11451     #document
11452 wakaba 1.70 | <!DOCTYPE html>
11453 wakaba 1.63 | <html>
11454     | <head>
11455     | <body>
11456     | "a"
11457     | "b"
11458     | "c"
11459     | <table>
11460     | <tbody>
11461     | <tr>
11462     | <th>
11463    
11464     #data
11465     <!DOCTYPE HTML>a<table>b<tr>c<td></td>d</table>
11466     #errors
11467     text in table
11468     x
11469     3
11470     #document
11471 wakaba 1.70 | <!DOCTYPE html>
11472 wakaba 1.63 | <html>
11473     | <head>
11474     | <body>
11475     | "a"
11476     | "b"
11477     | "c"
11478     | "d"
11479     | <table>
11480     | <tbody>
11481     | <tr>
11482     | <td>
11483    
11484     #data
11485     <!DOCTYPE HTML>a<table>b<tr>c<th></th>d</table>
11486     #errors
11487     text in table
11488     x
11489     3
11490     #document
11491 wakaba 1.70 | <!DOCTYPE html>
11492 wakaba 1.63 | <html>
11493     | <head>
11494     | <body>
11495     | "a"
11496     | "b"
11497     | "c"
11498     | "d"
11499     | <table>
11500     | <tbody>
11501     | <tr>
11502     | <th>
11503    
11504     #data
11505     <!DOCTYPE HTML>a<table>b<col>c</table>
11506     #errors
11507     text in table
11508     x2
11509     #document
11510 wakaba 1.70 | <!DOCTYPE html>
11511 wakaba 1.63 | <html>
11512     | <head>
11513     | <body>
11514     | "a"
11515     | "b"
11516     | "c"
11517     | <table>
11518     | <colgroup>
11519     | <col>
11520    
11521     #data
11522     <!DOCTYPE HTML>a<table>b<colgroup>c</table>
11523     #errors
11524     text in table
11525     x2
11526     #document
11527 wakaba 1.70 | <!DOCTYPE html>
11528 wakaba 1.63 | <html>
11529     | <head>
11530     | <body>
11531     | "a"
11532     | "b"
11533     | "c"
11534     | <table>
11535     | <colgroup>
11536    
11537     #data
11538     <!DOCTYPE HTML>a<table>b<caption></caption>c</table>
11539     #errors
11540     text in table
11541     x2
11542     #document
11543 wakaba 1.70 | <!DOCTYPE html>
11544 wakaba 1.63 | <html>
11545     | <head>
11546     | <body>
11547     | "a"
11548     | "b"
11549     | "c"
11550     | <table>
11551     | <caption>
11552    
11553     #data
11554     <!DOCTYPE HTML>a<table>b<thead>c<caption></caption>d</table>
11555     #errors
11556     text in table
11557     x
11558     3
11559     #document
11560 wakaba 1.70 | <!DOCTYPE html>
11561 wakaba 1.63 | <html>
11562     | <head>
11563     | <body>
11564     | "a"
11565     | "b"
11566     | "c"
11567     | "d"
11568     | <table>
11569     | <thead>
11570     | <caption>
11571    
11572     #data
11573     <!DOCTYPE HTML>a<table>b<thead>c<col>d</table>
11574     #errors
11575     text in table
11576     x
11577     3
11578     #document
11579 wakaba 1.70 | <!DOCTYPE html>
11580 wakaba 1.63 | <html>
11581     | <head>
11582     | <body>
11583     | "a"
11584     | "b"
11585     | "c"
11586     | "d"
11587     | <table>
11588     | <thead>
11589     | <colgroup>
11590     | <col>
11591    
11592     #data
11593     <!DOCTYPE HTML>a<table>b<thead>c<colgroup>d</table>
11594     #errors
11595     text in table
11596     x
11597     3
11598     #document
11599 wakaba 1.70 | <!DOCTYPE html>
11600 wakaba 1.63 | <html>
11601     | <head>
11602     | <body>
11603     | "a"
11604     | "b"
11605     | "c"
11606     | "d"
11607     | <table>
11608     | <thead>
11609     | <colgroup>
11610    
11611     #data
11612     <!DOCTYPE HTML>a<table>b<tr>c<col>d</table>
11613     #errors
11614     text in table
11615     x
11616     3
11617     #document
11618 wakaba 1.70 | <!DOCTYPE html>
11619 wakaba 1.63 | <html>
11620     | <head>
11621     | <body>
11622     | "a"
11623     | "b"
11624     | "c"
11625     | "d"
11626     | <table>
11627     | <tbody>
11628     | <tr>
11629     | <colgroup>
11630     | <col>
11631    
11632     #data
11633     <!DOCTYPE HTML>a<table>b<tr>c<colgroup>d</table>
11634     #errors
11635     text in table
11636     x
11637     3
11638     #document
11639 wakaba 1.70 | <!DOCTYPE html>
11640 wakaba 1.63 | <html>
11641     | <head>
11642     | <body>
11643     | "a"
11644     | "b"
11645     | "c"
11646     | "d"
11647     | <table>
11648     | <tbody>
11649     | <tr>
11650     | <colgroup>
11651    
11652     #data
11653     <!DOCTYPE HTML>a<table>b<tr>c<caption></caption>d</table>
11654     #errors
11655     text in table
11656     x
11657     3
11658     #document
11659 wakaba 1.70 | <!DOCTYPE html>
11660 wakaba 1.63 | <html>
11661     | <head>
11662     | <body>
11663     | "a"
11664     | "b"
11665     | "c"
11666     | "d"
11667     | <table>
11668     | <tbody>
11669     | <tr>
11670     | <caption>
11671    
11672     #data
11673     <!DOCTYPE HTML>a<table>b<!---->c</table>
11674     #errors
11675 wakaba 1.73 text "b" in table
11676     text "c" in table
11677 wakaba 1.63 #document
11678 wakaba 1.70 | <!DOCTYPE html>
11679 wakaba 1.63 | <html>
11680     | <head>
11681     | <body>
11682     | "a"
11683     | "b"
11684     | "c"
11685     | <table>
11686     | <!-- -->
11687    
11688     #data
11689     <!DOCTYPE HTML>a<table>b<style></style>c</table>
11690     #errors
11691     text in table
11692     text in table
11693     #document
11694 wakaba 1.70 | <!DOCTYPE html>
11695 wakaba 1.63 | <html>
11696     | <head>
11697     | <body>
11698     | "a"
11699     | "b"
11700     | "c"
11701     | <table>
11702 wakaba 1.75 | <style>
11703 wakaba 1.63
11704     #data
11705     <!DOCTYPE HTML>a<table>b<script></script>c</table>
11706     #errors
11707     text in table
11708     text in table
11709     #document
11710 wakaba 1.70 | <!DOCTYPE html>
11711 wakaba 1.63 | <html>
11712     | <head>
11713     | <body>
11714     | "a"
11715     | "b"
11716     | "c"
11717     | <table>
11718 wakaba 1.75 | <script>
11719 wakaba 1.63
11720     #data
11721     <!DOCTYPE HTML>a<table>b<input type=hidden>c</table>
11722     #errors
11723     text in table
11724     start tag in table
11725     text in table
11726     #document
11727 wakaba 1.70 | <!DOCTYPE html>
11728 wakaba 1.63 | <html>
11729     | <head>
11730     | <body>
11731     | "a"
11732     | "b"
11733     | "c"
11734     | <table>
11735 wakaba 1.75 | <input>
11736     | type="hidden"
11737 wakaba 1.63
11738     #data
11739     <!DOCTYPE HTML>a<table><tbody>b<!---->c</table>
11740     #errors
11741     text in table
11742     x2
11743     #document
11744 wakaba 1.70 | <!DOCTYPE html>
11745 wakaba 1.63 | <html>
11746     | <head>
11747     | <body>
11748     | "a"
11749     | "b"
11750     | "c"
11751     | <table>
11752     | <tbody>
11753     | <!-- -->
11754    
11755     #data
11756     <!DOCTYPE HTML>a<table><tbody>b<style></style>c</table>
11757     #errors
11758     text in table
11759     start tag in table
11760     text in table
11761     #document
11762 wakaba 1.70 | <!DOCTYPE html>
11763 wakaba 1.63 | <html>
11764     | <head>
11765     | <body>
11766     | "a"
11767     | "b"
11768     | "c"
11769     | <table>
11770     | <tbody>
11771 wakaba 1.75 | <style>
11772 wakaba 1.63
11773     #data
11774     <!DOCTYPE HTML>a<table><tbody>b<script></script>c</table>
11775     #errors
11776     text in table
11777     text in table
11778     #document
11779 wakaba 1.70 | <!DOCTYPE html>
11780 wakaba 1.63 | <html>
11781     | <head>
11782     | <body>
11783     | "a"
11784     | "b"
11785     | "c"
11786     | <table>
11787     | <tbody>
11788 wakaba 1.75 | <script>
11789 wakaba 1.63
11790     #data
11791     <!DOCTYPE HTML>a<table><tbody>b<input type=hidden>c</table>
11792     #errors
11793     text in table
11794     start tag in table
11795     text in table
11796     #document
11797 wakaba 1.70 | <!DOCTYPE html>
11798 wakaba 1.63 | <html>
11799     | <head>
11800     | <body>
11801     | "a"
11802     | "b"
11803     | "c"
11804     | <table>
11805     | <tbody>
11806 wakaba 1.75 | <input>
11807     | type="hidden"
11808 wakaba 1.63
11809     #data
11810     <!DOCTYPE HTML>a<table>b&lt;</table>
11811     #errors
11812     text in table
11813     #document
11814 wakaba 1.70 | <!DOCTYPE html>
11815 wakaba 1.63 | <html>
11816     | <head>
11817     | <body>
11818     | "a"
11819     | "b<"
11820     | <table>
11821    
11822     #data
11823     <!DOCTYPE HTML>a<table>b<span>c&lt;</span>d</table>
11824     #errors
11825     text in table
11826     <span> in table
11827     text in table
11828     </span> in table
11829     text in table
11830     #document
11831 wakaba 1.70 | <!DOCTYPE html>
11832 wakaba 1.63 | <html>
11833     | <head>
11834     | <body>
11835     | "a"
11836     | "b"
11837     | <span>
11838     | "c<"
11839     | "d"
11840     | <table>
11841    
11842     #data
11843     <!DOCTYPE HTML>a<table>b<plaintext>c&lt;</plaintext>d</table>
11844     #errors
11845 wakaba 1.73 text "b" in table
11846 wakaba 1.63 <plaintext> in table
11847 wakaba 1.73 text "c&lt;</plaintext>d</table>" in table
11848 wakaba 1.63 unexpected EOF
11849     #document
11850 wakaba 1.70 | <!DOCTYPE html>
11851 wakaba 1.63 | <html>
11852     | <head>
11853     | <body>
11854     | "a"
11855     | "b"
11856     | <plaintext>
11857     | "c&lt;</plaintext>d</table>"
11858     | <table>
11859    
11860     #data
11861     <!DOCTYPE HTML>a<table>b<xmp>c&lt;<p></xmp>d</table>
11862     #errors
11863     text in table
11864     <xmp> in table
11865     text in table
11866 wakaba 1.73 text "d" in table
11867 wakaba 1.63 #document
11868 wakaba 1.70 | <!DOCTYPE html>
11869 wakaba 1.63 | <html>
11870     | <head>
11871     | <body>
11872     | "a"
11873     | "b"
11874     | <xmp>
11875     | "c&lt;<p>"
11876     | "d"
11877     | <table>
11878    
11879     #data
11880     <!DOCTYPE HTML>a<table>b<title>c&lt;<p></title>d</table>
11881     #errors
11882 wakaba 1.73 text "b" in table
11883 wakaba 1.63 <title> in table
11884 wakaba 1.73 text "c<<p>" in table
11885     text "d" in table
11886 wakaba 1.63 #document
11887 wakaba 1.70 | <!DOCTYPE html>
11888 wakaba 1.63 | <html>
11889     | <head>
11890     | <body>
11891     | "a"
11892     | "b"
11893     | <title>
11894     | "c<<p>"
11895     | "d"
11896     | <table>
11897    
11898     #data
11899     <!DOCTYPE HTML></head> <base> a
11900     #errors
11901     metadata element after </head>
11902     #document
11903 wakaba 1.70 | <!DOCTYPE html>
11904 wakaba 1.63 | <html>
11905     | <head>
11906     | <base>
11907     | " "
11908     | " "
11909     | <body>
11910     | "a"
11911    
11912     #data
11913     <!DOCTYPE HTML></head> <link> a
11914     #errors
11915     metadata element after </head>
11916     #document
11917 wakaba 1.70 | <!DOCTYPE html>
11918 wakaba 1.63 | <html>
11919     | <head>
11920     | <link>
11921     | " "
11922     | " "
11923     | <body>
11924     | "a"
11925    
11926     #data
11927     <!DOCTYPE HTML></head> <meta> a
11928     #errors
11929     metadata element after </head>
11930     #document
11931 wakaba 1.70 | <!DOCTYPE html>
11932 wakaba 1.63 | <html>
11933     | <head>
11934     | <meta>
11935     | " "
11936     | " "
11937     | <body>
11938     | "a"
11939    
11940     #data
11941     <!DOCTYPE HTML></head> <noframes></noframes> a
11942     #errors
11943     metadata element after </head>
11944     #document
11945 wakaba 1.70 | <!DOCTYPE html>
11946 wakaba 1.63 | <html>
11947     | <head>
11948     | <noframes>
11949     | " "
11950     | " "
11951     | <body>
11952     | "a"
11953    
11954     #data
11955     <!DOCTYPE HTML></head> <script></script> a
11956     #errors
11957     metadata element after </head>
11958     #document
11959 wakaba 1.70 | <!DOCTYPE html>
11960 wakaba 1.63 | <html>
11961     | <head>
11962     | <script>
11963     | " "
11964     | " "
11965     | <body>
11966     | "a"
11967    
11968     #data
11969     <!DOCTYPE HTML></head> <style></style> a
11970     #errors
11971     metadata element after </head>
11972     #document
11973 wakaba 1.70 | <!DOCTYPE html>
11974 wakaba 1.63 | <html>
11975     | <head>
11976     | <style>
11977     | " "
11978     | " "
11979     | <body>
11980     | "a"
11981    
11982     #data
11983     <!DOCTYPE HTML></head> <title></title> a
11984     #errors
11985     metadata element after </head>
11986     #document
11987 wakaba 1.70 | <!DOCTYPE html>
11988 wakaba 1.63 | <html>
11989     | <head>
11990     | <title>
11991     | " "
11992     | " "
11993     | <body>
11994     | "a"
11995    
11996     #data
11997     <!DOCTYPE HTML></head> &#x20;
11998     #errors
11999     #document
12000 wakaba 1.70 | <!DOCTYPE html>
12001 wakaba 1.63 | <html>
12002     | <head>
12003     | " "
12004 wakaba 1.60 | <body>
12005 wakaba 1.69
12006     #data
12007     <!DOCTYPE HTML><p><table></table>
12008     #errors
12009     #document
12010 wakaba 1.70 | <!DOCTYPE html>
12011 wakaba 1.69 | <html>
12012     | <head>
12013     | <body>
12014     | <p>
12015     | <table>
12016    
12017     #data
12018     <p><table></table>
12019     #errors
12020     1;1;no DOCTYPE;m
12021     #document
12022     | <html>
12023     | <head>
12024     | <body>
12025     | <p>
12026     | <table>
12027 wakaba 1.73
12028     #data
12029     <!DOCTYPE HTML><table>a<html a>b</table>
12030     #errors
12031     text "a"
12032     element "html" in table
12033     text "b"
12034     #document
12035     | <!DOCTYPE html>
12036     | <html>
12037     | a=""
12038     | <head>
12039     | <body>
12040     | "a"
12041     | "b"
12042     | <table>
12043    
12044     #data
12045     <!DOCTYPE HTML><table>a<html a> </table>
12046     #errors
12047     text "a"
12048     element "html" in table
12049     #document
12050     | <!DOCTYPE html>
12051     | <html>
12052     | a=""
12053     | <head>
12054     | <body>
12055     | "a"
12056     | <table>
12057     | " "
12058    
12059     #data
12060     <!DOCTYPE HTML><table> <html a>b</table>
12061     #errors
12062     element "html" in table
12063     text "b"
12064     #document
12065     | <!DOCTYPE html>
12066     | <html>
12067     | a=""
12068     | <head>
12069     | <body>
12070     | "b"
12071     | <table>
12072     | " "
12073    
12074     #data
12075     <!DOCTYPE HTML><table> <html a> </table>
12076     #errors
12077     element "html" in table
12078     #document
12079     | <!DOCTYPE html>
12080     | <html>
12081     | a=""
12082     | <head>
12083     | <body>
12084     | <table>
12085     | " "
12086     | " "
12087    
12088     #data
12089     <!DOCTYPE HTML><table>a<!DOCTYPE html>b</table>
12090     #errors
12091     text "a"
12092     DOCTYPE in table
12093     text "b"
12094     #document
12095     | <!DOCTYPE html>
12096     | <html>
12097     | <head>
12098     | <body>
12099     | "a"
12100     | "b"
12101     | <table>
12102    
12103     #data
12104     <!DOCTYPE HTML><table>a<!DOCTYPE html> </table>
12105     #errors
12106     text "a"
12107     DOCTYPE in table
12108     #document
12109     | <!DOCTYPE html>
12110     | <html>
12111     | <head>
12112     | <body>
12113     | "a"
12114     | <table>
12115     | " "
12116    
12117     #data
12118     <!DOCTYPE HTML><table> <!DOCTYPE html>b</table>
12119     #errors
12120     DOCTYPE in table
12121     text "b"
12122     #document
12123     | <!DOCTYPE html>
12124     | <html>
12125     | <head>
12126     | <body>
12127     | "b"
12128     | <table>
12129     | " "
12130    
12131     #data
12132     <!DOCTYPE HTML><table> <!DOCTYPE html>b&lt;</table>
12133     #errors
12134     DOCTYPE in table
12135     text "b<"
12136     #document
12137     | <!DOCTYPE html>
12138     | <html>
12139     | <head>
12140     | <body>
12141     | "b<"
12142     | <table>
12143     | " "
12144    
12145     #data
12146     <!DOCTYPE HTML><table>a
12147     #errors
12148     text "a"
12149     EOF in table
12150     #document
12151     | <!DOCTYPE html>
12152     | <html>
12153     | <head>
12154     | <body>
12155     | "a"
12156     | <table>
12157    
12158     #data
12159     <!DOCTYPE HTML><table>a&lt;
12160     #errors
12161     text "a<"
12162     EOF in table
12163     #document
12164     | <!DOCTYPE html>
12165     | <html>
12166     | <head>
12167     | <body>
12168     | "a<"
12169     | <table>
12170 wakaba 1.77
12171     #data
12172     <!DOCTYPE HTML>
12173     <marquee></body>
12174     #errors
12175     no </marquee> at </body>
12176     some elements are not closed at the end-of-file
12177     #document
12178     | <!DOCTYPE html>
12179     | <html>
12180     | <head>
12181     | <body>
12182     | <marquee>
12183    
12184     #data
12185     <marquee></body>
12186     #errors
12187     no </marquee> at </body>
12188     some elements are not closed at the end-of-file
12189     #document-fragment div
12190     | <marquee>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24