Re: [whatwg/dom] Add delegatesFocus init to attachShadow and flag to ShadowRoot (#768)

> It seems like that should be spec'ed somewhere then. It doesn't look like the current CSS selectors spec allows that for now.

Oh sorry I was mistaken in my post earlier: we don't draw the focus rings for every `activeElement`. Instead I think we draw the focus ring for everything that matches the `:focus` selector (so hosts with `delegatesFocus` gets the focus ring if there's anything focused in its shadow scope), which is already updated in https://github.com/whatwg/html/pull/4731. Is there any other place that needs an update?

-- 
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/768#issuecomment-526597097

Received on Friday, 30 August 2019 13:14:37 UTC