12 |
#data |
#data |
13 |
<!doctype html></html> <head> |
<!doctype html></html> <head> |
14 |
#errors |
#errors |
15 |
Line: 1 Col: 29 Unexpected start tag (head). Expected end of file. |
22: Stray end tag “html”. |
16 |
Line: 1 Col: 29 Unexpected start tag token (head) in the after body phase. |
29: Stray start tag “head”. |
|
Line: 1 Col: 29 Unexpected start tag head. Ignored. |
|
17 |
#document |
#document |
18 |
| <!DOCTYPE html> |
| <!DOCTYPE html> |
19 |
| <html> |
| <html> |
20 |
| <head> |
| <head> |
21 |
| <body> |
| <body> |
|
| " " |
|
22 |
|
|
23 |
#data |
#data |
24 |
<!doctype html></body><meta> |
<!doctype html></body><meta> |
25 |
#errors |
#errors |
26 |
Line: 1 Col: 28 Unexpected start tag token (meta) in the after body phase. |
22: Stray end tag “body”. |
27 |
|
28: “meta” element outside “head”. |
28 |
#document |
#document |
29 |
| <!DOCTYPE html> |
| <!DOCTYPE html> |
30 |
| <html> |
| <html> |
31 |
| <head> |
| <head> |
|
| <body> |
|
32 |
| <meta> |
| <meta> |
33 |
|
| <body> |
34 |
|
|
35 |
#data |
#data |
36 |
<!doctype html><form><div></form><div> |
<!doctype html><form><div></form><div> |
492 |
Line: 1 Col: 31 Unexpected start tag (tbody). |
Line: 1 Col: 31 Unexpected start tag (tbody). |
493 |
Line: 1 Col: 38 Unexpected start tag (tfoot). |
Line: 1 Col: 38 Unexpected start tag (tfoot). |
494 |
Line: 1 Col: 45 Unexpected start tag (thead). |
Line: 1 Col: 45 Unexpected start tag (thead). |
|
Line: 1 Col: 49 Unexpected end of file. Expected table content. |
|
495 |
#document-fragment |
#document-fragment |
496 |
tbody |
tbody |
497 |
#document |
#document |
603 |
#data |
#data |
604 |
<html></html><!-- foo --> |
<html></html><!-- foo --> |
605 |
#errors |
#errors |
606 |
Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. |
6: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. |
607 |
|
13: Stray end tag “html”. |
608 |
#document |
#document |
609 |
| <html> |
| <html> |
610 |
|
| <!-- foo --> |
611 |
| <head> |
| <head> |
612 |
| <body> |
| <body> |
|
| <!-- foo --> |
|
613 |
|
|
614 |
#data |
#data |
615 |
<body></body></html> |
<body></body></html> |
616 |
#errors |
#errors |
617 |
Line: 1 Col: 20 Unexpected html end tag in inner html mode. |
Line: 1 Col: 20 Unexpected html end tag in inner html mode. |
618 |
|
Line: 1 Col: 20 Unexpected EOF in inner html mode. |
619 |
#document-fragment |
#document-fragment |
620 |
html |
html |
621 |
#document |
#document |