11 |
#data |
#data |
12 |
<textarea>test</div>test |
<textarea>test</div>test |
13 |
#errors |
#errors |
14 |
10: missing document type declaration. |
Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE. |
15 |
25: unexpected end of file while parsing CDATA section for element textarea. |
Line: 1 Col: 24 Expected closing tag. Unexpected end of file. |
16 |
#document |
#document |
17 |
| <html> |
| <html> |
18 |
| <head> |
| <head> |
23 |
#data |
#data |
24 |
<table><td> |
<table><td> |
25 |
#errors |
#errors |
26 |
7: missing document type declaration. |
Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE. |
27 |
11: required tr element start tag implied by unexpected td element start tag. |
Line: 1 Col: 11 Unexpected table cell start tag (td) in the table body phase. |
28 |
12: unexpected end of file implied table element end tag. |
Line: 1 Col: 11 Expected closing tag. Unexpected end of file. |
29 |
#document |
#document |
30 |
| <html> |
| <html> |
31 |
| <head> |
| <head> |
38 |
#data |
#data |
39 |
<table><td>test</tbody></table> |
<table><td>test</tbody></table> |
40 |
#errors |
#errors |
41 |
missing document type declarattion |
Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE. |
42 |
Unexpected and of file |
Line: 1 Col: 11 Unexpected table cell start tag (td) in the table body phase. |
43 |
#document |
#document |
44 |
| <html> |
| <html> |
45 |
| <head> |
| <head> |
53 |
#data |
#data |
54 |
<frame>test |
<frame>test |
55 |
#errors |
#errors |
56 |
missing document type declaration |
Line: 1 Col: 7 Unexpected start tag (frame). Expected DOCTYPE. |
57 |
frame element can't occur here |
Line: 1 Col: 7 Unexpected start tag frame. Ignored. |
58 |
#document |
#document |
59 |
| <html> |
| <html> |
60 |
| <head> |
| <head> |
64 |
#data |
#data |
65 |
<!DOCTYPE HTML><frameset>test |
<!DOCTYPE HTML><frameset>test |
66 |
#errors |
#errors |
67 |
frameset can't contain text |
Line: 1 Col: 29 Unepxected characters in the frameset phase. Characters ignored. |
68 |
Unexpected end of file |
Line: 1 Col: 29 Expected closing tag. Unexpected end of file. |
69 |
#document |
#document |
70 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
71 |
| <html> |
| <html> |
75 |
#data |
#data |
76 |
<!DOCTYPE HTML><frameset><!DOCTYPE HTML> |
<!DOCTYPE HTML><frameset><!DOCTYPE HTML> |
77 |
#errors |
#errors |
78 |
document type declaration can only occur at the start of a document |
Line: 1 Col: 40 Unexpected DOCTYPE. Ignored. |
79 |
Expected end tag </frameset> |
Line: 1 Col: 40 Expected closing tag. Unexpected end of file. |
80 |
#document |
#document |
81 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
82 |
| <html> |
| <html> |
86 |
#data |
#data |
87 |
<!DOCTYPE HTML><font><p><b>test</font> |
<!DOCTYPE HTML><font><p><b>test</font> |
88 |
#errors |
#errors |
89 |
AAA violation. </font> |
Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm. |
90 |
AAA violation. </font> |
Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm. |
91 |
#document |
#document |
92 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
93 |
| <html> |
| <html> |
102 |
#data |
#data |
103 |
<!DOCTYPE HTML><dt><div><dd> |
<!DOCTYPE HTML><dt><div><dd> |
104 |
#errors |
#errors |
105 |
Missing end tag for <div>. |
Line: 1 Col: 28 Missing end tag (div, dt). |
106 |
#document |
#document |
107 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
108 |
| <html> |
| <html> |
115 |
#data |
#data |
116 |
<script></x |
<script></x |
117 |
#errors |
#errors |
118 |
no document type |
Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE. |
119 |
Unexpected end of file. Expected </script> end tag. |
Line: 1 Col: 11 Unexpected end of file. Expected end tag (script). |
120 |
#document |
#document |
121 |
| <html> |
| <html> |
122 |
| <head> |
| <head> |
127 |
#data |
#data |
128 |
<table><plaintext><td> |
<table><plaintext><td> |
129 |
#errors |
#errors |
130 |
no document type |
Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE. |
131 |
<plaintext> directly inside table |
Line: 1 Col: 18 Unexpected start tag (plaintext) in table context caused voodoo mode. |
132 |
Characters inside table. |
Line: 1 Col: 21 Unexpected non-space characters in table context caused voodoo mode. |
133 |
Characters inside table. (XXX?) |
Line: 1 Col: 22 Unexpected non-space characters in table context caused voodoo mode. |
134 |
Unexpected end of file. |
Line: 1 Col: 22 Expected closing tag. Unexpected end of file. |
135 |
#document |
#document |
136 |
| <html> |
| <html> |
137 |
| <head> |
| <head> |
143 |
#data |
#data |
144 |
<plaintext></plaintext> |
<plaintext></plaintext> |
145 |
#errors |
#errors |
146 |
No DOCTYPE seen. |
Line: 1 Col: 11 Unexpected start tag (plaintext). Expected DOCTYPE. |
147 |
Unexpected end of file. |
Line: 1 Col: 23 Expected closing tag. Unexpected end of file. |
148 |
#document |
#document |
149 |
| <html> |
| <html> |
150 |
| <head> |
| <head> |
155 |
#data |
#data |
156 |
<!DOCTYPE HTML><table><tr>TEST |
<!DOCTYPE HTML><table><tr>TEST |
157 |
#errors |
#errors |
158 |
TEST can't occur in <tr> |
Line: 1 Col: 30 Unexpected non-space characters in table context caused voodoo mode. |
159 |
Unexpected end of file. |
Line: 1 Col: 30 Expected closing tag. Unexpected end of file. |
160 |
#document |
#document |
161 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
162 |
| <html> |
| <html> |
170 |
#data |
#data |
171 |
<!DOCTYPE HTML><body t1=1><body t2=2><body t3=3 t4=4> |
<!DOCTYPE HTML><body t1=1><body t2=2><body t3=3 t4=4> |
172 |
#errors |
#errors |
173 |
Unexpected start tag "body" |
Line: 1 Col: 37 Unexpected start tag (body). |
174 |
Unexpected start tag "body" |
Line: 1 Col: 53 Unexpected start tag (body). |
175 |
#document |
#document |
176 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
177 |
| <html> |
| <html> |
185 |
#data |
#data |
186 |
</b test |
</b test |
187 |
#errors |
#errors |
188 |
Unexpected EOF in attribute |
Line: 1 Col: 8 Unexpected end of file in attribute name. |
189 |
Unexpected attribute in end tag. |
Line: 1 Col: 8 End tag contains unexpected attributes. |
190 |
No doctype. |
Line: 1 Col: 8 Unexpected end tag (b). Expected DOCTYPE. |
191 |
Unexpected end tag. |
Line: 1 Col: 8 Unexpected end tag (b) after the (implied) root element. |
192 |
#document |
#document |
193 |
| <html> |
| <html> |
194 |
| <head> |
| <head> |
197 |
#data |
#data |
198 |
<!DOCTYPE HTML></b test<b &=&>X |
<!DOCTYPE HTML></b test<b &=&>X |
199 |
#errors |
#errors |
200 |
End tag contains attributes. |
Line: 1 Col: 32 Named entity didn't end with ';'. |
201 |
Unexpected end tag. |
Line: 1 Col: 33 End tag contains unexpected attributes. |
202 |
Named entity didn't end with ; |
Line: 1 Col: 33 Unexpected end tag (b) after the (implied) root element. |
203 |
#document |
#document |
204 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
205 |
| <html> |
| <html> |
210 |
#data |
#data |
211 |
<!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt |
<!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt |
212 |
#errors |
#errors |
213 |
No space after literal DOCTYPE. |
Line: 1 Col: 9 No space after literal string 'DOCTYPE'. |
214 |
Unexpected EOF in (end) tag name |
Line: 1 Col: 54 Unexpected end of file in the tag name. |
215 |
#document |
#document |
216 |
| <!DOCTYPE html> |
| <!DOCTYPE html> |
217 |
| <html> |
| <html> |
224 |
#data |
#data |
225 |
& |
& |
226 |
#errors |
#errors |
227 |
No doctype. |
Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE. |
228 |
#document |
#document |
229 |
| <html> |
| <html> |
230 |
| <head> |
| <head> |
234 |
#data |
#data |
235 |
&# |
&# |
236 |
#errors |
#errors |
237 |
No doctype. |
Line: 1 Col: 1 Numeric entity expected. Got end of file instead. |
238 |
Unfinished numeric entity. |
Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE. |
239 |
#document |
#document |
240 |
| <html> |
| <html> |
241 |
| <head> |
| <head> |
245 |
#data |
#data |
246 |
&#X |
&#X |
247 |
#errors |
#errors |
248 |
No doctype. |
Line: 1 Col: 3 Numeric entity expected but none found. |
249 |
Unfinished hexadecimal entity. |
Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE. |
250 |
#document |
#document |
251 |
| <html> |
| <html> |
252 |
| <head> |
| <head> |
256 |
#data |
#data |
257 |
&#x |
&#x |
258 |
#errors |
#errors |
259 |
No doctype. |
Line: 1 Col: 3 Numeric entity expected but none found. |
260 |
Unfinished hexadecimal entity. |
Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE. |
261 |
#document |
#document |
262 |
| <html> |
| <html> |
263 |
| <head> |
| <head> |
267 |
#data |
#data |
268 |
- |
- |
269 |
#errors |
#errors |
270 |
No doctype. |
Line: 1 Col: 4 Numeric entity didn't end with ';'. |
271 |
Numeric entity didn't end with ; |
Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE. |
272 |
#document |
#document |
273 |
| <html> |
| <html> |
274 |
| <head> |
| <head> |
278 |
#data |
#data |
279 |
&x-test |
&x-test |
280 |
#errors |
#errors |
281 |
No doctype. |
Line: 1 Col: 1 Named entity expected. Got none. |
282 |
Unfinished named entity. |
Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE. |
283 |
#document |
#document |
284 |
| <html> |
| <html> |
285 |
| <head> |
| <head> |
289 |
#data |
#data |
290 |
<!doctypehtml><p><li> |
<!doctypehtml><p><li> |
291 |
#errors |
#errors |
292 |
No space after literal DOCTYPE. |
Line: 1 Col: 9 No space after literal string 'DOCTYPE'. |
293 |
#document |
#document |
294 |
| <!DOCTYPE html> |
| <!DOCTYPE html> |
295 |
| <html> |
| <html> |
301 |
#data |
#data |
302 |
<!doctypeHTML><p><dt> |
<!doctypeHTML><p><dt> |
303 |
#errors |
#errors |
304 |
No space after literal DOCTYPE. |
Line: 1 Col: 9 No space after literal string 'DOCTYPE'. |
305 |
#document |
#document |
306 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
307 |
| <html> |
| <html> |
313 |
#data |
#data |
314 |
<!doctypehtmL><p><dd> |
<!doctypehtmL><p><dd> |
315 |
#errors |
#errors |
316 |
No space after literal DOCTYPE. |
Line: 1 Col: 9 No space after literal string 'DOCTYPE'. |
317 |
#document |
#document |
318 |
| <!DOCTYPE htmL> |
| <!DOCTYPE htmL> |
319 |
| <html> |
| <html> |
325 |
#data |
#data |
326 |
<!doctypehtml><p><form> |
<!doctypehtml><p><form> |
327 |
#errors |
#errors |
328 |
No space after literal DOCTYPE. |
Line: 1 Col: 9 No space after literal string 'DOCTYPE'. |
329 |
Unexpected EOF. |
Line: 1 Col: 23 Expected closing tag. Unexpected end of file. |
330 |
#document |
#document |
331 |
| <!DOCTYPE html> |
| <!DOCTYPE html> |
332 |
| <html> |
| <html> |
338 |
#data |
#data |
339 |
<!DOCTYPE HTML><p><b><i><u></p> <p>X |
<!DOCTYPE HTML><p><b><i><u></p> <p>X |
340 |
#errors |
#errors |
341 |
Unexpected end tag </p>. |
Line: 1 Col: 31 Unexpected end tag (p). Ignored. |
342 |
Unexpected end EOF. Missing closing tags. |
Line: 1 Col: 36 Expected closing tag. Unexpected end of file. |
343 |
#document |
#document |
344 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
345 |
| <html> |
| <html> |
370 |
#data |
#data |
371 |
& |
& |
372 |
#errors |
#errors |
373 |
No doctype. |
Line: 1 Col: 4 Named entity didn't end with ';'. |
374 |
No closing ; for the entity. |
Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE. |
375 |
#document |
#document |
376 |
| <html> |
| <html> |
377 |
| <head> |
| <head> |
381 |
#data |
#data |
382 |
&AMp; |
&AMp; |
383 |
#errors |
#errors |
384 |
No doctype. |
Line: 1 Col: 1 Named entity expected. Got none. |
385 |
Invalid entity. |
Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE. |
386 |
#document |
#document |
387 |
| <html> |
| <html> |
388 |
| <head> |
| <head> |
392 |
#data |
#data |
393 |
<!DOCTYPE HTML><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY> |
<!DOCTYPE HTML><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY> |
394 |
#errors |
#errors |
395 |
Unexpected end of file. |
Line: 1 Col: 110 Expected closing tag. Unexpected end of file. |
396 |
#document |
#document |
397 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
398 |
| <html> |
| <html> |
403 |
#data |
#data |
404 |
<!DOCTYPE HTML>X</body>X |
<!DOCTYPE HTML>X</body>X |
405 |
#errors |
#errors |
406 |
Unexpected non-space characters in the after body phase. |
Line: 1 Col: 24 Unexpected non-space characters in the after body phase. |
407 |
#document |
#document |
408 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
409 |
| <html> |
| <html> |
414 |
#data |
#data |
415 |
<!DOCTYPE HTML><!-- X |
<!DOCTYPE HTML><!-- X |
416 |
#errors |
#errors |
417 |
Unexpected end of file in comment. |
Line: 1 Col: 21 Unexpected end of file in comment. |
418 |
#document |
#document |
419 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
420 |
| <!-- X --> |
| <!-- X --> |
425 |
#data |
#data |
426 |
<!DOCTYPE HTML><table><caption>test TEST</caption><td>test |
<!DOCTYPE HTML><table><caption>test TEST</caption><td>test |
427 |
#errors |
#errors |
428 |
Unexpected <td> in table body phase. |
Line: 1 Col: 54 Unexpected table cell start tag (td) in the table body phase. |
429 |
Unexpected end of file. |
Line: 1 Col: 58 Expected closing tag. Unexpected end of file. |
430 |
#document |
#document |
431 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
432 |
| <html> |
| <html> |
443 |
#data |
#data |
444 |
<!DOCTYPE HTML><select><option><optgroup> |
<!DOCTYPE HTML><select><option><optgroup> |
445 |
#errors |
#errors |
446 |
Unexpected end of file. Missing closing tags. |
Line: 1 Col: 41 Expected closing tag. Unexpected end of file. |
447 |
#document |
#document |
448 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
449 |
| <html> |
| <html> |
456 |
#data |
#data |
457 |
<!DOCTYPE HTML><select><optgroup><option></optgroup><option><select><option> |
<!DOCTYPE HTML><select><optgroup><option></optgroup><option><select><option> |
458 |
#errors |
#errors |
459 |
Unexpected start tag <select> in <select>. |
Line: 1 Col: 68 Unexpected select start tag in the select phase implies select start tag. |
460 |
Unexpected start tag <option>. |
Line: 1 Col: 76 Unexpected start tag option. Ignored. |
461 |
#document |
#document |
462 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
463 |
| <html> |
| <html> |
471 |
#data |
#data |
472 |
<!DOCTYPE HTML><select><optgroup><option><optgroup> |
<!DOCTYPE HTML><select><optgroup><option><optgroup> |
473 |
#errors |
#errors |
474 |
Unexpected end of file. Missing closing tags. |
Line: 1 Col: 51 Expected closing tag. Unexpected end of file. |
475 |
#document |
#document |
476 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
477 |
| <html> |
| <html> |
507 |
#data |
#data |
508 |
<!DOCTYPE HTML><!-- XXX - XXX |
<!DOCTYPE HTML><!-- XXX - XXX |
509 |
#errors |
#errors |
510 |
Unexpected EOF in comment. |
Line: 1 Col: 29 Unexpected end of file in comment (-) |
511 |
#document |
#document |
512 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
513 |
| <!-- XXX - XXX --> |
| <!-- XXX - XXX --> |
528 |
#data |
#data |
529 |
<isindex test=x name=x> |
<isindex test=x name=x> |
530 |
#errors |
#errors |
531 |
No doctype |
Line: 1 Col: 23 Unexpected start tag (isindex). Expected DOCTYPE. |
532 |
<isindex> is not ok! |
Line: 1 Col: 23 Unexpected start tag isindex. Don't use it! |
533 |
#document |
#document |
534 |
| <html> |
| <html> |
535 |
| <head> |
| <head> |
548 |
test |
test |
549 |
test |
test |
550 |
#errors |
#errors |
551 |
No doctype |
Line: 2 Col: 4 Unexpected non-space characters. Expected DOCTYPE. |
552 |
#document |
#document |
553 |
| <html> |
| <html> |
554 |
| <head> |
| <head> |
560 |
<p><b><i><u></p> |
<p><b><i><u></p> |
561 |
<p>X |
<p>X |
562 |
#errors |
#errors |
563 |
No doctype |
Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE. |
564 |
Unexpected end tag p. |
Line: 1 Col: 16 Unexpected end tag (p). Ignored. |
565 |
Unexpected EOF. |
Line: 2 Col: 4 Expected closing tag. Unexpected end of file. |
566 |
#document |
#document |
567 |
| <html> |
| <html> |
568 |
| <head> |
| <head> |
582 |
#data |
#data |
583 |
<!DOCTYPE HTML><body><title>test</body></title> |
<!DOCTYPE HTML><body><title>test</body></title> |
584 |
#errors |
#errors |
585 |
Unexpected start tag that belongs in the head. |
Line: 1 Col: 28 Unexpected start tag (title) that can be in head. Moved. |
586 |
#document |
#document |
587 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
588 |
| <html> |
| <html> |
595 |
<!DOCTYPE HTML><body><title>X</title><meta name=z><link rel=foo><style> |
<!DOCTYPE HTML><body><title>X</title><meta name=z><link rel=foo><style> |
596 |
x { content:"</style" } </style> |
x { content:"</style" } </style> |
597 |
#errors |
#errors |
598 |
Unexpected start tag that belongs in head. <title> |
Line: 1 Col: 28 Unexpected start tag (title) that can be in head. Moved. |
599 |
#document |
#document |
600 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
601 |
| <html> |
| <html> |
626 |
|
|
627 |
|
|
628 |
#errors |
#errors |
629 |
No doctype. |
Line: 2 Col: 1 Unexpected End of file. Expected DOCTYPE. |
630 |
#document |
#document |
631 |
| <html> |
| <html> |
632 |
| <head> |
| <head> |
661 |
#data |
#data |
662 |
<!DOCTYPE HTML><html><body><html id=x> |
<!DOCTYPE HTML><html><body><html id=x> |
663 |
#errors |
#errors |
664 |
duplicate html start tag |
Line: 1 Col: 38 html needs to be the first start tag. |
665 |
#document |
#document |
666 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
667 |
| <html> |
| <html> |
672 |
#data |
#data |
673 |
<!DOCTYPE HTML>X</body><html id="x"> |
<!DOCTYPE HTML>X</body><html id="x"> |
674 |
#errors |
#errors |
675 |
Unexpected html start tag in the after body phase. |
Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase. |
676 |
html needs to be the first start tag. |
Line: 1 Col: 36 html needs to be the first start tag. |
677 |
#document |
#document |
678 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
679 |
| <html> |
| <html> |
685 |
#data |
#data |
686 |
<!DOCTYPE HTML><head><html id=x> |
<!DOCTYPE HTML><head><html id=x> |
687 |
#errors |
#errors |
688 |
html start tag too late |
Line: 1 Col: 32 html needs to be the first start tag. |
689 |
#document |
#document |
690 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
691 |
| <html> |
| <html> |
696 |
#data |
#data |
697 |
<!DOCTYPE HTML>X</html>X |
<!DOCTYPE HTML>X</html>X |
698 |
#errors |
#errors |
699 |
Unexpected non-space characters. Expected end of file. |
Line: 1 Col: 24 Unexpected non-space characters. Expected end of file. |
700 |
Unexpected non-space characters in after body phase. Expected end of file. |
Line: 1 Col: 24 Unexpected non-space characters in the after body phase. |
701 |
#document |
#document |
702 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
703 |
| <html> |
| <html> |
718 |
#data |
#data |
719 |
<!DOCTYPE HTML>X</html><p>X |
<!DOCTYPE HTML>X</html><p>X |
720 |
#errors |
#errors |
721 |
Unexpected start tag <p> in trailing end phase. |
Line: 1 Col: 26 Unexpected start tag (p). Expected end of file. |
722 |
Unexpected start tag <p> in after body phase. |
Line: 1 Col: 26 Unexpected start tag token (p) in the after body phase. |
723 |
#document |
#document |
724 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
725 |
| <html> |
| <html> |
732 |
#data |
#data |
733 |
<!DOCTYPE HTML>X<p/x/y/z> |
<!DOCTYPE HTML>X<p/x/y/z> |
734 |
#errors |
#errors |
735 |
Solidus (/) incorrectly placed. |
Line: 1 Col: 19 Solidus (/) incorrectly placed in tag. |
736 |
Solidus (/) incorrectly placed. |
Line: 1 Col: 21 Solidus (/) incorrectly placed in tag. |
737 |
Solidus (/) incorrectly placed. |
Line: 1 Col: 23 Solidus (/) incorrectly placed in tag. |
738 |
#document |
#document |
739 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
740 |
| <html> |
| <html> |
749 |
#data |
#data |
750 |
<!DOCTYPE HTML><!--x-- |
<!DOCTYPE HTML><!--x-- |
751 |
#errors |
#errors |
752 |
Unexpected end of file in comment. |
Line: 1 Col: 22 Unexpected end of file in comment (--). |
753 |
#document |
#document |
754 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
755 |
| <!-- x --> |
| <!-- x --> |
760 |
#data |
#data |
761 |
<!DOCTYPE HTML><table><tr><td></p></table> |
<!DOCTYPE HTML><table><tr><td></p></table> |
762 |
#errors |
#errors |
763 |
Unexpected </p> end tag. |
Line: 1 Col: 34 Unexpected end tag (p). Ignored. |
764 |
#document |
#document |
765 |
| <!DOCTYPE HTML> |
| <!DOCTYPE HTML> |
766 |
| <html> |
| <html> |