Re: [csswg-drafts] [css-view-transitions-1] Include aria-busy="true" by default (#8447)

+1 to Jake's feedback, the idea with ViewTransitions is for authors to call the API after fetching content from the network. Since as soon as you call `document.startViewTransition`, the browser freezes rendering to let you asynchronously update the DOM.

While its possible that you can start the transition while some parts of your page are still loading, the transition API is agnostic to that and can't tell whether the DOM is fully loaded. So it doesn't make sense for aria-busy to be set automatically.

-- 
GitHub Notification of comment by khushalsagar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8447#issuecomment-1544906345 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 11 May 2023 23:56:56 UTC