-
Notifications
You must be signed in to change notification settings - Fork 915
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
Adding basic support for Narrators on Dropdown #433
Conversation
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.
@hartra344 Thanks a lot. Looks, good, I will test it locally and merge later today.
.toBe(select.itemsList.markedItem.htmlId); | ||
})); | ||
|
||
it('should set aria-activedecendant equal to chosen item on arrow up', fakeAsync(() => { |
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.
Looks like a duplicate test.
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.
oops, you're right!
Also just a quick note. This method of narration support does not currently work with Apple's Voice Over. Here is a webkit bug about that: https://bugs.webkit.org/show_bug.cgi?id=167671 . Couldn't find a better method on this kind of control though and it's what the CDK team uses. |
addresses #216