03:37
<Ben Ho>

Following up on this, for my re-usable Dialog component, I eventually added a custom function to loop back to first focusable element and visa versa to encapsulate the tabbing.

I have seen some concerns about accessibility where it is trapping users to make a decision when they want to move to address bar or other browser controls but it works for me because my Dialog always has escape method that can not be blocked.

09:31
<Yoav Weiss>
Not with Safari but I've been poking around this in webkit https://github.com/WebKit/WebKit/pull/31055
09:31
<Yoav Weiss>
My impression is that all image loading is sync
09:32
<Yoav Weiss>
(I'm trying to fix that)
15:20
<smaug>
But the spec issue hints that some stuff in webkit is async