Re: [csswg-drafts] [css-lists] The `cursor` property should apply to `::marker`s (#6203)

I already mentioned `cursor` in https://github.com/w3c/csswg-drafts/issues/4568#issuecomment-692817261. The resolution in https://github.com/w3c/csswg-drafts/issues/4568#issuecomment-664684464 was

> If property applies to text and no dependency on box geometry it can be set on ::marker and inherits to text of marker

I guess the `cursor` property kinda exposes the size of the ::marker, so it depends on box geometry.

However, resetting `cursor` in UA origin would be bad. So it's possible to set `cursor` on the list item, let it inherit, and reset it for the contents of the list item. And anyways, `getComputedStyle` exposes the size without user interaction. So allowing `cursor` doesn't seem a big deal, and not allowing it is a hassle for authors.

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


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

Received on Saturday, 10 April 2021 20:47:52 UTC