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

svgeesus has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-ui-4] cursor should use <image> not <url> ==
Issue [originally raised on www-style in 2012](https://lists.w3.org/Archives/Public/www-style/2012Jul/0276.html) by @tabatkins and [copied over to tracker](https://www.w3.org/Style/CSS/Tracker/issues/269) 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 &lt;url>](https://drafts.csswg.org/css-ui-4/#propdef-cursor)

> [ [<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._


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3432 using your GitHub account

Received on Wednesday, 12 December 2018 00:53:04 UTC