Update packages/svelte/src/compiler/phases/1-parse/utils/html.js

pull/10083/head
Simon H 3 years ago committed by GitHub
parent e1418d4b59
commit 2b3db3f030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,6 +121,7 @@ function validate_code(code) {
// based on http://developers.whatwg.org/syntax.html#syntax-tag-omission
// while `input` is also an interactive element, it is never moved by the browser, so we don't need to check for it
const interactive_elements = new Set(['a', 'button', 'iframe', 'embed', 'select', 'textarea']);
/** @type {Record<string, Set<string>>} */

Loading…
Cancel
Save