- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 20 Apr 2021 01:00:22 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 April 2021 08:00:34 UTC
@annevk commented on this pull request. > @@ -5734,6 +5735,12 @@ 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> getter steps are to return <a>this</a>'s <a for=ShadowRoot>mode</a>.</p> +<p>The <dfn attribute for=ShadowRoot><code>delegatesFocus</code></dfn> getter steps are to return +<a>this</a>'s <a for=ShadowRoot>delegates focus</a>.</p> + +<p>The <dfn attribute for=ShadowRoot><code>slotAssignment</code></dfn> getter steps are to return Thanks! (Here I thought I could keep blame clean by using the modern wording when landing slot assignment. There's always further nits. 😊) -- 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/974#discussion_r616440354
Received on Tuesday, 20 April 2021 08:00:34 UTC