chore(a11y): ignore false positives

Referencing the upstream Carbon React implementation, these warnings can be ignored.
This commit is contained in:
metonym 2023-05-03 09:28:49 -07:00
commit 6f54c09c77
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@
</script> </script>
<!-- svelte-ignore a11y-mouse-events-have-key-events --> <!-- svelte-ignore a11y-mouse-events-have-key-events -->
<!-- svelte-ignore a11y-interactive-supports-focus -->
<div <div
role="tablist" role="tablist"
class:bx--content-switcher="{true}" class:bx--content-switcher="{true}"

View file

@ -27,6 +27,7 @@
<slot /> <slot />
</label> </label>
{:else} {:else}
<!-- svelte-ignore a11y-interactive-supports-focus -->
<div <div
role="row" role="row"
class:bx--structured-list-row="{true}" class:bx--structured-list-row="{true}"