- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 23 Sep 2019 03:03:59 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 September 2019 10:04:47 UTC
domenic commented on this pull request. > @@ -1835,6 +1835,11 @@ service worker. <p>The <dfn attribute for=AbortSignal>aborted</dfn> attribute's getter, when invoked, must return true if the <a>context object</a>'s [=AbortSignal/aborted flag=] is set, and false otherwise. +<p>The <dfn attribute for=AbortSignal><code>onabort</code></dfn> attribute is an +<a>event handler IDL attribute</a> for the <dfn for=AbortSignal><code>onabort</code></dfn> Hmm I swore this built locally. I'm trying following HTML, which seems to have three definitions in these cases: the IDL attribute, the event handler, and the event. I think probably the right thing to do is export it, so I'll update it to do that. (And I'll make sure it builds locally.) -- 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/785#discussion_r327034659
Received on Monday, 23 September 2019 10:04:47 UTC