Re: [whatwg/dom] Add ShadowRoot.prototype.delegatesFocus attribute (#974)

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

I changed the order to match the IDL here.

-- 
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#pullrequestreview-639624886

Received on Tuesday, 20 April 2021 07:57:14 UTC