|
100 | 100 | #data |
101 | 101 | <table><select><option>3</select></table> |
102 | 102 | #errors |
103 | | -(1,7): expected-doctype-but-got-start-tag |
104 | | -(1,15): unexpected-start-tag-implies-table-voodoo |
| 103 | +1:1: ERROR: Expected a doctype token |
| 104 | +1:8: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, table. |
| 105 | +1:16: ERROR: Start tag 'option' isn't allowed here. Currently open tags: html, body, table, select. |
| 106 | +1:24: ERROR: Character tokens aren't legal here |
| 107 | +1:25: ERROR: End tag 'select' isn't allowed here. Currently open tags: html, body, table, select, option. |
105 | 108 | #document |
106 | 109 | | <html> |
107 | 110 | | <head> |
|
114 | 117 | #data |
115 | 118 | <table><select><table></table></select></table> |
116 | 119 | #errors |
117 | | -(1,7): expected-doctype-but-got-start-tag |
118 | | -(1,15): unexpected-start-tag-implies-table-voodoo |
119 | | -(1,22): unexpected-table-element-start-tag-in-select-in-table |
120 | | -(1,22): unexpected-start-tag-implies-end-tag |
121 | | -(1,39): unexpected-end-tag |
122 | | -(1,47): unexpected-end-tag |
| 120 | +1:1: ERROR: Expected a doctype token |
| 121 | +1:8: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, table. |
| 122 | +1:16: ERROR: Start tag 'table' isn't allowed here. Currently open tags: html, body, table, select. |
| 123 | +1:31: ERROR: End tag 'select' isn't allowed here. Currently open tags: html, body. |
| 124 | +1:40: ERROR: End tag 'table' isn't allowed here. Currently open tags: html, body. |
123 | 125 | #document |
124 | 126 | | <html> |
125 | 127 | | <head> |
|
131 | 133 | #data |
132 | 134 | <table><select></table> |
133 | 135 | #errors |
134 | | -(1,7): expected-doctype-but-got-start-tag |
135 | | -(1,15): unexpected-start-tag-implies-table-voodoo |
136 | | -(1,23): unexpected-table-element-end-tag-in-select-in-table |
| 136 | +1:1: ERROR: Expected a doctype token |
| 137 | +1:8: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, table. |
137 | 138 | #document |
138 | 139 | | <html> |
139 | 140 | | <head> |
|
144 | 145 | #data |
145 | 146 | <table><select><option>A<tr><td>B</td></tr></table> |
146 | 147 | #errors |
147 | | -(1,7): expected-doctype-but-got-start-tag |
148 | | -(1,15): unexpected-start-tag-implies-table-voodoo |
149 | | -(1,28): unexpected-table-element-start-tag-in-select-in-table |
| 148 | +1:1: ERROR: Expected a doctype token |
| 149 | +1:8: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, table. |
| 150 | +1:16: ERROR: Start tag 'option' isn't allowed here. Currently open tags: html, body, table, select. |
| 151 | +1:24: ERROR: Character tokens aren't legal here |
150 | 152 | #document |
151 | 153 | | <html> |
152 | 154 | | <head> |
|
292 | 294 | 1:13: 'svg' tag isn't allowed here. Currently open tags: html, body, div, table. |
293 | 295 | 1:33: 'select' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject. |
294 | 296 | 1:41: 'table' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject, select. |
295 | | -1:41: 'table' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject. |
296 | 297 | 1:48: 's' tag isn't allowed here. Currently open tags: html, body, div, table. |
297 | 298 | 1:51: Premature end of file. Currently open tags: html, body, div, table, s. |
298 | 299 | #document |
|
0 commit comments