4 Line
: 1 Col
: 4 Unexpected non
-space characters. Expected DOCTYPE.
14 Line
: 1 Col
: 3 Unexpected start tag
(p
). Expected DOCTYPE.
25 Line1
<br
>Line2
<br
>Line3
<br
>Line4
27 Line
: 1 Col
: 5 Unexpected non
-space characters. Expected DOCTYPE.
43 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
52 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
61 Line
: 1 Col
: 6 Unexpected start tag
(body
). Expected DOCTYPE.
70 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
79 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
86 <html
><head
></head
><body
>
88 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
95 <html
><head
></head
><body
></body
>
97 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
104 <html
><head
><body
></body
></html
>
106 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
113 <html
><head
></body
></html
>
115 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
116 Line
: 1 Col
: 19 Unexpected
end tag
(body
).
117 Line
: 1 Col
: 26 Unexpected
end tag
(html
).
124 <html
><head
><body
></html
>
126 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
135 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
144 Line
: 1 Col
: 6 Unexpected start tag
(body
). Expected DOCTYPE.
153 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
154 Line
: 1 Col
: 13 Unexpected
end tag
(html
). Ignored.
163 Line
: 1 Col
: 7 Unexpected
end tag
(head
). Expected DOCTYPE.
172 Line
: 1 Col
: 7 Unexpected
end tag
(body
). Expected DOCTYPE.
173 Line
: 1 Col
: 7 Unexpected
end tag
(body
) after the
(implied
) root element.
182 Line
: 1 Col
: 7 Unexpected
end tag
(html
). Expected DOCTYPE.
183 Line
: 1 Col
: 7 Unexpected
end tag
(html
) after the
(implied
) root element.
190 <b
><table
><td
><i
></table
>
192 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
193 Line
: 1 Col
: 14 Unexpected table cell start tag
(td
) in the table body phase.
194 Line
: 1 Col
: 25 Got table cell
end tag
(td
) while required
end tags are missing.
195 Line
: 1 Col
: 25 Expected closing tag. Unexpected
end of file.
208 <b
><table
><td
></b
><i
></table
>X
210 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
211 Line
: 1 Col
: 14 Unexpected table cell start tag
(td
) in the table body phase.
212 Line
: 1 Col
: 18 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
213 Line
: 1 Col
: 29 Got table cell
end tag
(td
) while required
end tags are missing.
214 Line
: 1 Col
: 30 Expected closing tag. Unexpected
end of file.
230 4: Start tag seen without seeing a doctype
first. Expected “
<!DOCTYPE html
>”.
231 13: Heading cannot be a child of another heading.
232 18: End of file seen
and there were open elements.
243 <a
><p
>X
<a
>Y
</a
>Z
</p
></a
>
245 Line
: 1 Col
: 3 Unexpected start tag
(a
). Expected DOCTYPE.
246 Line
: 1 Col
: 10 Unexpected start tag
(a
) implies
end tag
(a
).
247 Line
: 1 Col
: 10 End tag
(a
) violates step
1, paragraph
3 of the adoption agency algorithm.
248 Line
: 1 Col
: 24 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
262 <b
><button
>foo
</b
>bar
264 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
265 Line
: 1 Col
: 15 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
277 <!DOCTYPE html
><span
><button
>foo
</span
>bar
279 39: End tag “span” seen but there were unclosed elements.
290 <p
><b
><div><marquee
></p
></b
></div>X
292 Line
: 1 Col
: 3 Unexpected start tag
(p
). Expected DOCTYPE.
293 Line
: 1 Col
: 11 Unexpected
end tag
(p
). Ignored.
294 Line
: 1 Col
: 24 Unexpected
end tag
(p
). Ignored.
295 Line
: 1 Col
: 28 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
296 Line
: 1 Col
: 34 End tag
(div) seen too early. Expected other
end tag.
297 Line
: 1 Col
: 35 Expected closing tag. Unexpected
end of file.
311 <script
><div></script
></div><title
><p
></title
><p
><p
>
313 Line
: 1 Col
: 8 Unexpected start tag
(script
). Expected DOCTYPE.
314 Line
: 1 Col
: 28 Unexpected
end tag
(div). Ignored.
329 Line
: 1 Col
: 5 Incorrect comment.
330 Line
: 1 Col
: 10 Unexpected start tag
(div). Expected DOCTYPE.
331 Line
: 1 Col
: 17 Incorrect comment.
332 Line
: 1 Col
: 17 Expected closing tag. Unexpected
end of file.
345 Line
: 1 Col
: 3 Unexpected start tag
(p
). Expected DOCTYPE.
346 Line
: 1 Col
: 11 Unexpected
end tag
(p
). Ignored.
356 <select
><b
><option><select
><option></b
></select
>X
358 Line
: 1 Col
: 8 Unexpected start tag
(select
). Expected DOCTYPE.
359 Line
: 1 Col
: 11 Unexpected start tag token
(b
) in the select phase. Ignored.
360 Line
: 1 Col
: 27 Unexpected select start tag
in the select phase treated as select
end tag.
361 Line
: 1 Col
: 39 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
362 Line
: 1 Col
: 48 Unexpected
end tag
(select
). Ignored.
363 Line
: 1 Col
: 49 Expected closing tag. Unexpected
end of file.
374 <a
><table
><td
><a
><table
></table
><a
></tr
><a
></table
><b
>X
</b
>C
<a
>Y
376 Line
: 1 Col
: 3 Unexpected start tag
(a
). Expected DOCTYPE.
377 Line
: 1 Col
: 14 Unexpected table cell start tag
(td
) in the table body phase.
378 Line
: 1 Col
: 35 Unexpected start tag
(a
) implies
end tag
(a
).
379 Line
: 1 Col
: 40 Got table cell
end tag
(td
) while required
end tags are missing.
380 Line
: 1 Col
: 43 Unexpected start tag
(a
) in table context caused voodoo mode.
381 Line
: 1 Col
: 43 Unexpected start tag
(a
) implies
end tag
(a
).
382 Line
: 1 Col
: 43 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
383 Line
: 1 Col
: 51 Unexpected implied
end tag
(a
) in the table phase.
384 Line
: 1 Col
: 63 Unexpected start tag
(a
) implies
end tag
(a
).
385 Line
: 1 Col
: 64 Expected closing tag. Unexpected
end of file.
409 Line
: 1 Col
: 5 Unexpected start tag
(a
). Expected DOCTYPE.
410 Line
: 1 Col
: 15 Unexpected start tag
(a
) implies
end tag
(a
).
411 Line
: 1 Col
: 15 End tag
(a
) violates step
1, paragraph
3 of the adoption agency algorithm.
412 Line
: 1 Col
: 16 Expected closing tag. Unexpected
end of file.
428 <!-----><font
><div>hello
<table
>excite
!<b
>me
!<th
><i
>please
!</tr
><!--X
-->
430 Line
: 1 Col
: 7 Unexpected
'-' after
'--' found
in comment.
431 Line
: 1 Col
: 14 Unexpected start tag
(font
). Expected DOCTYPE.
432 Line
: 1 Col
: 38 Unexpected non
-space characters
in table context caused voodoo mode.
433 Line
: 1 Col
: 41 Unexpected start tag
(b
) in table context caused voodoo mode.
434 Line
: 1 Col
: 48 Unexpected implied
end tag
(b
) in the table phase.
435 Line
: 1 Col
: 48 Unexpected table cell start tag
(th
) in the table body phase.
436 Line
: 1 Col
: 63 Got table cell
end tag
(th
) while required
end tags are missing.
437 Line
: 1 Col
: 71 Unexpected
end of file. Expected table content.
457 <!DOCTYPE html
><li
>hello
<li
>world
<ul
>how
<li
>do
</ul
>you
</body
><!--do
-->
459 Line
: 1 Col
: 61 Unexpected
end tag
(li
). Missing
end tag
(body
).
477 <!DOCTYPE html
>A
<option>B
<optgroup
>C
<select
>D
</option>E
479 Line
: 1 Col
: 54 Unexpected
end tag
(option) in the select phase. Ignored.
480 Line
: 1 Col
: 55 Expected closing tag. Unexpected
end of file.
497 Line
: 1 Col
: 1 Expected tag name. Got something
else instead
498 Line
: 1 Col
: 1 Unexpected non
-space characters. Expected DOCTYPE.
508 Line
: 1 Col
: 1 Expected tag name. Got something
else instead
509 Line
: 1 Col
: 1 Unexpected non
-space characters. Expected DOCTYPE.
519 Line
: 1 Col
: 2 Expected closing tag. Unexpected
end of file.
520 Line
: 1 Col
: 2 Unexpected non
-space characters. Expected DOCTYPE.
530 Line
: 1 Col
: 2 Expected closing tag. Unexpected character
'#' found.
531 Line
: 1 Col
: 3 Unexpected End of file. Expected DOCTYPE.
541 Line
: 1 Col
: 1 Expected tag name. Got
'?' instead.
(HTML doesn
't support processing instructions.)
542 Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
552 Line: 1 Col: 1 Expected tag name. Got '?
' instead. (HTML doesn't support processing instructions.
)
553 Line
: 1 Col
: 3 Unexpected End of file. Expected DOCTYPE.
563 Line
: 1 Col
: 2 Expected
'--' or 'DOCTYPE'. Not found.
564 Line
: 1 Col
: 2 Unexpected End of file. Expected DOCTYPE.
574 Line
: 1 Col
: 3 Expected
'--' or 'DOCTYPE'. Not found.
575 Line
: 1 Col
: 3 Unexpected End of file. Expected DOCTYPE.
585 Line
: 1 Col
: 1 Expected tag name. Got
'?' instead.
(HTML doesn
't support processing instructions.)
586 Line: 1 Col: 11 Unexpected End of file. Expected DOCTYPE.
596 Line: 1 Col: 2 Expected '--' or 'DOCTYPE
'. Not found.
597 Line: 1 Col: 10 Unexpected End of file. Expected DOCTYPE.
607 Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
608 Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
618 Line: 1 Col: 1 Expected tag name. Got '?
' instead. (HTML doesn't support processing instructions.
)
619 Line
: 1 Col
: 13 Unexpected End of file. Expected DOCTYPE.
621 |
<!-- ?COM
--MENT?
-->
629 Line
: 1 Col
: 2 Expected
'--' or 'DOCTYPE'. Not found.
630 Line
: 1 Col
: 12 Unexpected End of file. Expected DOCTYPE.
640 Line
: 1 Col
: 2 Expected closing tag. Unexpected character
' ' found.
641 Line
: 1 Col
: 14 Unexpected End of file. Expected DOCTYPE.
649 <!DOCTYPE html
><style
> EOF
651 Line
: 1 Col
: 26 Unexpected
end of file. Expected
end tag
(style
).
661 <!DOCTYPE html
><script
> <!-- </script
> --> </script
> EOF
676 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
677 Line
: 1 Col
: 10 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
688 <p id
=a
><b
><p id
=b
></b
>TEST
690 Line
: 1 Col
: 8 Unexpected start tag
(p
). Expected DOCTYPE.
691 Line
: 1 Col
: 19 Unexpected
end tag
(p
). Ignored.
692 Line
: 1 Col
: 23 End tag
(b
) violates step
1, paragraph
2 of the adoption agency algorithm.
705 <b id
=a
><p
><b id
=b
></p
></b
>TEST
707 Line
: 1 Col
: 8 Unexpected start tag
(b
). Expected DOCTYPE.
708 Line
: 1 Col
: 23 Unexpected
end tag
(p
). Ignored.
709 Line
: 1 Col
: 27 End tag
(b
) violates step
1, paragraph
2 of the adoption agency algorithm.
710 Line
: 1 Col
: 31 Expected closing tag. Unexpected
end of file.
723 <!DOCTYPE html
><title
>U
-test
</title
><body
><div><p
>Test
<u
></p
></div></body
>
725 Line
: 1 Col
: 61 Unexpected
end tag
(p
). Ignored.
739 <!DOCTYPE html
><font
><table
></font
></table
></font
>
741 Line
: 1 Col
: 35 Unexpected
end tag
(font
) in table context caused voodoo mode.
742 Line
: 1 Col
: 35 End tag
(font
) violates step
1, paragraph
1 of the adoption agency algorithm.
752 <font
><p
>hello
<b
>cruel
</font
>world
754 Line
: 1 Col
: 6 Unexpected start tag
(font
). Expected DOCTYPE.
755 Line
: 1 Col
: 29 End tag
(font
) violates step
1, paragraph
3 of the adoption agency algorithm.
756 Line
: 1 Col
: 29 End tag
(font
) violates step
1, paragraph
3 of the adoption agency algorithm.
757 Line
: 1 Col
: 34 Expected closing tag. Unexpected
end of file.
774 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
775 Line
: 1 Col
: 11 End tag
(i
) violates step
1, paragraph
1 of the adoption agency algorithm.
776 Line
: 1 Col
: 15 Expected closing tag. Unexpected
end of file.
787 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
788 Line
: 1 Col
: 17 Expected closing tag. Unexpected
end of file.
801 <b
>A
<cite
>B
<div>C
</cite
>D
803 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
804 Line
: 1 Col
: 24 Unexpected
end tag
(cite
). Ignored.
805 Line
: 1 Col
: 25 Expected closing tag. Unexpected
end of file.
818 <b
>A
<cite
>B
<div>C
</b
>D
820 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
821 Line
: 1 Col
: 21 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
822 Line
: 1 Col
: 22 Expected closing tag. Unexpected
end of file.
839 Line
: 1 Col
: 0 Unexpected End of file. Expected DOCTYPE.
848 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
849 Line
: 1 Col
: 5 Expected closing tag. Unexpected
end of file.
859 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
860 Line
: 1 Col
: 9 Expected closing tag. Unexpected
end of file.
871 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
872 Line
: 1 Col
: 13 Expected closing tag. Unexpected
end of file.
884 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
885 Line
: 1 Col
: 17 Expected closing tag. Unexpected
end of file.
896 <DIV
> abc
<B
> def
<I
>
898 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
899 Line
: 1 Col
: 21 Expected closing tag. Unexpected
end of file.
911 <DIV
> abc
<B
> def
<I
> ghi
913 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
914 Line
: 1 Col
: 25 Expected closing tag. Unexpected
end of file.
927 <DIV
> abc
<B
> def
<I
> ghi
<P
>
929 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
930 Line
: 1 Col
: 29 Expected closing tag. Unexpected
end of file.
944 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
946 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
947 Line
: 1 Col
: 33 Expected closing tag. Unexpected
end of file.
962 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
</B
>
964 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
965 Line
: 1 Col
: 38 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
966 Line
: 1 Col
: 38 Expected closing tag. Unexpected
end of file.
983 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
</B
> mno
985 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
986 Line
: 1 Col
: 38 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
987 Line
: 1 Col
: 42 Expected closing tag. Unexpected
end of file.
1005 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
</B
> mno
</I
>
1007 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
1008 Line
: 1 Col
: 38 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
1009 Line
: 1 Col
: 47 End tag
(i
) violates step
1, paragraph
3 of the adoption agency algorithm.
1010 Line
: 1 Col
: 47 Expected closing tag. Unexpected
end of file.
1029 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
</B
> mno
</I
> pqr
1031 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
1032 Line
: 1 Col
: 38 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
1033 Line
: 1 Col
: 47 End tag
(i
) violates step
1, paragraph
3 of the adoption agency algorithm.
1034 Line
: 1 Col
: 51 Expected closing tag. Unexpected
end of file.
1054 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
</B
> mno
</I
> pqr
</P
>
1056 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
1057 Line
: 1 Col
: 38 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
1058 Line
: 1 Col
: 47 End tag
(i
) violates step
1, paragraph
3 of the adoption agency algorithm.
1059 Line
: 1 Col
: 56 Expected closing tag. Unexpected
end of file.
1079 <DIV
> abc
<B
> def
<I
> ghi
<P
> jkl
</B
> mno
</I
> pqr
</P
> stu
1081 Line
: 1 Col
: 5 Unexpected start tag
(div). Expected DOCTYPE.
1082 Line
: 1 Col
: 38 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
1083 Line
: 1 Col
: 47 End tag
(i
) violates step
1, paragraph
3 of the adoption agency algorithm.
1084 Line
: 1 Col
: 60 Expected closing tag. Unexpected
end of file.
1105 <test attribute
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
1107 Line
: 1 Col
: 1040 Unexpected start tag
(test
). Expected DOCTYPE.
1108 Line
: 1 Col
: 1040 Expected closing tag. Unexpected
end of file.
1114 | attribute
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=""
1117 <a href
="blah">aba
<table
><a href
="foo">br
<tr
><td
></td
></tr
>x
</table
>aoe
1119 Line
: 1 Col
: 15 Unexpected start tag
(a
). Expected DOCTYPE.
1120 Line
: 1 Col
: 39 Unexpected start tag
(a
) in table context caused voodoo mode.
1121 Line
: 1 Col
: 39 Unexpected start tag
(a
) implies
end tag
(a
).
1122 Line
: 1 Col
: 39 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
1123 Line
: 1 Col
: 45 Unexpected implied
end tag
(a
) in the table phase.
1124 Line
: 1 Col
: 68 Unexpected implied
end tag
(a
) in the table phase.
1125 Line
: 1 Col
: 71 Expected closing tag. Unexpected
end of file.
1149 <a href
="blah">aba
<table
><tr
><td
><a href
="foo">br
</td
></tr
>x
</table
>aoe
1151 Line
: 1 Col
: 15 Unexpected start tag
(a
). Expected DOCTYPE.
1152 Line
: 1 Col
: 54 Got table cell
end tag
(td
) while required
end tags are missing.
1153 Line
: 1 Col
: 60 Unexpected non
-space characters
in table context caused voodoo mode.
1154 Line
: 1 Col
: 71 Expected closing tag. Unexpected
end of file.
1172 <table
><a href
="blah">aba
<tr
><td
><a href
="foo">br
</td
></tr
>x
</table
>aoe
1174 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
1175 Line
: 1 Col
: 22 Unexpected start tag
(a
) in table context caused voodoo mode.
1176 Line
: 1 Col
: 29 Unexpected implied
end tag
(a
) in the table phase.
1177 Line
: 1 Col
: 54 Got table cell
end tag
(td
) while required
end tags are missing.
1178 Line
: 1 Col
: 68 Unexpected implied
end tag
(a
) in the table phase.
1179 Line
: 1 Col
: 71 Expected closing tag. Unexpected
end of file.
1202 <a href
=a
>aa
<marquee
>aa
<a href
=b
>bb
</marquee
>aa
1204 Line
: 1 Col
: 10 Unexpected start tag
(a
). Expected DOCTYPE.
1205 Line
: 1 Col
: 45 End tag
(marquee
) seen too early. Expected other
end tag.
1206 Line
: 1 Col
: 47 Expected closing tag. Unexpected
end of file.
1222 <wbr
><strike
><code
></strike
><code
><strike
></code
>
1224 Line
: 1 Col
: 5 Unexpected start tag
(wbr
). Expected DOCTYPE.
1225 Line
: 1 Col
: 28 End tag
(strike
) violates step
1, paragraph
3 of the adoption agency algorithm.
1226 Line
: 1 Col
: 49 Unexpected
end tag
(code
). Ignored.
1239 <!DOCTYPE html
><spacer
>foo
1241 26: End of file seen
and there were open elements.
1251 <title
><meta
></title
><link
><title
><meta
></title
>
1253 Line
: 1 Col
: 7 Unexpected start tag
(title
). Expected DOCTYPE.
1265 <style
><!--</style
><meta
><script
>--><link
></script
>
1267 Line
: 1 Col
: 7 Unexpected start tag
(style
). Expected DOCTYPE.
1268 Line
: 1 Col
: 51 Unexpected
end of file. Expected
end tag
(style
).
1280 <head
><meta
></head
><link
>
1282 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
1283 Line
: 1 Col
: 25 Unexpected start tag
(link
) that can be
in head. Moved.
1292 <table
><tr
><tr
><td
><td
><span
><th
><span
>X
</table
>
1294 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
1295 Line
: 1 Col
: 33 Got table cell
end tag
(td
) while required
end tags are missing.
1296 Line
: 1 Col
: 48 Got table cell
end tag
(th
) while required
end tags are missing.
1313 <body
><body
><base
><link
><meta
><title
><p
></title
><body
><p
></body
>
1315 Line
: 1 Col
: 6 Unexpected start tag
(body
). Expected DOCTYPE.
1316 Line
: 1 Col
: 12 Unexpected start tag
(body
).
1317 Line
: 1 Col
: 54 Unexpected start tag
(body
).
1318 Line
: 1 Col
: 64 Unexpected
end tag
(p
). Missing
end tag
(body
).
1331 <textarea
><p
></textarea
>
1333 Line
: 1 Col
: 10 Unexpected start tag
(textarea
). Expected DOCTYPE.
1344 Line
: 1 Col
: 3 Unexpected start tag
(p
). Expected DOCTYPE.
1345 Line
: 1 Col
: 10 Unexpected start tag
(image
). Treated as img.
1354 <a
><table
><a
></table
><p
><a
><div><a
>
1356 Line
: 1 Col
: 3 Unexpected start tag
(a
). Expected DOCTYPE.
1357 Line
: 1 Col
: 13 Unexpected start tag
(a
) in table context caused voodoo mode.
1358 Line
: 1 Col
: 13 Unexpected start tag
(a
) implies
end tag
(a
).
1359 Line
: 1 Col
: 13 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
1360 Line
: 1 Col
: 21 Unexpected
end tag
(table
). Expected
end tag
(a
).
1361 Line
: 1 Col
: 27 Unexpected start tag
(a
) implies
end tag
(a
).
1362 Line
: 1 Col
: 27 End tag
(a
) violates step
1, paragraph
2 of the adoption agency algorithm.
1363 Line
: 1 Col
: 32 Unexpected
end tag
(p
). Ignored.
1364 Line
: 1 Col
: 35 Unexpected start tag
(a
) implies
end tag
(a
).
1365 Line
: 1 Col
: 35 End tag
(a
) violates step
1, paragraph
2 of the adoption agency algorithm.
1366 Line
: 1 Col
: 35 Expected closing tag. Unexpected
end of file.
1382 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
1383 Line
: 1 Col
: 10 Unexpected
end tag
(p
). Ignored.
1392 <head
></html
><meta
><p
>
1394 Line
: 1 Col
: 6 Unexpected start tag
(head
). Expected DOCTYPE.
1395 Line
: 1 Col
: 19 Unexpected start tag
(meta
).
1404 <b
><table
><td
><i
></table
>
1406 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
1407 Line
: 1 Col
: 14 Unexpected table cell start tag
(td
) in the table body phase.
1408 Line
: 1 Col
: 25 Got table cell
end tag
(td
) while required
end tags are missing.
1409 Line
: 1 Col
: 25 Expected closing tag. Unexpected
end of file.
1422 <b
><table
><td
></b
><i
></table
>
1424 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
1425 Line
: 1 Col
: 14 Unexpected table cell start tag
(td
) in the table body phase.
1426 Line
: 1 Col
: 18 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
1427 Line
: 1 Col
: 29 Got table cell
end tag
(td
) while required
end tags are missing.
1428 Line
: 1 Col
: 29 Expected closing tag. Unexpected
end of file.
1443 4: Start tag seen without seeing a doctype
first. Expected “
<!DOCTYPE html
>”.
1444 8: Heading cannot be a child of another heading.
1445 8: End of file seen
and there were open elements.
1454 <a
><p
><a
></a
></p
></a
>
1456 Line
: 1 Col
: 3 Unexpected start tag
(a
). Expected DOCTYPE.
1457 Line
: 1 Col
: 9 Unexpected start tag
(a
) implies
end tag
(a
).
1458 Line
: 1 Col
: 9 End tag
(a
) violates step
1, paragraph
3 of the adoption agency algorithm.
1459 Line
: 1 Col
: 21 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
1470 <b
><button
></b
></button
></b
>
1472 Line
: 1 Col
: 3 Unexpected start tag
(b
). Expected DOCTYPE.
1473 Line
: 1 Col
: 15 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
1483 <p
><b
><div><marquee
></p
></b
></div>
1485 Line
: 1 Col
: 3 Unexpected start tag
(p
). Expected DOCTYPE.
1486 Line
: 1 Col
: 11 Unexpected
end tag
(p
). Ignored.
1487 Line
: 1 Col
: 24 Unexpected
end tag
(p
). Ignored.
1488 Line
: 1 Col
: 28 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
1489 Line
: 1 Col
: 34 End tag
(div) seen too early. Expected other
end tag.
1490 Line
: 1 Col
: 34 Expected closing tag. Unexpected
end of file.
1503 <script
></script
></div><title
></title
><p
><p
>
1505 Line
: 1 Col
: 8 Unexpected start tag
(script
). Expected DOCTYPE.
1506 Line
: 1 Col
: 23 Unexpected
end tag
(div). Ignored.
1519 Line
: 1 Col
: 3 Unexpected start tag
(p
). Expected DOCTYPE.
1520 Line
: 1 Col
: 11 Unexpected
end tag
(p
). Ignored.
1530 <select
><b
><option><select
><option></b
></select
>
1532 Line
: 1 Col
: 8 Unexpected start tag
(select
). Expected DOCTYPE.
1533 Line
: 1 Col
: 11 Unexpected start tag token
(b
) in the select phase. Ignored.
1534 Line
: 1 Col
: 27 Unexpected select start tag
in the select phase treated as select
end tag.
1535 Line
: 1 Col
: 39 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
1536 Line
: 1 Col
: 48 Unexpected
end tag
(select
). Ignored.
1537 Line
: 1 Col
: 48 Expected closing tag. Unexpected
end of file.
1547 <html
><head
><title
></title
><body
></body
></html
>
1549 Line
: 1 Col
: 6 Unexpected start tag
(html
). Expected DOCTYPE.
1557 <a
><table
><td
><a
><table
></table
><a
></tr
><a
></table
><a
>
1559 Line
: 1 Col
: 3 Unexpected start tag
(a
). Expected DOCTYPE.
1560 Line
: 1 Col
: 14 Unexpected table cell start tag
(td
) in the table body phase.
1561 Line
: 1 Col
: 35 Unexpected start tag
(a
) implies
end tag
(a
).
1562 Line
: 1 Col
: 40 Got table cell
end tag
(td
) while required
end tags are missing.
1563 Line
: 1 Col
: 43 Unexpected start tag
(a
) in table context caused voodoo mode.
1564 Line
: 1 Col
: 43 Unexpected start tag
(a
) implies
end tag
(a
).
1565 Line
: 1 Col
: 43 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
1566 Line
: 1 Col
: 51 Unexpected implied
end tag
(a
) in the table phase.
1567 Line
: 1 Col
: 54 Unexpected start tag
(a
) implies
end tag
(a
).
1568 Line
: 1 Col
: 54 End tag
(a
) violates step
1, paragraph
2 of the adoption agency algorithm.
1569 Line
: 1 Col
: 54 Expected closing tag. Unexpected
end of file.
1586 <ul
><li
></li
><div><li
></div><li
><li
><div><li
><address
><li
><b
><em
></b
><li
></ul
>
1588 Line
: 1 Col
: 4 Unexpected start tag
(ul
). Expected DOCTYPE.
1589 Line
: 1 Col
: 45 Missing
end tag
(div, li
).
1590 Line
: 1 Col
: 58 Missing
end tag
(address
, li
).
1591 Line
: 1 Col
: 69 End tag
(b
) violates step
1, paragraph
3 of the adoption agency algorithm.
1611 <ul
><li
><ul
></li
><li
>a
</li
></ul
></li
></ul
>
1625 <frameset
><frame
><frameset
><frame
></frameset
><noframes
></noframes
></frameset
>
1627 Line
: 1 Col
: 10 Unexpected start tag
(frameset
). Expected DOCTYPE.
1638 <h1
><table
><td
><h3
></table
><h3
></h1
>
1640 4: Start tag seen without seeing a doctype
first. Expected “
<!DOCTYPE html
>”.
1641 15: “td” start tag
in table body.
1642 27: Unclosed elements.
1643 31: Heading cannot be a child of another heading.
1644 36: End tag “h1” seen but there were unclosed elements.
1658 <table
><colgroup
><col
><colgroup
><col
><col
><col
><colgroup
><col
><col
><thead
><tr
><td
></table
>
1660 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
1680 <table
><col
><tbody
><col
><tr
><col
><td
><col
></table
><col
>
1682 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
1683 Line
: 1 Col
: 37 Unexpected table cell start tag
(td
) in the table body phase.
1684 Line
: 1 Col
: 55 Unexpected start tag col. Ignored.
1706 <table
><colgroup
><tbody
><colgroup
><tr
><colgroup
><td
><colgroup
></table
><colgroup
>
1708 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
1709 Line
: 1 Col
: 52 Unexpected table cell start tag
(td
) in the table body phase.
1710 Line
: 1 Col
: 80 Unexpected start tag colgroup. Ignored.
1728 </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
>
1730 Line
: 1 Col
: 9 Unexpected
end tag
(strong
). Expected DOCTYPE.
1731 Line
: 1 Col
: 9 Unexpected
end tag
(strong
) after the
(implied
) root element.
1732 Line
: 1 Col
: 13 Unexpected
end tag
(b
) after the
(implied
) root element.
1733 Line
: 1 Col
: 18 Unexpected
end tag
(em
) after the
(implied
) root element.
1734 Line
: 1 Col
: 22 Unexpected
end tag
(i
) after the
(implied
) root element.
1735 Line
: 1 Col
: 26 Unexpected
end tag
(u
) after the
(implied
) root element.
1736 Line
: 1 Col
: 35 Unexpected
end tag
(strike
) after the
(implied
) root element.
1737 Line
: 1 Col
: 39 Unexpected
end tag
(s
) after the
(implied
) root element.
1738 Line
: 1 Col
: 47 Unexpected
end tag
(blink
) after the
(implied
) root element.
1739 Line
: 1 Col
: 52 Unexpected
end tag
(tt
) after the
(implied
) root element.
1740 Line
: 1 Col
: 58 Unexpected
end tag
(pre
) after the
(implied
) root element.
1741 Line
: 1 Col
: 64 Unexpected
end tag
(big
) after the
(implied
) root element.
1742 Line
: 1 Col
: 72 Unexpected
end tag
(small
) after the
(implied
) root element.
1743 Line
: 1 Col
: 79 Unexpected
end tag
(font
) after the
(implied
) root element.
1744 Line
: 1 Col
: 88 Unexpected
end tag
(select
) after the
(implied
) root element.
1745 Line
: 1 Col
: 93 Unexpected
end tag
(h1
) after the
(implied
) root element.
1746 Line
: 1 Col
: 98 Unexpected
end tag
(h2
) after the
(implied
) root element.
1747 Line
: 1 Col
: 103 Unexpected
end tag
(h3
) after the
(implied
) root element.
1748 Line
: 1 Col
: 108 Unexpected
end tag
(h4
) after the
(implied
) root element.
1749 Line
: 1 Col
: 113 Unexpected
end tag
(h5
) after the
(implied
) root element.
1750 Line
: 1 Col
: 118 Unexpected
end tag
(h6
) after the
(implied
) root element.
1751 Line
: 1 Col
: 125 Unexpected
end tag
(body
) after the
(implied
) root element.
1752 Line
: 1 Col
: 130 Unexpected
end tag
(br
). Treated as br element.
1753 Line
: 1 Col
: 134 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
1754 Line
: 1 Col
: 140 This element
(img
) has no
end tag.
1755 Line
: 1 Col
: 148 Unexpected
end tag
(title
). Ignored.
1756 Line
: 1 Col
: 155 Unexpected
end tag
(span
). Ignored.
1757 Line
: 1 Col
: 163 Unexpected
end tag
(style
). Ignored.
1758 Line
: 1 Col
: 172 Unexpected
end tag
(script
). Ignored.
1759 Line
: 1 Col
: 180 Unexpected
end tag
(table
). Ignored.
1760 Line
: 1 Col
: 185 Unexpected
end tag
(th
). Ignored.
1761 Line
: 1 Col
: 190 Unexpected
end tag
(td
). Ignored.
1762 Line
: 1 Col
: 195 Unexpected
end tag
(tr
). Ignored.
1763 Line
: 1 Col
: 203 This element
(frame
) has no
end tag.
1764 Line
: 1 Col
: 210 This element
(area
) has no
end tag.
1765 Line
: 1 Col
: 217 Unexpected
end tag
(link
). Ignored.
1766 Line
: 1 Col
: 225 This element
(param) has no
end tag.
1767 Line
: 1 Col
: 230 This element
(hr
) has no
end tag.
1768 Line
: 1 Col
: 238 This element
(input
) has no
end tag.
1769 Line
: 1 Col
: 244 Unexpected
end tag
(col
). Ignored.
1770 Line
: 1 Col
: 251 Unexpected
end tag
(base
). Ignored.
1771 Line
: 1 Col
: 258 Unexpected
end tag
(meta
). Ignored.
1772 Line
: 1 Col
: 269 This element
(basefont
) has no
end tag.
1773 Line
: 1 Col
: 279 This element
(bgsound
) has no
end tag.
1774 Line
: 1 Col
: 287 This element
(embed
) has no
end tag.
1775 Line
: 1 Col
: 296 This element
(spacer
) has no
end tag.
1776 Line
: 1 Col
: 300 Unexpected
end tag
(p
). Ignored.
1777 Line
: 1 Col
: 305 End tag
(dd
) seen too early. Expected other
end tag.
1778 Line
: 1 Col
: 310 End tag
(dt
) seen too early. Expected other
end tag.
1779 Line
: 1 Col
: 320 Unexpected
end tag
(caption
). Ignored.
1780 Line
: 1 Col
: 331 Unexpected
end tag
(colgroup
). Ignored.
1781 Line
: 1 Col
: 339 Unexpected
end tag
(tbody
). Ignored.
1782 Line
: 1 Col
: 347 Unexpected
end tag
(tfoot
). Ignored.
1783 Line
: 1 Col
: 355 Unexpected
end tag
(thead
). Ignored.
1784 Line
: 1 Col
: 365 End tag
(address
) seen too early. Expected other
end tag.
1785 Line
: 1 Col
: 378 End tag
(blockquote
) seen too early. Expected other
end tag.
1786 Line
: 1 Col
: 387 End tag
(center
) seen too early. Expected other
end tag.
1787 Line
: 1 Col
: 393 Unexpected
end tag
(dir
). Ignored.
1788 Line
: 1 Col
: 399 End tag
(div) seen too early. Expected other
end tag.
1789 Line
: 1 Col
: 404 End tag
(dl
) seen too early. Expected other
end tag.
1790 Line
: 1 Col
: 415 End tag
(fieldset
) seen too early. Expected other
end tag.
1791 Line
: 1 Col
: 425 End tag
(listing
) seen too early. Expected other
end tag.
1792 Line
: 1 Col
: 432 End tag
(menu
) seen too early. Expected other
end tag.
1793 Line
: 1 Col
: 437 End tag
(ol
) seen too early. Expected other
end tag.
1794 Line
: 1 Col
: 442 End tag
(ul
) seen too early. Expected other
end tag.
1795 Line
: 1 Col
: 447 End tag
(li
) seen too early. Expected other
end tag.
1796 Line
: 1 Col
: 454 End tag
(nobr
) violates step
1, paragraph
1 of the adoption agency algorithm.
1797 Line
: 1 Col
: 460 This element
(wbr
) has no
end tag.
1798 Line
: 1 Col
: 476 End tag
(button
) seen too early. Expected other
end tag.
1799 Line
: 1 Col
: 486 End tag
(marquee
) seen too early. Expected other
end tag.
1800 Line
: 1 Col
: 495 End tag
(object
) seen too early. Expected other
end tag.
1801 Line
: 1 Col
: 513 Unexpected
end tag
(html
). Ignored.
1802 Line
: 1 Col
: 513 Unexpected
end tag
(frameset
). Ignored.
1803 Line
: 1 Col
: 520 Unexpected
end tag
(head
). Ignored.
1804 Line
: 1 Col
: 529 Unexpected
end tag
(iframe
). Ignored.
1805 Line
: 1 Col
: 537 This element
(image
) has no
end tag.
1806 Line
: 1 Col
: 547 This element
(isindex
) has no
end tag.
1807 Line
: 1 Col
: 557 Unexpected
end tag
(noembed
). Ignored.
1808 Line
: 1 Col
: 568 Unexpected
end tag
(noframes
). Ignored.
1809 Line
: 1 Col
: 579 Unexpected
end tag
(noscript
). Ignored.
1810 Line
: 1 Col
: 590 Unexpected
end tag
(optgroup
). Ignored.
1811 Line
: 1 Col
: 599 Unexpected
end tag
(option). Ignored.
1812 Line
: 1 Col
: 611 Unexpected
end tag
(plaintext
). Ignored.
1813 Line
: 1 Col
: 622 Unexpected
end tag
(textarea
). Ignored.
1822 <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
>
1824 Line
: 1 Col
: 7 Unexpected start tag
(table
). Expected DOCTYPE.
1825 Line
: 1 Col
: 20 Unexpected
end tag
(strong
) in table context caused voodoo mode.
1826 Line
: 1 Col
: 20 End tag
(strong
) violates step
1, paragraph
1 of the adoption agency algorithm.
1827 Line
: 1 Col
: 24 Unexpected
end tag
(b
) in table context caused voodoo mode.
1828 Line
: 1 Col
: 24 End tag
(b
) violates step
1, paragraph
1 of the adoption agency algorithm.
1829 Line
: 1 Col
: 29 Unexpected
end tag
(em
) in table context caused voodoo mode.
1830 Line
: 1 Col
: 29 End tag
(em
) violates step
1, paragraph
1 of the adoption agency algorithm.
1831 Line
: 1 Col
: 33 Unexpected
end tag
(i
) in table context caused voodoo mode.
1832 Line
: 1 Col
: 33 End tag
(i
) violates step
1, paragraph
1 of the adoption agency algorithm.
1833 Line
: 1 Col
: 37 Unexpected
end tag
(u
) in table context caused voodoo mode.
1834 Line
: 1 Col
: 37 End tag
(u
) violates step
1, paragraph
1 of the adoption agency algorithm.
1835 Line
: 1 Col
: 46 Unexpected
end tag
(strike
) in table context caused voodoo mode.
1836 Line
: 1 Col
: 46 End tag
(strike
) violates step
1, paragraph
1 of the adoption agency algorithm.
1837 Line
: 1 Col
: 50 Unexpected
end tag
(s
) in table context caused voodoo mode.
1838 Line
: 1 Col
: 50 End tag
(s
) violates step
1, paragraph
1 of the adoption agency algorithm.
1839 Line
: 1 Col
: 58 Unexpected
end tag
(blink
) in table context caused voodoo mode.
1840 Line
: 1 Col
: 58 Unexpected
end tag
(blink
). Ignored.
1841 Line
: 1 Col
: 63 Unexpected
end tag
(tt
) in table context caused voodoo mode.
1842 Line
: 1 Col
: 63 End tag
(tt
) violates step
1, paragraph
1 of the adoption agency algorithm.
1843 Line
: 1 Col
: 69 Unexpected
end tag
(pre
) in table context caused voodoo mode.
1844 Line
: 1 Col
: 69 End tag
(pre
) seen too early. Expected other
end tag.
1845 Line
: 1 Col
: 75 Unexpected
end tag
(big
) in table context caused voodoo mode.
1846 Line
: 1 Col
: 75 End tag
(big
) violates step
1, paragraph
1 of the adoption agency algorithm.
1847 Line
: 1 Col
: 83 Unexpected
end tag
(small
) in table context caused voodoo mode.
1848 Line
: 1 Col
: 83 End tag
(small
) violates step
1, paragraph
1 of the adoption agency algorithm.
1849 Line
: 1 Col
: 90 Unexpected
end tag
(font
) in table context caused voodoo mode.
1850 Line
: 1 Col
: 90 End tag
(font
) violates step
1, paragraph
1 of the adoption agency algorithm.
1851 Line
: 1 Col
: 99 Unexpected
end tag
(select
) in table context caused voodoo mode.
1852 Line
: 1 Col
: 99 Unexpected
end tag
(select
). Ignored.
1853 Line
: 1 Col
: 104 Unexpected
end tag
(h1
) in table context caused voodoo mode.
1854 Line
: 1 Col
: 104 End tag
(h1
) seen too early. Expected other
end tag.
1855 Line
: 1 Col
: 109 Unexpected
end tag
(h2
) in table context caused voodoo mode.
1856 Line
: 1 Col
: 109 End tag
(h2
) seen too early. Expected other
end tag.
1857 Line
: 1 Col
: 114 Unexpected
end tag
(h3
) in table context caused voodoo mode.
1858 Line
: 1 Col
: 114 End tag
(h3
) seen too early. Expected other
end tag.
1859 Line
: 1 Col
: 119 Unexpected
end tag
(h4
) in table context caused voodoo mode.
1860 Line
: 1 Col
: 119 End tag
(h4
) seen too early. Expected other
end tag.
1861 Line
: 1 Col
: 124 Unexpected
end tag
(h5
) in table context caused voodoo mode.
1862 Line
: 1 Col
: 124 End tag
(h5
) seen too early. Expected other
end tag.
1863 Line
: 1 Col
: 129 Unexpected
end tag
(h6
) in table context caused voodoo mode.
1864 Line
: 1 Col
: 129 End tag
(h6
) seen too early. Expected other
end tag.
1865 Line
: 1 Col
: 136 Unexpected
end tag
(body
) in the table row phase. Ignored.
1866 Line
: 1 Col
: 141 Unexpected
end tag
(br
) in table context caused voodoo mode.
1867 Line
: 1 Col
: 141 Unexpected
end tag
(br
). Treated as br element.
1868 Line
: 1 Col
: 145 Unexpected
end tag
(a
) in table context caused voodoo mode.
1869 Line
: 1 Col
: 145 End tag
(a
) violates step
1, paragraph
1 of the adoption agency algorithm.
1870 Line
: 1 Col
: 151 Unexpected
end tag
(img
) in table context caused voodoo mode.
1871 Line
: 1 Col
: 151 This element
(img
) has no
end tag.
1872 Line
: 1 Col
: 159 Unexpected
end tag
(title
) in table context caused voodoo mode.
1873 Line
: 1 Col
: 159 Unexpected
end tag
(title
). Ignored.
1874 Line
: 1 Col
: 166 Unexpected
end tag
(span
) in table context caused voodoo mode.
1875 Line
: 1 Col
: 166 Unexpected
end tag
(span
). Ignored.
1876 Line
: 1 Col
: 174 Unexpected
end tag
(style
) in table context caused voodoo mode.
1877 Line
: 1 Col
: 174 Unexpected
end tag
(style
). Ignored.
1878 Line
: 1 Col
: 183 Unexpected
end tag
(script
) in table context caused voodoo mode.
1879 Line
: 1 Col
: 183 Unexpected
end tag
(script
). Ignored.
1880 Line
: 1 Col
: 196 Unexpected
end tag
(th
). Ignored.
1881 Line
: 1 Col
: 201 Unexpected
end tag
(td
). Ignored.
1882 Line
: 1 Col
: 206 Unexpected
end tag
(tr
). Ignored.
1883 Line
: 1 Col
: 214 This element
(frame
) has no
end tag.
1884 Line
: 1 Col
: 221 This element
(area
) has no
end tag.
1885 Line
: 1 Col
: 228 Unexpected
end tag
(link
). Ignored.
1886 Line
: 1 Col
: 236 This element
(param) has no
end tag.
1887 Line
: 1 Col
: 241 This element
(hr
) has no
end tag.
1888 Line
: 1 Col
: 249 This element
(input
) has no
end tag.
1889 Line
: 1 Col
: 255 Unexpected
end tag
(col
). Ignored.
1890 Line
: 1 Col
: 262 Unexpected
end tag
(base
). Ignored.
1891 Line
: 1 Col
: 269 Unexpected
end tag
(meta
). Ignored.
1892 Line
: 1 Col
: 280 This element
(basefont
) has no
end tag.
1893 Line
: 1 Col
: 290 This element
(bgsound
) has no
end tag.
1894 Line
: 1 Col
: 298 This element
(embed
) has no
end tag.
1895 Line
: 1 Col
: 307 This element
(spacer
) has no
end tag.
1896 Line
: 1 Col
: 311 Unexpected
end tag
(p
). Ignored.
1897 Line
: 1 Col
: 316 End tag
(dd
) seen too early. Expected other
end tag.
1898 Line
: 1 Col
: 321 End tag
(dt
) seen too early. Expected other
end tag.
1899 Line
: 1 Col
: 331 Unexpected
end tag
(caption
). Ignored.
1900 Line
: 1 Col
: 342 Unexpected
end tag
(colgroup
). Ignored.
1901 Line
: 1 Col
: 350 Unexpected
end tag
(tbody
). Ignored.
1902 Line
: 1 Col
: 358 Unexpected
end tag
(tfoot
). Ignored.
1903 Line
: 1 Col
: 366 Unexpected
end tag
(thead
). Ignored.
1904 Line
: 1 Col
: 376 End tag
(address
) seen too early. Expected other
end tag.
1905 Line
: 1 Col
: 389 End tag
(blockquote
) seen too early. Expected other
end tag.
1906 Line
: 1 Col
: 398 End tag
(center
) seen too early. Expected other
end tag.
1907 Line
: 1 Col
: 404 Unexpected
end tag
(dir
). Ignored.
1908 Line
: 1 Col
: 410 End tag
(div) seen too early. Expected other
end tag.
1909 Line
: 1 Col
: 415 End tag
(dl
) seen too early. Expected other
end tag.
1910 Line
: 1 Col
: 426 End tag
(fieldset
) seen too early. Expected other
end tag.
1911 Line
: 1 Col
: 436 End tag
(listing
) seen too early. Expected other
end tag.
1912 Line
: 1 Col
: 443 End tag
(menu
) seen too early. Expected other
end tag.
1913 Line
: 1 Col
: 448 End tag
(ol
) seen too early. Expected other
end tag.
1914 Line
: 1 Col
: 453 End tag
(ul
) seen too early. Expected other
end tag.
1915 Line
: 1 Col
: 458 End tag
(li
) seen too early. Expected other
end tag.
1916 Line
: 1 Col
: 465 End tag
(nobr
) violates step
1, paragraph
1 of the adoption agency algorithm.
1917 Line
: 1 Col
: 471 This element
(wbr
) has no
end tag.
1918 Line
: 1 Col
: 487 End tag
(button
) seen too early. Expected other
end tag.
1919 Line
: 1 Col
: 497 End tag
(marquee
) seen too early. Expected other
end tag.
1920 Line
: 1 Col
: 506 End tag
(object
) seen too early. Expected other
end tag.
1921 Line
: 1 Col
: 524 Unexpected
end tag
(html
). Ignored.
1922 Line
: 1 Col
: 524 Unexpected
end tag
(frameset
). Ignored.
1923 Line
: 1 Col
: 531 Unexpected
end tag
(head
). Ignored.
1924 Line
: 1 Col
: 540 Unexpected
end tag
(iframe
). Ignored.
1925 Line
: 1 Col
: 548 This element
(image
) has no
end tag.
1926 Line
: 1 Col
: 558 This element
(isindex
) has no
end tag.
1927 Line
: 1 Col
: 568 Unexpected
end tag
(noembed
). Ignored.
1928 Line
: 1 Col
: 579 Unexpected
end tag
(noframes
). Ignored.
1929 Line
: 1 Col
: 590 Unexpected
end tag
(noscript
). Ignored.
1930 Line
: 1 Col
: 601 Unexpected
end tag
(optgroup
). Ignored.
1931 Line
: 1 Col
: 610 Unexpected
end tag
(option). Ignored.
1932 Line
: 1 Col
: 622 Unexpected
end tag
(plaintext
). Ignored.
1933 Line
: 1 Col
: 633 Unexpected
end tag
(textarea
). Ignored.
1947 Line
: 1 Col
: 10 Unexpected start tag
(frameset
). Expected DOCTYPE.
1948 Line
: 1 Col
: 10 Expected closing tag. Unexpected
end of file.