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

aria support #78

Open
4 tasks
idoros opened this issue Nov 23, 2021 · 0 comments
Open
4 tasks

aria support #78

idoros opened this issue Nov 23, 2021 · 0 comments
Labels
feature New feature or request

Comments

@idoros
Copy link
Owner

idoros commented Nov 23, 2021

Support success criterion 2.5.3: Label in Name and success Criterion 4.1.2 Name, Role, Value

  • Modal
    • set overlay role=dialog
    • accept aria-label or aria-labelledby
    • accept aria-describeby
  • Popover
    • set overlay role=dialog and id=#
    • connect anchor aria-labelledby and aria-describedby to overlay id
  • Tooltip
    • not interactive by default:
      • set overlay role=tooltip on overlay and id=#
      • connect anchor aria-labelledby and aria-describedby to overlay id
    • interactive=true
      • set <tooltip-container role=dialog> layer
      • connect anchor aria-labelledby and aria-describedby to overlay id
@idoros idoros added the feature New feature or request label Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant