Skip to content
Snippets Groups Projects

Issue #3333401: Pager h4 causes accessibility flag on many pages

Closed nicxvan requested to merge issue/drupal-3333401:3333401-pager-h4-causes into 10.1.x
9 files
+ 9
18
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -33,8 +33,7 @@
*/
#}
{% if items %}
<nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}">
<h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4>
<nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}">
<ul class="pager__items js-pager__items">
{# Print first item if we are not on the first page. #}
{% if items.first %}
Loading