- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 21 Jul 2016 01:16:19 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 21 July 2016 08:16:47 UTC
> @@ -639,10 +639,18 @@ dictionary EventInit { > <p>An {{Event}} object is simply named an <dfn export id=concept-event>event</dfn>. It allows for > signaling that something has occurred, e.g., that an image has completed downloading.</p> > > +<p>An <a>event</a> has an associated <dfn export for=Event>relatedTarget</dfn> (an > +{{EventTarget}} object). Unless stated otherwise it is null.</p> > + > +<p>An <a>event</a> has an associated <dfn export>set the relatedTarget</dfn> algorithm, > +which takes an {{EventTarget}} <var>relatedTarget</var>. Unless specified otherwise it does > +nothing.</p> Can't we just manipulate the "relatedTarget" concept you introduced for events already and define the relatedTarget attribute as reflecting that concept? --- 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/281/files/5a01009f0b85a5d88fef1accc95d65c63f89b829#r71664034
Received on Thursday, 21 July 2016 08:16:47 UTC