Re: [csswg-drafts] [css-ui] Add caret-width or add spec that browser maintains caret width despite transforms (#4784)

This is an all-browser bug then! On scaling up the cursor also gets a larger width across browsers. I don't think they are going to change that behavior without prompting, but adding a `caret-width` might help. 

The more I think about it... the more I want from my caret!

In order to remedy the issue of disappearing caret, I had to use a `div` and place it correctly. I had so much more freedom styling a div than I did with a caret. For instance, I can use `backdrop-filter` so the caret always contrasts with the background image or color.

I think adding `caret-shape` shows the want to edit this elem more and `caret-shape` and even `caret-width` might be bandaids to surfacing more design freedom.

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

Received on Tuesday, 18 February 2020 04:14:30 UTC