/[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.76 - (hide annotations) (download)
Sun Sep 6 09:53:29 2009 UTC (16 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.75: +7 -11 lines
++ whatpm/t/ChangeLog	6 Sep 2009 09:53:12 -0000
	* tree-test-1.dat, tree-test-2.dat: Some test results are updated
	as per HTML5 revision 2730's new handling of end tags in the
	|head| area.

2009-09-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	6 Sep 2009 09:52:24 -0000
	* HTML.pm.src: Rewrote end tag handling in |head| area (cf. HTML5
	revision 2730, but it was entirely broken, maybe I missed some
	spec changes before rev.2730).

2009-09-06  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24