Some more screenreader improvements

This commit is contained in:
Michael 2025-02-02 18:19:32 +00:00
parent 95d3ce5441
commit f3c5855fc1
23 changed files with 162 additions and 160 deletions

View file

@ -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;
}