Problem/Motivation

Currently our Pager always throws an issue with Axe dev tools

  1. This issue Axe always flags is "<ul> and <ol> must only directly contain <li>, <script>, or <template> elements"
  2. This is referring the ellipse which has a role="presentation" on it

Proposed resolution

  1. remove role="presentation"
  2. replace with aria-hidden="true

Issue fork prototype-3461850

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

michaelablackham created an issue. See original summary.

jldust made their first commit to this issue’s fork.

jldust’s picture

Version: 5.2.0-alpha9 » 5.x-dev
Status: Active » Needs review

Hey this is ready for review, I created a MR.

jldust’s picture

Status: Needs review » Reviewed & tested by the community

This has been reviewed and approved to merge.

  • jldust committed bcc8e28e on 5.x
    Issue #3461850 by jldust, michaelablackham: Update Pager to remove error...
jldust’s picture

Status: Reviewed & tested by the community » Fixed

This has been merged in and will be included in the next tagged release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.