forked from potsda.mn/mobilizon
Aria improvements on group page
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7ca7c132fb
commit
1fe5ff802d
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="container is-widescreen">
|
<div class="container is-widescreen">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumbs">
|
<nav class="breadcrumb" :aria-label="$t('Breadcrumbs')">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<router-link :to="{ name: RouteName.MY_GROUPS }">{{
|
<router-link :to="{ name: RouteName.MY_GROUPS }">{{
|
||||||
|
@ -10,6 +10,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="is-active">
|
<li class="is-active">
|
||||||
<router-link
|
<router-link
|
||||||
|
aria-current-value="location"
|
||||||
v-if="group && group.preferredUsername"
|
v-if="group && group.preferredUsername"
|
||||||
:to="{
|
:to="{
|
||||||
name: RouteName.GROUP,
|
name: RouteName.GROUP,
|
||||||
|
@ -180,7 +181,7 @@
|
||||||
outlined
|
outlined
|
||||||
role="button"
|
role="button"
|
||||||
icon-left="dots-horizontal"
|
icon-left="dots-horizontal"
|
||||||
aria-label="Other actions"
|
:aria-label="$t('Other actions')"
|
||||||
/>
|
/>
|
||||||
<b-dropdown-item
|
<b-dropdown-item
|
||||||
aria-role="menuitem"
|
aria-role="menuitem"
|
||||||
|
|
Loading…
Reference in a new issue