Isaiah Thomason
Isaiah Thomason
It's a bit unfortunate to say this given the additional interest shown by the other votes on the OP... But this feature request (and its brothers, such as #4036) may...
Oh wow. That's a really helpful link. Yeah it looks like it wouldn't be so easy to move forward with something like this then. I guess in the meantime we'd...
@MatanBobi Makes sense! Thanks for reviewing the issue and providing that background! 🙏🏾 It makes sense to stay close to the spec and avoid extra dependencies. I'll reach out to...
@MatanBobi Created A11yance/aria-query#546. Leaving a note here as a reference. @cmorten's link is also worth keeping track of.
I think it's worth pointing out that `aria-describedby` can point to multiple elements [according to the spec](https://www.w3.org/TR/wai-aria-1.2/#aria-describedby). If that doesn't add enough complexity into the mix, another thing to consider...
Looking at the comments in this GitHub Issue, it looks like we have a lot of exciting assertions incoming! - `toHaveAccessibleName` - `toHaveAccessibleDescription` - `toHaveRole` Thanks so much for this!...
Also tossing in my thoughts here, and bringing some clarity to why there are people who would oppose `getById`. I agree with @pavelfeldman that developers desiring to get an element...
@HendrikJan My assumption would be that `getById()` would probably be a shortcut for something like `locator("#myid")`. So `getById()` probably wouldn't solve that issue. More than likely, there is a bug...
Yes! Can we **_please_** go with the option of "Alternatively, we could handle the non-JSON responses better" (mentioned in the StackBlitz link). For me, this actually is somewhat urgent, not...
@JonathonRP is the issue that you're talking about similar to what's shown in the [StackBlitz](https://stackblitz.com/edit/sveltejs-kit-template-default-nmxvlc?file=src%2Froutes%2F%2Blayout.svelte) link in the OP? Or is it something different?