- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 15 Feb 2024 04:50:20 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 February 2024 12:50:26 UTC
@annevk commented on this pull request. > @@ -6958,8 +6960,20 @@ a boolean <var>delegatesFocus</var>, and a boolean <var>slotAssignment</var>: <p>If <var>element</var> is a <a for=Element>shadow host</a>, then: <ol> - <li><p>If <var>element</var>'s <a for=Element>shadow root</a>'s <a for=ShadowRoot>declarative</a> - is false, then <a>throw</a> an "{{NotSupportedError!!exception}}" {{DOMException}}. + <li><p>Let <var>currentShadowRoot</var> be <var>element</var>'s + <a for=Element>shadow root</a>. + + <li> + <p>If one of the following is true: + + <ul> + <li><p><var>currentShadowRoot</var>'s <a for=ShadowRoot>declarative</a> is false, + + <li><p><var>currentShadowRoot</var>'s <a for=ShadowRoot>mode</a> does not match + <var>mode</var>, or I pushed a fix for this and also for the note we identified in the original issue as well as some wrapping nits. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1246#discussion_r1490961660 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1246/review/1882687775@github.com>
Received on Thursday, 15 February 2024 12:50:26 UTC