Re: [whatwg/dom] Enforce same parameters for attachShadow on declarative shadow root (PR #1246)

@mfreed7 commented on this pull request.



> @@ -6929,7 +6931,11 @@ are:
 <div algorithm>
 <p>To <dfn id=concept-attach-a-shadow-root>attach a shadow root</dfn>, given an
 <a for=/>element</a> <var>element</var>, a string <var>mode</var>, a boolean <var>clonable</var>,
-a boolean <var>delegatesFocus</var>, and a boolean <var>slotAssignment</var>:
+a boolean <var>delegatesFocus</var>, and a string <var>slotAssignment</var>:

Note: I just fixed up the `slotAssignment` type, which was incorrectly listed as a `boolean` before.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1246#pullrequestreview-1858138665
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1246/review/1858138665@github.com>

Received on Friday, 2 February 2024 02:38:15 UTC