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

WAI-ARIA support for Tree Grid #655

Closed
mar10 opened this issue Oct 23, 2016 · 1 comment
Closed

WAI-ARIA support for Tree Grid #655

mar10 opened this issue Oct 23, 2016 · 1 comment

Comments

@mar10
Copy link
Owner

mar10 commented Oct 23, 2016

https://www.w3.org/TR/wai-aria-practices-1.1/#treegrid

Note: this requires a different paradigm than the current ext-table/ext-gridnav implementation.

  • Keyboard Interaction: Navigation Mode (Read-Only)
    Navigation Mode (Read-Only) is the default mode, and allows quick and intuitive navigation around the grid.
  • Actionable Mode (Interactive) allows the interaction with other objects that might be found in the grid cells such as edit fields, links, etc.

f2, enter, esc are used to switch between modes.

See also handling of plain trees: #656

@mar10 mar10 changed the title WAI-ARIA support for treegrid WAI-ARIA support for Tree Grid Oct 23, 2016
@mar10 mar10 mentioned this issue Nov 3, 2016
28 tasks
@mar10
Copy link
Owner Author

mar10 commented Nov 3, 2016

We consider the ext-table as a 'tree with tabbed titles', not a 'Tree Grid' in the WAI-ARIA sense.
So we currently do not distinguish between Navigation- and Actionable Mode.
But navigation should yet be intuitive and usable with screen readers:
http://wwwendt.de/tech/fancytree/demo/sample-aria-treegrid.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant