TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
From an accessibilty point of view it is important that the correct language will be read by screen readers. You can change the language of the text of a link thanks to your language configuration but the aria-label stays in english.
There are two options here:
remove the aria-label because the text inside the a-tag will be read by default
give us additional options to customize the aria-labels as well
In addition: every a-Tag has tabindex=0 by default :)
From an accessibilty point of view it is important that the correct language will be read by screen readers. You can change the language of the text of a link thanks to your language configuration but the aria-label stays in english.
There are two options here:
In addition: every a-Tag has tabindex=0 by default :)
screen reader tested with: Orca (linux), NVDA (Windows) or WIN+U > screen reader