mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore(a11y): ignore false positives
Referencing the upstream Carbon React implementation, these warnings can be ignored.
This commit is contained in:
parent
cc489494e1
commit
6f54c09c77
2 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue