RESOLVED DUPLICATE of bug 158386 Bug 166063
Safari not rendering a form element after a template element with form
https://bugs.webkit.org/show_bug.cgi?id=166063
Summary Safari not rendering a form element after a template element with form
Alistair Chisholm
Reported 2016-12-20 08:33:23 PST
A <form> element inside a <template> element will cause the next form element to be removed from DOM in all latest versions of Safari. As you can see in the demo, the <form> element is removed while the form's content is still visible. If you comment out the <template> element, the form displays correctly. Demo: http://codepen.io/achisholm/pen/eBxjyX?editors=1100
Attachments
Ryosuke Niwa
Comment 1 2016-12-21 13:56:31 PST
*** This bug has been marked as a duplicate of bug 158386 ***
Note You need to log in before you can comment on or make changes to this bug.