Re: [css3-ui] grab & grabbing cursor (issue 26)

On Tue, Nov 18, 2014 at 3:22 AM, Florian Rivoal <florian@rivoal.net> wrote:
> Issue 26 of css3-ui (https://wiki.csswg.org/spec/css3-ui#issue-26) states that we resolved to add the 'grab' and 'grabbing' values to the cursor property, but this had not yet been reflected into the spec.
>
> Here's a patch attached to reflect that into the spec.

Thanks - good catch. I reviewed the patch, noticed some additional
details in existing implementations and amended the "Often rendered..."
accordingly. hg updated.


> Note that this already has interoperable (and unprefixed) implementations in multiple browsers (tested Gecko, Blink, Webkit).

cursor:grab; and cursor:grabbing; do work unprefixed in Gecko (FF35),
but appear to require -webkit- prefix in Safari/Webkit (6.1.6). I
didn't check Blink separately.

Thanks,

Tantek

Received on Wednesday, 19 November 2014 08:21:31 UTC