- From: jgraham via GitHub <sysbot+gh@w3.org>
- Date: Wed, 14 May 2025 17:36:23 +0000
- To: public-css-archive@w3.org
We need this for WebDriver-BiDi. It's something that Chrome Devtools Protocol [offers](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#method-getContentQuads) and which clients depend on and which blocks their migration to the standard (e.g. [Playwright](https://github.com/microsoft/playwright/issues/32577)). Use case wise, it's because automated testing tools want to be able to dispatch pointer events (e.g. click) inside an element, even when it's transformed. If there are concerns with landing a DOM API we could have a WebDriver-BiDi specific API to retrieve the bounding content quads for an element given a suitable definition, but if there is a DOM API we'd prefer to expose that directly. -- GitHub Notification of comment by jgraham Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10537#issuecomment-2881026921 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 14 May 2025 17:36:24 UTC