Add tab aria role
This commit is contained in:
parent
d317405194
commit
e396ca0dc9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
<button id="desc">Descrizione</button>
|
<button id="desc">Descrizione</button>
|
||||||
<button id="map">Mappa</button>
|
<button id="map">Mappa</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab" bind:this={ref}>
|
<div class="tab" bind:this={ref} role="tab">
|
||||||
<svelte:component this={component} route={route} />
|
<svelte:component this={component} route={route} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue