Diane Ko
Diane Ko
For this one, you likely need to pass in a reference to the opening element (or actually keep track of what opened it when it triggers the modal) to explicitly...
Thanks for working on this! I've found that older versions of iOS (
Also not sure if this is helpful or not but I chatted with @scottaohara a few times about modals and he has a few useful resources: - https://developer.paciellogroup.com/blog/2018/06/the-current-state-of-modal-dialog-accessibility/ - https://codepen.io/scottohara/pen/lIdfv
Hi @Josh-Cena! The issue isn't with the tab press behavior, it's with the navigation behavior (browsing/reading content). The behavior currently where the tabs are a single (keyboard) tab stop and...
Given that the spirit of this rule is that links have an accessible name, I think it makes sense that there's support for `aria-label` and `title` given that it's part...
@gorohash Requiring both `title` and `aria-label` seems like you're trying to use the `title` as a hover tooltip for visual affordance, but I don't think that's always necessary. I would...
Hi @gorohash ! I may have been confusing with my language. I meant I recommend that it be updated to be an OR instead of an AND 🙂 Would you...
Hey @jessebeach ! Was wondering if you could review this PR? Thanks! 😄
@Mathiasduc Yes please! That'd be wonderful
In the scenario where there are two months showing at once, what would the desired behavior be? I'm not 100% positive what the behavior is for different screen readers when...