- From: Sebastian Zartner via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Jan 2023 23:09:30 +0000
- To: public-css-archive@w3.org
> when You open context menu You want this menu to be anchored to this exact point and not move when moving cursor Though context menus are a totally different use case. And they normally also don't require to take the cursor size into account because they open at the pixel the user clicked. > > The keyword probably would have to compute to itself in order to avoid fingerprinting. > > But if it affects the position, a script can always use `getClientRects()` to measure it. Privacy concerns still apply. Right. It would still be possible to calculate the size of the cursor and with that infer the OS. I guess there's no way around that then unless `getClientRects()`, `getBoundingClientRect()` and possibly other functions somehow don't expose the info in those cases. Sebastian -- GitHub Notification of comment by SebastianZ Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8315#issuecomment-1396214107 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 18 January 2023 23:09:31 UTC