-
Notifications
You must be signed in to change notification settings - Fork 757
Description
[css-view-transitions-1]
We've had aria-busy for a little why now to indicate when dynamically loaded content is being fetched and rendered to the client. This is something the author needs to set though. With CSS View Transitions there will be a significant amount of content updating, moving, and changing. Users who are blind or have low vision and are reliant on screen readers will need to know that the content is in a change state. I'm proposing that instead of leaving it up to the author to include aria-busy="true" when they are developing the transitions the specification should include this during the transition. This will improve accessibility and reduce the weight to implement the CSS feature by reassuring basic accessibility is covered.