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

> On 19 Nov 2014, at 09:20, Tantek Çelik <tantek@cs.stanford.edu> wrote:
> 
> 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.

Cool. Your wording is indeed better.

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

Oops, you’re right, I was a bit quick. I check blink and it also needs prefixing (-webkit-). I got thrown off by a demo elsewhere which auto-prefixes things.

 - Florian

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