Skip to content

Commit

Permalink
Fix for Screen Reader Page Navigation Heading Hierarchy
Browse files Browse the repository at this point in the history
For feature #1104
  • Loading branch information
eSilverStrike committed May 13, 2022
1 parent 9984841 commit ee4a850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public_html/layout/denim/pagenavigation.thtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{# begin {templatelocation} #}

<h3 class="gl-screen-reader-only">{lang_page_navigation}</h3>{# Visible to screen readers only #}
<h2 class="gl-screen-reader-only">{lang_page_navigation}</h2>{# Visible to screen readers only #}
<div class="uk-grid uk-text-center uk-margin-bottom uk-margin-small-top">
<div class="uk-width-1-1">
{message}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/pagenavigation.thtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{# begin {templatelocation} #}

<h3 class="gl-screen-reader-only">{lang_page_navigation}</h3>{# Visible to screen readers only #}
<h2 class="gl-screen-reader-only">{lang_page_navigation}</h2>{# Visible to screen readers only #}
<div class="uk-grid uk-margin" uk-margin>
<div class="uk-width-1-1">
{message}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/modern_curve/pagenavigation.thtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{# begin {templatelocation} #}

<h3 class="gl-screen-reader-only">{lang_page_navigation}</h3>{# Visible to screen readers only #}
<h2 class="gl-screen-reader-only">{lang_page_navigation}</h2>{# Visible to screen readers only #}
<div class="gl-pagenav">
{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |
<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |
Expand Down

0 comments on commit ee4a850

Please sign in to comment.