uikit / uikit

A lightweight and modular front-end framework for developing fast and powerful web interfaces

Home Page:http://getuikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slideshow Component: ARIA validation error - Values assigned to role="" are not valid ARIA roles.

WebWorkingMan opened this issue · comments

UIkit Version 3.17.11 - reproducible with the latest stable version.

Actual Behavior

When using Chromes "Lighthouse" tool, I get a warning:

Values assigned to role="" are not valid ARIA roles

2023-11-29 11_24_33-Slideshow - UIkit tests

Expected Behavior

Valid ARIA roles - don't know exactly what have to be done.

Reproduction Link

https://getuikit.com/assets/uikit/tests/slideshow.html and use the Lighthouse.

UIkit Version 3.18.3 still the same problem in UIkit 3 Slider and UIkit 3 Stripes.
aria

Please fix it👍

Can confirm this is still an issue in 3.19.2.

Fixed with latest release. You'll need to update the markup though. Use <div> elements instead of <ul><li>.