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

Keyboard Events and Accessibility in Navigator #86

Open
JayPanoz opened this issue Nov 18, 2024 · 0 comments
Open

Keyboard Events and Accessibility in Navigator #86

JayPanoz opened this issue Nov 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JayPanoz
Copy link
Contributor

At the moment you can tab onto anchors in iframe’s content documents but using the Enter key doesn’t trigger a click, which is an accessibility concern. It should therefore be taken into account in event handling.

Of course we may also want to treat column offset when tabbing in paginated layout as a side-effect, and possibly filter the focusable elements whose keyboard events we don’t want to prevent – as some may be problematic security-wise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Icebox
Development

No branches or pull requests

1 participant