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

JS and Keyboard interaction #136

Open
6 of 34 tasks
woylie opened this issue Dec 17, 2023 · 0 comments
Open
6 of 34 tasks

JS and Keyboard interaction #136

woylie opened this issue Dec 17, 2023 · 0 comments
Assignees

Comments

@woylie
Copy link
Owner

woylie commented Dec 17, 2023

After completing the initial component set (#20) on the semantic level, the next step will be to add (keyboard) interaction where applicable. We'll mainly follow the APG patterns.

  • tabs
    • left arrow: move focus to previous tab
    • right arrow: move focus to next tab
    • home: move focus to first tab
    • end: move focus to last tab
  • accordion
    • toggle visibility on click
  • toggle button
    • allow client-side state handling
  • disclosure button
    • toggle visibility and aria-expanded
  • tree (see https://www.w3.org/WAI/ARIA/apg/patterns/treeview/)
    • keyboard navigation, tabindex
    • select (single, multiple; leaf only or parent and leaf)
    • expand/collapse
    • lazy load children
  • toolbar (see https://www.w3.org/WAI/ARIA/apg/patterns/toolbar/)
    • move focus with left/right arrow key
  • carousel
    • Handle previous/next buttons
    • Handle pagination tabs
    • Auto rotation
    • Disable auto rotation when controls are used
    • Disable previous/next button on first/last item.
    • Focus management and keyboard support for pagination
  • combobox
  • menu, menubar, menubutton
  • split pane
  • action bar
  • menu
  • menu bar
  • menu group
  • menu item checkbox
  • menu item radio group
@woylie woylie mentioned this issue Dec 17, 2023
28 tasks
@woylie woylie changed the title Keyboard interaction JS and Keyboard interaction Jan 1, 2024
@woylie woylie self-assigned this Feb 12, 2024
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

1 participant