diff --git a/src/pretix/presale/templates/pretixpresale/base.html b/src/pretix/presale/templates/pretixpresale/base.html index 41d662f037..514ad76460 100644 --- a/src/pretix/presale/templates/pretixpresale/base.html +++ b/src/pretix/presale/templates/pretixpresale/base.html @@ -48,7 +48,14 @@ {% trans "Skip to main content" %} - +{% comment %} + needs to be available onload and role-attribute cannot be changed dynamically. + Therefore we need two dialogs, one normal (e.g. for status info like "loading") and one + alertdialog with a confirm-button. + Note: dialog[aria-describedby] is not read out on VoiceOver, so we add both label and + description to aria-labelledby. +{% endcomment %} + {% icon "cog big-rotating-icon" %} @@ -59,7 +66,7 @@ - + {% icon "cog big-rotating-icon" %}
{% trans "Skip to main content" %}