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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sat Jun 30 13:27:06 2007 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.2: +9 -2 lines
Sync with latest html5lib tests

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24