Re: [whatwg/dom] Add onabort definition and add onslotchange (#785)

annevk 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>

Bikeshed fails on this because we don't export onabort here. Maybe we should not dfn it?

-- 
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#pullrequestreview-291641800

Received on Monday, 23 September 2019 09:04:03 UTC