- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 30 Sep 2024 08:09:31 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 30 September 2024 15:09:35 UTC
@annevk commented on this pull request.
> @@ -405,7 +409,7 @@ <h2>
<li>Otherwise, let <var>startNode</var> be [=range/start node=] of the [=range=] associated with [=this=],
and let <var>startOffset</var> be [=range/start offset=] of the [=range=].</li>
<li>While <var>startNode</var> is a [=node=], <var>startNode</var>'s [=tree/root=] is a [=shadow root=],
- and <var>startNode</var>'s [=tree/root=] is not a [=shadow-including inclusive ancestor=] of any of <var>shadowRoots</var>,
+ and <var>startNode</var>'s [=tree/root=] is not a [=shadow-including inclusive ancestor=] of any of <var>options.shadowRoots</var>,
You need to remove the whitespace between the variable and the brackets to get the correct formatting.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/pull/331#discussion_r1781319631
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/selection-api/pull/331/review/2337866492@github.com>
Received on Monday, 30 September 2024 15:09:35 UTC