- From: Dave Tapuska <notifications@github.com>
- Date: Thu, 26 May 2016 07:37:51 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 14:38:19 UTC
The ordering of the events focusout & blur, focusin & focus could be made whatever we want as long as they are in pairs. The spec indicates an intermixed scenario which we don't implement. The [relevant code](https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/page/FocusController.cpp&sq=package:chromium&type=cs&l=309&rcl=1464247007) fires blur, focusout, DOMFocusOut and focus, focusin, DOMFocusIn. We should probably also look at making DOMFocusOut/DOMFocusIn as legacy event mappings for focusin/focusout so that an event target doesn't actually get both. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/88#issuecomment-221889837
Received on Thursday, 26 May 2016 14:38:19 UTC