Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an attribute to define whether role="list" is an ordered or unordered list #1283

Closed
DavidMacDonald opened this issue May 30, 2020 · 1 comment

Comments

@DavidMacDonald
Copy link

DavidMacDonald commented May 30, 2020

In HTML we have <ol> or <ul> but in aria we just have role="list"

I suggest a new aria attribute ...

aria-list="ordered"
aria-list="unordered"

So it would look like this.

<div role="list" aria-list="ordered"...>
<span role="listitem">...
...
@scottaohara
Copy link
Member

This is a duplicate of #961

@jnurthen jnurthen closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants