mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(a11y): ignore svelte@4
a11y warnings (#1769)
This commit is contained in:
parent
79c6c05504
commit
b015d76f15
71 changed files with 77 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
|||
<slot props="{buttonProps}" />
|
||||
{:else if href && !disabled}
|
||||
<!-- svelte-ignore a11y-missing-attribute -->
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<a
|
||||
bind:this="{ref}"
|
||||
{...buttonProps}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
{""}
|
||||
</a>
|
||||
{:else}
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<div
|
||||
class:bx--skeleton="{true}"
|
||||
class:bx--btn="{true}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue