- From: Florian Rivoal <florian@rivoal.net>
- Date: Wed, 19 Nov 2014 09:31:20 +0100
- To: Tantek Çelik <tantek@cs.stanford.edu>
- Cc: www-style list <www-style@w3.org>
> 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, youre 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