-
Notifications
You must be signed in to change notification settings - Fork 792
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
Expose ShadowDOM properties #1623
Comments
It has been a challenge trying to implement accessible components with focus events. A lot of times, the element that needs to trigger the focus is inside of the shadow dom and not the host element. Exposing delegatesFocus will be very helpful. |
cc @manucorporat @adamdbradley Another good reason FIREFOX joined to PR still open #1190 |
adamdbradley
added a commit
that referenced
this issue
Dec 18, 2019
Closes #1623 Co-Authored-By: Anthony Johnston <mrantix@users.noreply.github.com>
Featured added in ad94fd2 |
adamdbradley
added a commit
that referenced
this issue
Dec 18, 2019
Closes #1623 Co-Authored-By: Anthony Johnston <mrantix@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stencil version:
I'm submitting a:
[ ] bug report
[x ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Actually, in stencil component, you are able to set
Expected behavior:
I should able to control the ShadowDOM properties, exposing the same API as WC's to set
open
orclose
and in future DelegateFocus etc ...The text was updated successfully, but these errors were encountered: