Skip to content

Commit d852042

Browse files
ajdin99dmh
authored andcommitted
[BUGFIX] removed the wrong style and aria attributes from footer, add bootstrap class "sr-only" (#472)
1 parent e5f2278 commit d852042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Partials/Footer/Footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<footer class="footer" role="contentinfo">
1010

1111
<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>
12+
<h2 class="sr-only"><f:translate key="footer.firstHeadline" extensionName="theme_t3kit"/></h2>
1313
<f:cObject typoscriptObjectPath="lib.footer" />
1414

1515
</footer>

0 commit comments

Comments
 (0)