We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f2278 commit d852042Copy full SHA for d852042
Resources/Private/Partials/Footer/Footer.html
@@ -9,7 +9,7 @@
9
<footer class="footer" role="contentinfo">
10
11
<f:comment>H2 is needed to provide valid HTML structure https://www.w3.org/WAI/tutorials/page-structure/headings/</f:comment>
12
- <h2 class="hidden" aria-hidden="true"><f:translate key="footer.firstHeadline" extensionName="theme_t3kit"/></h2>
+ <h2 class="sr-only"><f:translate key="footer.firstHeadline" extensionName="theme_t3kit"/></h2>
13
<f:cObject typoscriptObjectPath="lib.footer" />
14
15
</footer>
0 commit comments