Re: [csswg-drafts] [css-values-4] Add new relative length units that are relative to the size of the system cursor (#8315)

Note that the cursor image may have some transparent areas, so visually the cursor can look smaller.
Also, note that the cursor image doesn't have to be anchored at the top left corner, e.g.

```css
cursor: url(http://www.javascriptkit.com/dhtmltutors/cursor-hand.gif) 10 4, auto
```

So even if the cursor image is 25px wide, it will only extend 15px to the right, so that's the amount you probably want.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8315#issuecomment-1383980028 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 16 January 2023 12:25:33 UTC