ariaNotify Polyfill Examples
ariaNotify is a new API for announcing notifications to assistive technologies. It allows developers to queue individual notifications using different queing strategies. Try it out below!
View the code on GitHub: github/ariaNotify-polyfill (Only accessible to GitHub employees, for now)
Example components
Playground
This playground allows you to queue a set of messages of different types, and then dispatch them all at once to see how priority and interrupt values effect the queue order.
Pressing enqueue will dispatch all ariaNotify()
method calls, at once, on the button
.