Skip to content

Commit f7b1f39

Browse files
committed
Don't pop the form for isindex in table (fragment)
As far as I can tell, https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody doesn't say to pop the form element here. Also see discussion in http://krijnhoetmer.nl/irc-logs/whatwg/20150916#l-497
1 parent 8143f8b commit f7b1f39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tree-construction/webkit02.dat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,12 @@ table
264264
#document
265265
| <form>
266266
| action="x"
267-
| <hr>
268-
| <label>
269-
| "This is a searchable index. Enter search keywords: "
270-
| <input>
271-
| name="isindex"
272-
| <hr>
267+
| <hr>
268+
| <label>
269+
| "This is a searchable index. Enter search keywords: "
270+
| <input>
271+
| name="isindex"
272+
| <hr>
273273

274274
#data
275275
<option><XH<optgroup></optgroup>

0 commit comments

Comments
 (0)