Keith Cirkel

Results 481 comments of Keith Cirkel
trafficstars

Events are synchronous, so as long as it is fired just before the announcement is triggered, then whatever phrase is in `event.text` will be read.

The above implementation is correct, and will only update the `aria-live` region once per call of the function. Event propagation happens as a synchronous step, and the text part of...

It can emit more than just the text, but the text acts as a default and a pointer to replace it with something else. It would be straightforward for us...

Looks like a little more needs doing, for example renaming `karma.config.js` to `karma.config.cjs`

In `v3.2.0` they both now use the same way to determine the local; looking for the closest element with a `lang` attribute. So I believe this fixes the issue. Let...

Thanks very much for the issue @Menelion and I'm sorry that this isn't working for you :disappointed:. We absolutely want to ensure workflows on GitHub are accessible both with and...

Through further testing we've noticed that spending some time away from the browser tab (doing other tasks) and subsequently coming back to it, the tables listing updates to list all...

If you'd like to try the new release, I believe it has support for languages supported by the browser. Let me know your thoughts and if you have any more...

Sounds like a good idea, maybe we should move the function into the class as a method?

If you're interested in this feature, please submit a PR if you would like it implemented!