- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 06 Sep 2018 13:05:40 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 September 2018 20:06:02 UTC
rniwa commented on this pull request. > <a for=Event>path</a> whose <a for=Event/path>target</a> is non-null. - <li><p>Let <var>clearTargets</var> be true if <var>clearTargetsTuple</var>'s - <a for=Event/path>target</a>, <var>clearTargetsTuple</var>'s <a for=Event/path>relatedTarget</a>, - or an {{EventTarget}} object in <var>clearTargetsTuple</var>'s - <a for=Event/path>touch target list</a> is a <a for=/>node</a> and its <a for=tree>root</a> is a - <a for=/>shadow root</a>, and false otherwise. - - <li><p>Set <var>event</var>'s {{Event/eventPhase}} attribute to {{Event/CAPTURING_PHASE}}. Actually, it looks like we fire change event on radio buttons & checkboxes so the event phase change is observable. Gecko follows the current spec and WebKit & Blink uses the new behavior. https://gist.github.com/rniwa/6c502dca3e16d5816db7958ce7bab4d7 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/686#discussion_r215759870
Received on Thursday, 6 September 2018 20:06:02 UTC