Skip to content

Commit fe972fa

Browse files
stevecheckowayjgraham
authored andcommitted
Add missing errors
The `</td>` is parsed in the "in cell" insertion mode and is an error because it doesn't match the open `span` element. Each of the three characters in `Foo` is reparented and is an error.
1 parent 68ee040 commit fe972fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tree-construction/namespace-sensitivity.dat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#data
22
<body><table><tr><td><svg><td><foreignObject><span></td>Foo
33
#errors
4+
(1,6): expected-doctype-but-got-start-tag
5+
(1,56): unexpected-end-tag
6+
(1,60): foster-parenting-character
7+
(1,60): foster-parenting-character
8+
(1,60): foster-parenting-character
9+
(1,60): expected-closing-tag-but-got-eof
410
#document
511
| <html>
612
| <head>

0 commit comments

Comments
 (0)