Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-ui-4] cursor should use <image> not <url> #3432

Closed
svgeesus opened this issue Dec 12, 2018 · 3 comments
Closed

[css-ui-4] cursor should use <image> not <url> #3432

svgeesus opened this issue Dec 12, 2018 · 3 comments
Assignees
Labels
Closed Rejected as Invalid Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-ui-4 Current Work Tracked in DoC

Comments

@svgeesus
Copy link
Contributor

svgeesus commented Dec 12, 2018

Issue originally raised on www-style in 2012 by @tabatkins and copied over to tracker by @fantasai

(CSS Images 3 says](https://drafts.csswg.org/css-images-3/#placement)

This module defines and extends the <image> value type defined in [CSS-VALUES-3]. It also replaces the <url> type with <image> in the background-image, cursor, and list-style-image definitions in CSS1 and CSS2

However, CSS UI 4 uses <url>

[ [<url> [<x> <y>]?,]*
[ auto | default | none |
context-menu | help | pointer | progress | wait |
cell | crosshair | text | vertical-text |
alias | copy | move | no-drop | not-allowed | grab | grabbing |
e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll |
zoom-in | zoom-out
] ]

I didn't see this in closed issues, feel free to close if this is a duplicate.

@svgeesus svgeesus changed the title [css-ui-4] cursor should use &lt;image> not &lt;url> [css-ui-4] cursor should use <image> not <url> Dec 12, 2018
@svgeesus svgeesus added the css-ui-4 Current Work label Dec 12, 2018
@frivoal
Copy link
Collaborator

frivoal commented Aug 28, 2019

In the definition of the values for this property, threre's this sentence:

Conforming User Agents may, instead of <url>, support <image> which is a superset.

Do you think we should move away from that, and just use <image>? Conceptually, I'd have no problem with it, but I don't believe that the UAs actually support <image> values other than URLs, so going with more than a may seems maybe a bit optimistic.

@frivoal frivoal self-assigned this Dec 29, 2019
@frivoal
Copy link
Collaborator

frivoal commented Dec 29, 2019

Based on the explanation above. I'm planning to close as wontfix/invalid. Now's the time to disagree if you'd like to stop me.

@svgeesus
Copy link
Contributor Author

That seems fair enough to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Rejected as Invalid Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-ui-4 Current Work Tracked in DoC
Projects
None yet
Development

No branches or pull requests

2 participants