Add some a11y to the mix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-06 13:37:43 +02:00
parent 6561b24f75
commit 11e06c51c9
8 changed files with 40 additions and 33 deletions

View File

@@ -58,7 +58,7 @@
{/each}
</ul>
<div class="browse__locations" id="locations_list" bind:this={list}>
<div class="browse__locations" id="locations_list" role="list" bind:this={list}>
{#each filteredLocations as location (location.id)}
<div animate:flip="{{ duration: transitionDuration }}"
in:receive="{{ key: location.id }}"