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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Fri Mar 7 00:31:24 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +2 -6 lines
html5lib tests updated

1 wakaba 1.1 #data
2 wakaba 1.2 <!DOCTYPE HTML>Test
3 wakaba 1.1 #errors
4     #document
5     | <!DOCTYPE HTML>
6     | <html>
7     | <head>
8     | <body>
9     | "Test"
10    
11     #data
12     <textarea>test</div>test
13     #errors
14 wakaba 1.5 Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
15     Line: 1 Col: 24 Expected closing tag. Unexpected end of file.
16 wakaba 1.1 #document
17     | <html>
18     | <head>
19     | <body>
20     | <textarea>
21     | "test</div>test"
22    
23     #data
24     <table><td>
25     #errors
26 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
27     Line: 1 Col: 11 Unexpected table cell start tag (td) in the table body phase.
28     Line: 1 Col: 11 Expected closing tag. Unexpected end of file.
29 wakaba 1.1 #document
30     | <html>
31     | <head>
32     | <body>
33     | <table>
34     | <tbody>
35     | <tr>
36     | <td>
37    
38     #data
39     <table><td>test</tbody></table>
40     #errors
41 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
42     Line: 1 Col: 11 Unexpected table cell start tag (td) in the table body phase.
43 wakaba 1.1 #document
44     | <html>
45     | <head>
46     | <body>
47     | <table>
48     | <tbody>
49     | <tr>
50     | <td>
51     | "test"
52    
53     #data
54     <frame>test
55     #errors
56 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (frame). Expected DOCTYPE.
57     Line: 1 Col: 7 Unexpected start tag frame. Ignored.
58 wakaba 1.1 #document
59     | <html>
60     | <head>
61     | <body>
62     | "test"
63    
64     #data
65 wakaba 1.2 <!DOCTYPE HTML><frameset>test
66 wakaba 1.1 #errors
67 wakaba 1.5 Line: 1 Col: 29 Unepxected characters in the frameset phase. Characters ignored.
68     Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
69 wakaba 1.1 #document
70     | <!DOCTYPE HTML>
71     | <html>
72     | <head>
73     | <frameset>
74    
75     #data
76 wakaba 1.2 <!DOCTYPE HTML><frameset><!DOCTYPE HTML>
77 wakaba 1.1 #errors
78 wakaba 1.5 Line: 1 Col: 40 Unexpected DOCTYPE. Ignored.
79     Line: 1 Col: 40 Expected closing tag. Unexpected end of file.
80 wakaba 1.1 #document
81     | <!DOCTYPE HTML>
82     | <html>
83     | <head>
84     | <frameset>
85    
86     #data
87 wakaba 1.2 <!DOCTYPE HTML><font><p><b>test</font>
88 wakaba 1.1 #errors
89 wakaba 1.5 Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
90     Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
91 wakaba 1.1 #document
92     | <!DOCTYPE HTML>
93     | <html>
94     | <head>
95     | <body>
96     | <font>
97     | <p>
98     | <font>
99     | <b>
100     | "test"
101    
102     #data
103 wakaba 1.2 <!DOCTYPE HTML><dt><div><dd>
104 wakaba 1.1 #errors
105 wakaba 1.5 Line: 1 Col: 28 Missing end tag (div, dt).
106 wakaba 1.1 #document
107     | <!DOCTYPE HTML>
108     | <html>
109     | <head>
110     | <body>
111     | <dt>
112     | <div>
113     | <dd>
114    
115     #data
116     <script></x
117     #errors
118 wakaba 1.5 Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
119     Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
120 wakaba 1.1 #document
121     | <html>
122     | <head>
123     | <script>
124     | "</x"
125     | <body>
126    
127     #data
128     <table><plaintext><td>
129     #errors
130 wakaba 1.5 Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
131     Line: 1 Col: 18 Unexpected start tag (plaintext) in table context caused voodoo mode.
132     Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
133 wakaba 1.1 #document
134     | <html>
135     | <head>
136     | <body>
137     | <plaintext>
138     | "<td>"
139     | <table>
140    
141     #data
142     <plaintext></plaintext>
143     #errors
144 wakaba 1.5 Line: 1 Col: 11 Unexpected start tag (plaintext). Expected DOCTYPE.
145     Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
146 wakaba 1.1 #document
147     | <html>
148     | <head>
149     | <body>
150     | <plaintext>
151     | "</plaintext>"
152    
153     #data
154 wakaba 1.2 <!DOCTYPE HTML><table><tr>TEST
155 wakaba 1.1 #errors
156 wakaba 1.5 Line: 1 Col: 30 Unexpected non-space characters in table context caused voodoo mode.
157     Line: 1 Col: 30 Expected closing tag. Unexpected end of file.
158 wakaba 1.1 #document
159     | <!DOCTYPE HTML>
160     | <html>
161     | <head>
162     | <body>
163     | "TEST"
164     | <table>
165     | <tbody>
166     | <tr>
167    
168     #data
169 wakaba 1.2 <!DOCTYPE HTML><body t1=1><body t2=2><body t3=3 t4=4>
170 wakaba 1.1 #errors
171 wakaba 1.5 Line: 1 Col: 37 Unexpected start tag (body).
172     Line: 1 Col: 53 Unexpected start tag (body).
173 wakaba 1.1 #document
174     | <!DOCTYPE HTML>
175     | <html>
176     | <head>
177     | <body>
178 wakaba 1.4 | t1="1"
179 wakaba 1.1 | t2="2"
180     | t3="3"
181 wakaba 1.4 | t4="4"
182 wakaba 1.1
183     #data
184     </b test
185     #errors
186 wakaba 1.5 Line: 1 Col: 8 Unexpected end of file in attribute name.
187     Line: 1 Col: 8 End tag contains unexpected attributes.
188     Line: 1 Col: 8 Unexpected end tag (b). Expected DOCTYPE.
189     Line: 1 Col: 8 Unexpected end tag (b) after the (implied) root element.
190 wakaba 1.1 #document
191     | <html>
192     | <head>
193     | <body>
194    
195     #data
196 wakaba 1.2 <!DOCTYPE HTML></b test<b &=&amp>X
197 wakaba 1.1 #errors
198 wakaba 1.5 Line: 1 Col: 32 Named entity didn't end with ';'.
199     Line: 1 Col: 33 End tag contains unexpected attributes.
200     Line: 1 Col: 33 Unexpected end tag (b) after the (implied) root element.
201 wakaba 1.1 #document
202     | <!DOCTYPE HTML>
203     | <html>
204     | <head>
205     | <body>
206 wakaba 1.2 | "X"
207 wakaba 1.1
208     #data
209     <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt
210     #errors
211 wakaba 1.5 Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
212     Line: 1 Col: 54 Unexpected end of file in the tag name.
213 wakaba 1.1 #document
214 wakaba 1.2 | <!DOCTYPE html>
215 wakaba 1.1 | <html>
216     | <head>
217     | <script>
218     | type="text/x-foobar;baz"
219     | "X"
220     | <body>
221    
222     #data
223     &
224     #errors
225 wakaba 1.5 Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
226 wakaba 1.1 #document
227     | <html>
228     | <head>
229     | <body>
230     | "&"
231    
232     #data
233     &#
234     #errors
235 wakaba 1.5 Line: 1 Col: 1 Numeric entity expected. Got end of file instead.
236     Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
237 wakaba 1.1 #document
238     | <html>
239     | <head>
240     | <body>
241     | "&#"
242    
243     #data
244     &#X
245     #errors
246 wakaba 1.5 Line: 1 Col: 3 Numeric entity expected but none found.
247     Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE.
248 wakaba 1.1 #document
249     | <html>
250     | <head>
251     | <body>
252     | "&#X"
253    
254     #data
255     &#x
256     #errors
257 wakaba 1.5 Line: 1 Col: 3 Numeric entity expected but none found.
258     Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE.
259 wakaba 1.1 #document
260     | <html>
261     | <head>
262     | <body>
263     | "&#x"
264    
265     #data
266     &#45
267     #errors
268 wakaba 1.5 Line: 1 Col: 4 Numeric entity didn't end with ';'.
269     Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
270 wakaba 1.1 #document
271     | <html>
272     | <head>
273     | <body>
274     | "-"
275    
276     #data
277     &x-test
278     #errors
279 wakaba 1.5 Line: 1 Col: 1 Named entity expected. Got none.
280     Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
281 wakaba 1.1 #document
282     | <html>
283     | <head>
284     | <body>
285     | "&x-test"
286    
287     #data
288     <!doctypehtml><p><li>
289     #errors
290 wakaba 1.5 Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
291 wakaba 1.1 #document
292 wakaba 1.2 | <!DOCTYPE html>
293 wakaba 1.1 | <html>
294     | <head>
295     | <body>
296     | <p>
297     | <li>
298    
299     #data
300 wakaba 1.2 <!doctypeHTML><p><dt>
301 wakaba 1.1 #errors
302 wakaba 1.5 Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
303 wakaba 1.1 #document
304     | <!DOCTYPE HTML>
305     | <html>
306     | <head>
307     | <body>
308     | <p>
309     | <dt>
310    
311     #data
312 wakaba 1.2 <!doctypehtmL><p><dd>
313 wakaba 1.1 #errors
314 wakaba 1.5 Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
315 wakaba 1.1 #document
316 wakaba 1.2 | <!DOCTYPE htmL>
317 wakaba 1.1 | <html>
318     | <head>
319     | <body>
320     | <p>
321     | <dd>
322    
323     #data
324     <!doctypehtml><p><form>
325     #errors
326 wakaba 1.5 Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
327     Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
328 wakaba 1.1 #document
329 wakaba 1.2 | <!DOCTYPE html>
330 wakaba 1.1 | <html>
331     | <head>
332     | <body>
333     | <p>
334     | <form>
335    
336     #data
337 wakaba 1.2 <!DOCTYPE HTML><p><b><i><u></p> <p>X
338 wakaba 1.1 #errors
339 wakaba 1.5 Line: 1 Col: 31 Unexpected end tag (p). Ignored.
340     Line: 1 Col: 36 Expected closing tag. Unexpected end of file.
341 wakaba 1.1 #document
342     | <!DOCTYPE HTML>
343     | <html>
344     | <head>
345     | <body>
346     | <p>
347     | <b>
348     | <i>
349     | <u>
350 wakaba 1.4 | <b>
351     | <i>
352     | <u>
353     | " "
354     | <p>
355 wakaba 1.1 | "X"
356    
357     #data
358 wakaba 1.2 <!DOCTYPE HTML><p></P>X
359 wakaba 1.1 #errors
360     #document
361     | <!DOCTYPE HTML>
362     | <html>
363     | <head>
364     | <body>
365     | <p>
366     | "X"
367    
368     #data
369     &AMP
370     #errors
371 wakaba 1.5 Line: 1 Col: 4 Named entity didn't end with ';'.
372     Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
373 wakaba 1.1 #document
374     | <html>
375     | <head>
376     | <body>
377     | "&"
378    
379     #data
380     &AMp;
381     #errors
382 wakaba 1.5 Line: 1 Col: 1 Named entity expected. Got none.
383     Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
384 wakaba 1.1 #document
385     | <html>
386     | <head>
387     | <body>
388     | "&AMp;"
389    
390     #data
391 wakaba 1.2 <!DOCTYPE HTML><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY>
392 wakaba 1.1 #errors
393 wakaba 1.5 Line: 1 Col: 110 Expected closing tag. Unexpected end of file.
394 wakaba 1.1 #document
395     | <!DOCTYPE HTML>
396     | <html>
397     | <head>
398     | <body>
399     | <thisisasillytestelementnametomakesurecrazytagnamesareparsedcorrectly>
400    
401     #data
402 wakaba 1.2 <!DOCTYPE HTML>X</body>X
403 wakaba 1.1 #errors
404 wakaba 1.5 Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
405 wakaba 1.1 #document
406     | <!DOCTYPE HTML>
407     | <html>
408     | <head>
409     | <body>
410     | "XX"
411    
412     #data
413 wakaba 1.2 <!DOCTYPE HTML><!-- X
414 wakaba 1.1 #errors
415 wakaba 1.5 Line: 1 Col: 21 Unexpected end of file in comment.
416 wakaba 1.1 #document
417     | <!DOCTYPE HTML>
418     | <!-- X -->
419     | <html>
420     | <head>
421     | <body>
422    
423     #data
424 wakaba 1.2 <!DOCTYPE HTML><table><caption>test TEST</caption><td>test
425 wakaba 1.1 #errors
426 wakaba 1.5 Line: 1 Col: 54 Unexpected table cell start tag (td) in the table body phase.
427     Line: 1 Col: 58 Expected closing tag. Unexpected end of file.
428 wakaba 1.1 #document
429     | <!DOCTYPE HTML>
430     | <html>
431     | <head>
432     | <body>
433     | <table>
434     | <caption>
435     | "test TEST"
436     | <tbody>
437     | <tr>
438     | <td>
439     | "test"
440    
441     #data
442 wakaba 1.2 <!DOCTYPE HTML><select><option><optgroup>
443 wakaba 1.1 #errors
444 wakaba 1.5 Line: 1 Col: 41 Expected closing tag. Unexpected end of file.
445 wakaba 1.1 #document
446     | <!DOCTYPE HTML>
447     | <html>
448     | <head>
449     | <body>
450     | <select>
451     | <option>
452     | <optgroup>
453    
454     #data
455 wakaba 1.2 <!DOCTYPE HTML><select><optgroup><option></optgroup><option><select><option>
456 wakaba 1.1 #errors
457 wakaba 1.5 Line: 1 Col: 68 Unexpected select start tag in the select phase implies select start tag.
458     Line: 1 Col: 76 Unexpected start tag option. Ignored.
459 wakaba 1.1 #document
460     | <!DOCTYPE HTML>
461     | <html>
462     | <head>
463     | <body>
464     | <select>
465     | <optgroup>
466     | <option>
467     | <option>
468    
469     #data
470 wakaba 1.2 <!DOCTYPE HTML><select><optgroup><option><optgroup>
471 wakaba 1.1 #errors
472 wakaba 1.5 Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
473 wakaba 1.1 #document
474     | <!DOCTYPE HTML>
475     | <html>
476     | <head>
477     | <body>
478     | <select>
479     | <optgroup>
480     | <option>
481     | <optgroup>
482    
483     #data
484 wakaba 1.2 <!DOCTYPE HTML><font><input><input></font>
485 wakaba 1.1 #errors
486     #document
487     | <!DOCTYPE HTML>
488     | <html>
489     | <head>
490     | <body>
491     | <font>
492     | <input>
493     | <input>
494    
495     #data
496 wakaba 1.2 <!DOCTYPE HTML><!-- XXX - XXX -->
497 wakaba 1.1 #errors
498     #document
499     | <!DOCTYPE HTML>
500     | <!-- XXX - XXX -->
501     | <html>
502     | <head>
503     | <body>
504    
505     #data
506 wakaba 1.2 <!DOCTYPE HTML><!-- XXX - XXX
507 wakaba 1.1 #errors
508 wakaba 1.5 Line: 1 Col: 29 Unexpected end of file in comment (-)
509 wakaba 1.1 #document
510     | <!DOCTYPE HTML>
511     | <!-- XXX - XXX -->
512     | <html>
513     | <head>
514     | <body>
515    
516     #data
517 wakaba 1.2 <!DOCTYPE HTML><!-- XXX - XXX - XXX -->
518 wakaba 1.1 #errors
519     #document
520     | <!DOCTYPE HTML>
521     | <!-- XXX - XXX - XXX -->
522     | <html>
523     | <head>
524     | <body>
525    
526     #data
527     <isindex test=x name=x>
528     #errors
529 wakaba 1.5 Line: 1 Col: 23 Unexpected start tag (isindex). Expected DOCTYPE.
530     Line: 1 Col: 23 Unexpected start tag isindex. Don't use it!
531 wakaba 1.1 #document
532     | <html>
533     | <head>
534     | <body>
535     | <form>
536     | <hr>
537     | <p>
538     | <label>
539 wakaba 1.4 | "This is a searchable index. Insert your search keywords here: "
540 wakaba 1.1 | <input>
541 wakaba 1.4 | name="isindex"
542 wakaba 1.1 | test="x"
543     | <hr>
544    
545     #data
546     test
547     test
548     #errors
549 wakaba 1.5 Line: 2 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
550 wakaba 1.1 #document
551     | <html>
552     | <head>
553     | <body>
554     | "test
555     test"
556    
557     #data
558     <p><b><i><u></p>
559     <p>X
560     #errors
561 wakaba 1.5 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
562     Line: 1 Col: 16 Unexpected end tag (p). Ignored.
563     Line: 2 Col: 4 Expected closing tag. Unexpected end of file.
564 wakaba 1.1 #document
565     | <html>
566     | <head>
567     | <body>
568     | <p>
569     | <b>
570     | <i>
571     | <u>
572 wakaba 1.4 | <b>
573     | <i>
574     | <u>
575     | "
576 wakaba 1.1 "
577 wakaba 1.4 | <p>
578 wakaba 1.1 | "X"
579    
580     #data
581 wakaba 1.2 <!DOCTYPE HTML><body><title>test</body></title>
582 wakaba 1.1 #errors
583     #document
584     | <!DOCTYPE HTML>
585     | <html>
586     | <head>
587 wakaba 1.6 | <body>
588 wakaba 1.1 | <title>
589     | "test</body>"
590    
591     #data
592 wakaba 1.2 <!DOCTYPE HTML><body><title>X</title><meta name=z><link rel=foo><style>
593 wakaba 1.1 x { content:"</style" } </style>
594     #errors
595     #document
596     | <!DOCTYPE HTML>
597     | <html>
598     | <head>
599 wakaba 1.6 | <body>
600 wakaba 1.1 | <title>
601     | "X"
602     | <meta>
603     | name="z"
604     | <link>
605     | rel="foo"
606     | <style>
607     | "
608     x { content:"</style" } "
609    
610     #data
611 wakaba 1.2 <!DOCTYPE HTML><select><optgroup></optgroup></select>
612 wakaba 1.1 #errors
613     #document
614     | <!DOCTYPE HTML>
615     | <html>
616     | <head>
617     | <body>
618     | <select>
619     | <optgroup>
620    
621     #data
622    
623    
624     #errors
625 wakaba 1.5 Line: 2 Col: 1 Unexpected End of file. Expected DOCTYPE.
626 wakaba 1.1 #document
627     | <html>
628     | <head>
629     | <body>
630    
631     #data
632 wakaba 1.2 <!DOCTYPE HTML> <html>
633 wakaba 1.1 #errors
634     #document
635     | <!DOCTYPE HTML>
636     | <html>
637     | <head>
638     | <body>
639    
640     #data
641 wakaba 1.2 <!DOCTYPE HTML><script>
642 wakaba 1.1 </script> <title>x</title> </head>
643     #errors
644     #document
645     | <!DOCTYPE HTML>
646     | <html>
647     | <head>
648     | <script>
649     | "
650     "
651     | " "
652     | <title>
653     | "x"
654     | " "
655     | <body>
656    
657     #data
658 wakaba 1.2 <!DOCTYPE HTML><html><body><html id=x>
659 wakaba 1.1 #errors
660 wakaba 1.5 Line: 1 Col: 38 html needs to be the first start tag.
661 wakaba 1.1 #document
662     | <!DOCTYPE HTML>
663     | <html>
664     | id="x"
665     | <head>
666     | <body>
667    
668     #data
669 wakaba 1.2 <!DOCTYPE HTML>X</body><html id="x">
670 wakaba 1.1 #errors
671 wakaba 1.5 Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase.
672     Line: 1 Col: 36 html needs to be the first start tag.
673 wakaba 1.1 #document
674     | <!DOCTYPE HTML>
675     | <html>
676     | id="x"
677     | <head>
678     | <body>
679     | "X"
680    
681     #data
682 wakaba 1.2 <!DOCTYPE HTML><head><html id=x>
683 wakaba 1.1 #errors
684 wakaba 1.5 Line: 1 Col: 32 html needs to be the first start tag.
685 wakaba 1.1 #document
686     | <!DOCTYPE HTML>
687     | <html>
688     | id="x"
689     | <head>
690     | <body>
691    
692     #data
693 wakaba 1.2 <!DOCTYPE HTML>X</html>X
694 wakaba 1.1 #errors
695 wakaba 1.5 Line: 1 Col: 24 Unexpected non-space characters. Expected end of file.
696     Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
697 wakaba 1.1 #document
698     | <!DOCTYPE HTML>
699     | <html>
700     | <head>
701     | <body>
702     | "XX"
703    
704     #data
705 wakaba 1.2 <!DOCTYPE HTML>X</html>
706 wakaba 1.1 #errors
707     #document
708     | <!DOCTYPE HTML>
709     | <html>
710     | <head>
711     | <body>
712     | "X "
713    
714     #data
715 wakaba 1.2 <!DOCTYPE HTML>X</html><p>X
716 wakaba 1.1 #errors
717 wakaba 1.5 Line: 1 Col: 26 Unexpected start tag (p). Expected end of file.
718     Line: 1 Col: 26 Unexpected start tag token (p) in the after body phase.
719 wakaba 1.1 #document
720     | <!DOCTYPE HTML>
721     | <html>
722     | <head>
723     | <body>
724     | "X"
725     | <p>
726     | "X"
727    
728     #data
729 wakaba 1.2 <!DOCTYPE HTML>X<p/x/y/z>
730 wakaba 1.1 #errors
731 wakaba 1.5 Line: 1 Col: 19 Solidus (/) incorrectly placed in tag.
732     Line: 1 Col: 21 Solidus (/) incorrectly placed in tag.
733     Line: 1 Col: 23 Solidus (/) incorrectly placed in tag.
734 wakaba 1.1 #document
735     | <!DOCTYPE HTML>
736     | <html>
737     | <head>
738     | <body>
739     | "X"
740     | <p>
741 wakaba 1.4 | x=""
742 wakaba 1.1 | y=""
743     | z=""
744    
745     #data
746 wakaba 1.2 <!DOCTYPE HTML><!--x--
747 wakaba 1.1 #errors
748 wakaba 1.5 Line: 1 Col: 22 Unexpected end of file in comment (--).
749 wakaba 1.1 #document
750     | <!DOCTYPE HTML>
751     | <!-- x -->
752     | <html>
753     | <head>
754     | <body>
755    
756     #data
757 wakaba 1.2 <!DOCTYPE HTML><table><tr><td></p></table>
758 wakaba 1.1 #errors
759 wakaba 1.5 Line: 1 Col: 34 Unexpected end tag (p). Ignored.
760 wakaba 1.1 #document
761     | <!DOCTYPE HTML>
762     | <html>
763     | <head>
764     | <body>
765     | <table>
766     | <tbody>
767     | <tr>
768     | <td>
769 wakaba 1.3 | <p>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24