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>
|
||||
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
<!-- svelte-ignore a11y-interactive-supports-focus -->
|
||||
<div
|
||||
role="tablist"
|
||||
class:bx--content-switcher="{true}"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<slot />
|
||||
</label>
|
||||
{:else}
|
||||
<!-- svelte-ignore a11y-interactive-supports-focus -->
|
||||
<div
|
||||
role="row"
|
||||
class:bx--structured-list-row="{true}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue