- From: Hayato Ito <notifications@github.com>
- Date: Wed, 11 May 2016 20:32:20 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc:
Received on Thursday, 12 May 2016 03:32:47 UTC
> @@ -671,6 +672,11 @@ list of tuples, each of which consists of an <b>item</b> (an {{EventTarget}} obj > <dd>Returns the object whose <a>event listener</a>'s <b>callback</b> is currently being > invoked. > > + <dt><code><var>event</var> . {{Event/composedPath()}}</code> > + <dd>Returns <var>event</var>'s path, which includes objects on which listeners will be invoked, > + except for any <a>nodes</a> in <a>shadow trees</a> of which the <a for=/>shadow root</a>'s This sentence might not be accurate, however, I think it's okay because the normative behavior is exactly defined in the paragraph of the steps. --- 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/247/files/7fdf2d3f4a19c2563280ba2ba0885df9233a8f26#r62961028
Received on Thursday, 12 May 2016 03:32:47 UTC