Open
Description
If there is an error in loading of new sections, aria-busy="true"
will still be set, leaving the entire feed inaccessible.
Although this example doesn't fetch
new content, a real-world example probably would, which makes it more likely for an error to happen (e.g., the user temporarily loses network access).
The code should be resilient to any error, maybe show an error message when an error does happen, and remove the aria-busy
attribute.
The design pattern should also discuss this, I think.
I noticed this while writing a new section for aria-busy
in #1027.
Originally posted by @zcorpan in #565 (comment)