Skip to content

Commit

Permalink
Add ShadowRoot.prototype.delegatesFocus attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Apr 20, 2021
1 parent a73380f commit 382cd5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5706,6 +5706,7 @@ invoked, must return a new {{DocumentFragment}} <a>node</a> whose <a for=Node>no
[Exposed=Window]
interface ShadowRoot : DocumentFragment {
readonly attribute ShadowRootMode mode;
readonly attribute boolean delegatesFocus;
readonly attribute Element host;
attribute EventHandler onslotchange;
};
Expand Down Expand Up @@ -5738,6 +5739,9 @@ null if <var>event</var>'s <a>composed flag</a> is unset and <a for=/>shadow roo
<p>The <dfn attribute for=ShadowRoot><code>mode</code></dfn> attribute's getter must return
<a>this</a>'s <a for=ShadowRoot>mode</a>.</p>

<p>The <dfn attribute for=ShadowRoot><code>delegatesFocus</code></dfn> attribute's getter must
return <a>this</a>'s <a for=ShadowRoot>delegates focus</a>.</p>

<p>The <dfn attribute for=ShadowRoot><code>host</code></dfn> attribute's getter must return
<a>this</a>'s <a for=DocumentFragment>host</a>.

Expand Down

0 comments on commit 382cd5e

Please sign in to comment.