Assume you are using a mobile device where the only scrolling method is an up/down control - no scrollbars or other 'proportional' controls. You are viewing documents which typically have many links or other fields that can accept input, but may also have significant lengths of text without such fields. What is the preferred way of scrolling:
- a scroll move goes to the next link, unless it's more than a screen height away, in which case it moves some fraction of a screen height;
- a scroll moves a cursor which scrolls as necessary to keep the cursor on screen; this gives smooth scrolling but makes it more difficult to select a link;
- Some other approach I haven't thought of