mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Some more screenreader improvements
This commit is contained in:
parent
95d3ce5441
commit
f3c5855fc1
23 changed files with 162 additions and 160 deletions
|
@ -218,7 +218,7 @@ function eventHoverBodyTemplate() {
|
|||
// The template for presenting the event location in the event hover-card
|
||||
function eventHoverLocationTemplate() {
|
||||
var template =
|
||||
'<span role="presentation" aria-hidden="true"> · </span>\
|
||||
'<span aria-hidden="true"> · </span>\
|
||||
<span class="event-card-location"> {0}</span></div>';
|
||||
return template;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue