File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -2265,17 +2265,13 @@ Line 1 Col 51 Expected closing tag. Unexpected end of file.
2265
2265
#data
2266
2266
<!doctype html><form><table></form><form></table></form>
2267
2267
#errors
2268
- Line 1 Col 35 Unexpected end tag (form) in table context caused voodoo mode.
2269
- Line 1 Col 35 Unexpected end tag (form). Ignored.
2270
- Line 1 Col 41 Unexpected start tag (form) in table context caused voodoo mode.
2271
- Line 1 Col 49 Unexpected end tag (table). Expected end tag (form).
2272
- Line 1 Col 56 Unexpected end tag (form). Ignored.
2273
- Line 1 Col 56 Expected closing tag. Unexpected end of file.
2268
+ 35: Stray end tag “form”.
2269
+ 41: Start tag “form” seen in “table”.
2274
2270
#document
2275
2271
| <!DOCTYPE html>
2276
2272
| <html>
2277
2273
| <head>
2278
2274
| <body>
2279
2275
| <form>
2280
- | <form >
2281
- | <table >
2276
+ | <table >
2277
+ | <form >
You can’t perform that action at this time.
0 commit comments