- From: Siye Liu via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 May 2024 15:56:09 +0000
- To: public-css-archive@w3.org
> Proposed solution: Put the array of shadow roots into a dictionary which is an argument of `document.caretPositionFromPoint` API. > > ``` > document.caretPositionFromPoint(double x, double y, optional CaretPositionFromPointOptions options = {}); > > dictionary CaretPositionFromPointOptions { > sequence<ShadowRoot> shadowRoots = []; > }; > ``` @astearns Can we get to resolution of this issue asynchronously with the proposed solution? Thanks! -- GitHub Notification of comment by siliu1 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10345#issuecomment-2120737695 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 20 May 2024 15:56:10 UTC