Re: [w3c/uievents] Figure out what to do with focusin/focusout (#88)

I just hit this issue (again) and I'm curious where we stand. The [spec still says](https://w3c.github.io/uievents/#events-focusevent-event-order):

1. focusout
2. focusin
3. blur
4. focus

...but Blink, Gecko, and WebKit [**all** do this](https://jsfiddle.net/66znLhfw/15/):

1. blur
2. focusout
3. focus
4. focusin

While the specified behavior makes much more sense to me, I think that horse has left the barn, and we should likely update the spec to match the behavior. Thoughts?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/88#issuecomment-1221072311
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/88/1221072311@github.com>

Received on Friday, 19 August 2022 20:34:36 UTC