Re: [css3-ui] image cursors and high-dpi displays

Hi Rick,

You wrote:

>  1. Extend image-set support to image cursors
>
>     For browsers that already support the image-set function
>     (http://lists.w3.org/ Archives/Public/www-style/2012Feb/1103.html)
>     it makes sense to also support it in cursor declarations. eg.:

>       cursor: image-set( url('hand.cur') 1x, url('hand2x.cur') 2x),
>                               url(hand.cur),
>                               pointer);

This seems entirely sensible to me. The 'cursor' property should simply
take any <image>, and image-set() is an <image>.


Ted

Received on Thursday, 5 July 2012 17:25:05 UTC