Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit19a6d16

Browse files
add aria-role:none to get rid of warning (#522)
* add aria-role:none to get rid of warning* Apply suggestions from code review---------Co-authored-by: Rich Harris <hello@rich-harris.dev>
1 parentda3e539 commit19a6d16

File tree

2 files changed

+2
-0
lines changed
  • content/tutorial/02-advanced-svelte/01-motion/02-springs

2 files changed

+2
-0
lines changed

‎content/tutorial/02-advanced-svelte/01-motion/02-springs/app-a/src/lib/App.svelte‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}}
1212
on:mousedown={()=>size.set(30)}
1313
on:mouseup={()=>size.set(10)}
14+
role="presentation"
1415
>
1516
<circle
1617
cx={$coords.x}

‎content/tutorial/02-advanced-svelte/01-motion/02-springs/app-b/src/lib/App.svelte‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}}
1616
on:mousedown={()=>size.set(30)}
1717
on:mouseup={()=>size.set(10)}
18+
role="presentation"
1819
>
1920
<circle
2021
cx={$coords.x}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp