E-mail List Archives
Re: Progressbars and Aria-busy
From: Patrick H. Lauke
Date: Sep 19, 2019 5:10PM
- Next message: Don Raikes: "need a code example of a keyboard trap"
- Previous message: chagnon@pubcom.com: "Re: Getting Your Website Accessibility Certified"
- Next message in Thread: Jonathan Cohn: "Re: Progressbars and Aria-busy"
- Previous message in Thread: Brian Lovely: "Progressbars and Aria-busy"
- View all messages in this Thread
On 19/09/2019 20:38, Brian Lovely via WebAIM-Forum wrote:
> Does anyone know if aria-busy is even necessary if the "busy" area is part
> of a page right after a hard refresh and the content is simply unavailable
> for a second or two?
I'd argue that no, if you know for SURE that the delay before the
content loads is going to be very short, it's not necessary. If,
however, it's more of a long-running operation (typically with dynamic
content being fetched), then yes it's necessary to convey
I made some rather crude demo aeons ago ... not even sure how well
supported it is nowadays. In this case, making the actual control/button
"busy" while (in this hypothetical example) something is being fetched
in the background.
https://codepen.io/patrickhlauke/pen/dddMqO
--
Patrick H. Lauke
www.splintered.co.uk | https://github.com/patrickhlauke
http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke
- Next message: Don Raikes: "need a code example of a keyboard trap"
- Previous message: chagnon@pubcom.com: "Re: Getting Your Website Accessibility Certified"
- Next message in Thread: Jonathan Cohn: "Re: Progressbars and Aria-busy"
- Previous message in Thread: Brian Lovely: "Progressbars and Aria-busy"
- View all messages in this Thread