chore(a11y): ignore svelte@4 a11y warnings (#1769)

This commit is contained in:
Eric Liu 2023-07-13 08:47:03 -07:00
commit b015d76f15
71 changed files with 77 additions and 0 deletions

View file

@ -54,6 +54,7 @@
let over = false;
</script>
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div
class:bx--file="{true}"
{...$$restProps}
@ -82,6 +83,7 @@
}}"
>
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
<label
for="{id}"
tabindex="{tabindex}"