One
Two #errors -Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE. +3: missing document type declaration #document | |
@@ -24,7 +24,7 @@ Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE. #data Line1XYZ
#errors -Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE. -Line: 1 Col: 10 Unexpected start tag (a) implies end tag (a). -Line: 1 Col: 10 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm. -Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm. +3: missing document type declaration +10: a element start tag implying a element end tag +10: mismatched a element end tag (misnested tags) +24: mismatched a element end tag (no matching start tag) #document | | @@ -261,8 +259,8 @@ Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency #dataX
#errors
-Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
-Line: 1 Col: 11 Unexpected end tag (p). Ignored.
-Line: 1 Col: 24 Unexpected end tag (p). Ignored.
-Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
-Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
-Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
+3: missing document type declaration
+11: mismatched p element end tag
+24: mismatched p element end tag
+28: mismatched b element end tag (no matching start tag)
+34: mismatched div element end tag
+36: mismatched body element end tag (premature end of file?)
#document
|
|
@@ -288,14 +286,13 @@ Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
|
#errors -Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE. -Line: 1 Col: 28 Unexpected end tag (div). Ignored. +8: missing document type declaration +28: unexpected div element end tag in head #document | |
@@ -310,63 +307,56 @@ Line: 1 Col: 28 Unexpected end tag (div). Ignored. #data|
#data X #errors -Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE. -Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored. -Line: 1 Col: 27 Unexpected select start tag in the select phase treated as select end tag. -Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm. -Line: 1 Col: 48 Unexpected end tag (select). Ignored. -Line: 1 Col: 49 Expected closing tag. Unexpected end of file. +8: missing document type declaration +11: unexpected node in select element context +27: select element start tag used as end tag +35: unexpected option element start tag in body +39: mismatched b element end tag (no matching start tag) +48: mismatched special end tag select #document | |
| |