mubaraqwahab / frontendmentor

Playground for Frontend Mentor challenges.
https://mubaraqwahab.github.io/frontendmentor/
MIT License
1 stars 2 forks source link

Only update the new result in the results ul #1

Open mubaraqwahab opened 1 year ago

mubaraqwahab commented 1 year ago

It does matter, even for a list of three, because, otherwise, assistive technologies (NVDA, at least) will announce all the results each time a new one is added (note, btw, that the default aria-atomic value is 'true')

https://github.com/mubaraqwahab/frontendmentor/blob/3894f06c48f5fe86c25ee37cdeb5a5ad4636fc06/09-url-shortening-api-master/js/index.js#L55-L69