Marcy Sutton-Todd

Results 46 comments of Marcy Sutton-Todd

The docs don't show how to install it, which is problem # 1.

Really glad I found this issue, as Parcel was having trouble with an HTML5 video source element despite saying videos are supported. I kept getting an error about "No transformer...

> Would a better alternative be "Next" / "Previous" maybe? For pagination this would work nicely, with the caveat that there can only be one pagination set per page with...

This is still desperately needed. We want to run tests with `viewportSize`, but we don't need screenshots. Going to have to modify the task or use something else entirely.

Here's another use case I didn't see mentioned here: accessibility auditing tools currently have no API to inspect event listeners, so we can't point out inaccessible UI controls. It's a...

That template looks alright! It could benefit from landmarks, either with semantic HTML5 tags or ARIA roles, but otherwise it looks pretty good.

I personally think `AccessibleNode` is the best choice, as anything shorter is likely to have "a11y" or "ally" in it (which are even less clear). Here are a few other...

Hmmmm. Can we do anything to add structure to it, i.e. the section of the PDFKit docs on "Tags and Structure Element Types"? When I tried navigating the PDF with...

I asked in the web-a11y Slack and got this response re: Acrobat checks and the title: > Honestly, I've always found title and the accessibility checker to always fail even...

I'd like to see more emphasis on an easy-to-use focus management solution in React Router instead of a live region, because functionally it is helpful to put the user's focus...