- Issue created by @jwilson3
- Merge request !5Issue #3337763: Improve entity pager accessibility for screen readers → (Open) created by jwilson3
- Status changed to Needs review
about 2 years ago 5:46am 31 January 2023 - 🇪🇨Ecuador jwilson3
Attaching patches that can be used with composer against:
- Entity Pager 2.0.x — this patch mimics the current state of the MR itself
- Entity Pager 8.x-1.x — because the 2.0.x branch MR was unable to apply cleanly, and needed a manual reroll.
- Status changed to Postponed: needs info
2 months ago 7:56pm 10 December 2024 - 🇬🇧United Kingdom joachim
Should this part be in the NAV element, since it's not links?
{% if display_count and current %} {% block count %} {% trans %} <p class="entity-pager-item-count">{{ current }} of {{ count }}</p> {% endtrans %} {% endblock %} {% endif %}
- 🇬🇧United Kingdom joachim
Also, our minimum core requirement is about to change to 10.1, so we should use the twig filter for the ID -- see https://www.drupal.org/node/3363551 → .