[whatwg/dom] ShadowRoot's delegatesFocus (#931)

@sideshowbarker discovered that Chrome exposes `delegatesFocus` on `ShadowRoot`. This hasn't really appeared in any specification as far as I can tell (e.g., dglazkov-era's https://www.w3.org/TR/2015/WD-shadow-dom-20151215/#the-shadowroot-interface doesn't have it), but given that we expose other state that can be set when creating a shadow root, such as `mode`, it might well be reasonable to add.

@rniwa @smaug---- @rakina thoughts?

-- 
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/issues/931

Received on Wednesday, 9 December 2020 07:34:13 UTC