mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +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
|
@ -28,6 +28,7 @@
|
|||
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
{#if paragraph}
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<div {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave>
|
||||
{#each rows as { width }}
|
||||
<p
|
||||
|
@ -38,6 +39,7 @@
|
|||
{/each}
|
||||
</div>
|
||||
{:else}
|
||||
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
|
||||
<p
|
||||
class:bx--skeleton__text="{true}"
|
||||
class:bx--skeleton__heading="{heading}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue