From 19a6d164b7fae76e39ccfa2b5d164f03e6f75c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:38:55 +0100 Subject: [PATCH] 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 --- .../01-motion/02-springs/app-a/src/lib/App.svelte | 1 + .../01-motion/02-springs/app-b/src/lib/App.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/content/tutorial/02-advanced-svelte/01-motion/02-springs/app-a/src/lib/App.svelte b/content/tutorial/02-advanced-svelte/01-motion/02-springs/app-a/src/lib/App.svelte index 38515f359..92805f88c 100644 --- a/content/tutorial/02-advanced-svelte/01-motion/02-springs/app-a/src/lib/App.svelte +++ b/content/tutorial/02-advanced-svelte/01-motion/02-springs/app-a/src/lib/App.svelte @@ -11,6 +11,7 @@ }} on:mousedown={() => size.set(30)} on:mouseup={() => size.set(10)} + role="presentation" > size.set(30)} on:mouseup={() => size.set(10)} + role="presentation" >