- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 13 Sep 2016 02:31:32 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 13 September 2016 09:32:01 UTC
> @@ -744,11 +744,16 @@ steps: > > <li> > <p>For each <var>tuple</var> in <a>context object</a>'s <a for=Event>path</a>: > - > - <ol><li><p>If <var>currentTarget</var> is a <a>node</a> and <var>tuple</var>'s <b>item</b> is not > - <a>closed-shadow-hidden</a> from <var>currentTarget</var>, or <var>currentTarget</var> is not a > - <a>node</a>, then append <var>tuple</var>'s <b>item</b> to <var>composedPath</var>.</p></li></ol> > - > + <ol> > + <li><p>If <var>currentTarget</var> is a {{Window}}, then: Also needs a newline before the `<p>` since its not the only child of the `<li>` -- 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/327/files/1f2c67d0fc295ab862c215a5c9048f131acd5540#r78525699
Received on Tuesday, 13 September 2016 09:32:01 UTC