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

FKA: No defined way to get keyboard focus into and out of a shadow DOM component (bugzilla: 24106) #228

Closed
hayatoito opened this issue Jul 6, 2015 · 1 comment

Comments

@hayatoito
Copy link
Contributor

Title: FKA: No defined way to get keyboard focus into and out of a shadow DOM component (bugzilla: 24106)

Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24106


comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24106#c0
Silvia Pfeiffer wrote on 2013-12-16 05:27:18 +0000.

+++ This bug was initially created as a clone of Bug #23870 +++

FKA (full keyboard access): There is currently no defined way to get keyboard focus into and out of a shadow DOM component. Some components (like the native "number" input type) don't need this, but others (like native video controls) need multiple tab stops inside the shadow DOM component.

For example:

Although there are multiple focusable elements inside (textfield, increment button, and decrement button), all features can be controlled with standard keyboard behavior. Focus stops on the input, and the increment/decrement buttons are activate with up/down arrows.

@hayatoito
Copy link
Contributor Author

Closing. Now this issue is being tracked in other issues, #375, #126.

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