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

The DOM part of https://github.com/whatwg/html/issues/2013

This adds `delegatesFocus` to `ShadowRootInit`, used in `attachShadow`. 
Also adds a "delegates focus flag" on shadow roots, that later can be referenced by the focus algorithms in the HTML specs.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/768

-- Commit Summary --

  * Add delegatesFocus init to attachShadow and flag to ShadowRoot

-- File Changes --

    M dom.bs (7)

-- Patch Links --

https://github.com/whatwg/dom/pull/768.patch
https://github.com/whatwg/dom/pull/768.diff

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

Received on Tuesday, 25 June 2019 01:34:44 UTC