Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Navigation accessibility — landmark roles, "listitem" role #20

Open
nfreear opened this issue Jul 9, 2018 · 0 comments
Open

Navigation accessibility — landmark roles, "listitem" role #20

nfreear opened this issue Jul 9, 2018 · 0 comments
Labels
accessibility/usability An accessibility or usability bug future idea Medium to long term suggestions ...

Comments

@nfreear
Copy link
Contributor

nfreear commented Jul 9, 2018

Hi @timcoughlan,

You / we may want to employ landmark roles, and for example, role=listitem to improve semantics.

Ta,

Nick


HTML / SVG:

<div role="main">

  <svg role="list" ...>

    <svg role="listitem" class=" CARD " ...>

      <svg role="button" ...>

    ...

CSS:

[ role = button ],
[ type = submit ]
{
    cursor: pointer;
}

Useful reading

@nfreear nfreear added accessibility/usability An accessibility or usability bug future idea Medium to long term suggestions ... labels Jul 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility/usability An accessibility or usability bug future idea Medium to long term suggestions ...
Projects
None yet
Development

No branches or pull requests

1 participant