-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(stepper): remove tabindex from content #16809
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
fix(stepper): remove tabindex from content #16809
Conversation
jelbourn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bfa4022 to
576f8bf
Compare
576f8bf to
cbbd31f
Compare
cbbd31f to
a8e6cf8
Compare
a8e6cf8 to
ac4203d
Compare
|
looks like there's some test failures |
A while ago in angular#14892 we added a `tabindex` to the content of the current step, however since then we consulted with the a11y team and it looks like adding the `tabindex` there isn't the best approach. Fixes angular#16692.
ac4203d to
248c651
Compare
|
I've fixed the test failures. |
|
Would be awesome to see it merged |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
A while ago in #14892 we added a
tabindexto the content of the current step based on a recommendation from W3C a11y guidelines, however since then we consulted with the a11y team and it looks like adding thetabindexthere isn't the best approach.Fixes #16692.