Is there a special name for this kind of behaviour?

I want to be able to have a canvas element that is easy to interact with on a mobile phone. Is there some standard way to control the areas of the page that the cursor snaps to?

The first solution I could think of was putting dummy anchors over the canvas. Is there a better way? Would this method work?

Here's an example of the "cursor snapping" behaviour on a Kindle: http://www.youtube.com/watch?v=HF0hDoJqkIk&t=1m40s

Here's what I'm working on: http://jsbin.com/enica4/5/

link|improve this question

Do you have a better explanation and/or an example? – Jared Farrish May 29 '11 at 17:52
Ok, do you mean the part where the cursor is over a link and it's highlighted by the outline? – Jared Farrish May 29 '11 at 18:08
Yes. As you move the cursor using the directional buttons, if there is a nearby link it will jump to that link rather than making the normal movement of X pixels in the direction you pressed. – Acorn May 29 '11 at 18:10
Oh I see, it's like a proximity setup - if the cursor is within so many pixels of a link, the cursor is moved to that link or whatnot. – Jared Farrish May 29 '11 at 18:11
That would probably depend on your markup. For instance, if your markup is organized in such a way as to add a mouseover event to the parent or a parent of a link, you could activate that link on click of the parent. Can you post your markup? – Jared Farrish May 29 '11 at 18:13
show 7 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.