- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 28 Jan 2016 13:42:37 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 28 January 2016 21:43:26 UTC
[Section 5.7 Retargeting Focus Events](http://w3c.github.io/webcomponents/spec/shadow/#retargeting-focus-events) says: "The `focus`, `focusin`, `blur`, and `focusout` events **must** be treated in the same way as events with a `relatedTarget`, where the corresponding node that is losing focus as a result of `target` gaining focus or the node that is gaining focus, and thus causing the blurring of `target` acts as the related target." I don't know what this means. Are you saying that we should be firing `blur` and `focus` events starting at the old/new focused element until they reach the common ancestor tree? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/374
Received on Thursday, 28 January 2016 21:43:26 UTC