<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-07 15:15 GMT+02:00 Jerome Leclanche <span dir="ltr"><<a href="mailto:adys.wh@gmail.com" target="_blank">adys.wh@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

All the web browsers already use the same convention, don't they? If<br>
so, it should probably be added, yes.<br>
J. Leclanche<br></blockquote><div class="gmail_extra"><br></div><div class="gmail_extra">they use the name in the CSS, but implementations are… complicated.<br><br></div><div class="gmail_extra">under the hood, firefox and chrome use gdk_cursor_new, which does NOT use the spec names (e.g. it uses “plus”, not “cell”)<br>

<br></div><div class="gmail_extra">the gdk cursor type is a direct mirror of the XLib constants, and indeed gdk_cursor_new thinly wraps XLib<br></div><div class="gmail_extra"><br><a href="https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html#GdkCursorType">https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html#GdkCursorType</a><br>

<br></div><div class="gmail_extra">however, i got a patch in that adds more robust behavior to firefox:<br><br><a href="https://hg.mozilla.org/mozilla-central/rev/068ed8d0e7c2">https://hg.mozilla.org/mozilla-central/rev/068ed8d0e7c2</a><br>

<br></div><div class="gmail_extra">i’ll file another bug with patch to get in vertical-text and the zoom things once the latter are added to the spec.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-04-07 16:24 GMT+02:00 Bastien Nocera <span dir="ltr"><<a href="mailto:hadess@hadess.net" target="_blank">hadess@hadess.net</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">
</div></div>Are there implementations already using this?<br>
<br>
We'd be happy having this added in GNOME.<br>
<br>
Cheers<br>
</blockquote></div><br></div><div class="gmail_extra">i researched a bit, and there are quite a few cursor themes which do have it, and all use zoom-in and zoom-out (except for one, that uses zoomIn and zoomOut. but since no other cursor has camelCase, i think we should ignore that)<br>

<br></div><div class="gmail_extra">i think toolkit maintainers are hesistant to add support until there’s some agreed-upon name (that’s speculation, though)<br><br></div><div class="gmail_extra">best, phil<br></div></div>

</div></div>