mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
Added aria-landmarks on important pieces of content
This commit is contained in:
parent
baf15c73a7
commit
6c580bc411
4 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<section v-if="currentTrack" class="player-wrapper ui bottom-player component-player">
|
||||
<section role="complementary" v-if="currentTrack" class="player-wrapper ui bottom-player component-player" aria-labelledby="player-label">
|
||||
<h1 id="player-label" class="visually-hidden">
|
||||
<translate translate-context="*/*/*">Audio player and controls</translate>
|
||||
</h1>
|
||||
<div class="ui inverted segment fixed-controls" @click.prevent.stop="toggleMobilePlayer">
|
||||
<div
|
||||
:class="['ui', 'top attached', 'small', 'inverted', {'indicating': isLoadingAudio}, 'progress']">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue