Re: IndieUI brainstorming

On 2013-01-08 2:48 AM, Dominic Mazzoni wrote:
> For a value change request on a slider or scroll bar, are 
> "increment_max" and "decrement_max" supposed to be the same as "skip 
> to start" and "skip to end", for example what might happen if you 
> press Home or End?

Although implicit, some of this functionality is in the ARIA best 
practices guide, in the "Design Patterns" section [1].

I say "implicit" because the focus in the APG is on keystrokes. However, 
the suggested keystrokes are to allow users to, e.g., "move to the 
minimum of the slider" [2].  That is, part of the goal was to provide 
useful ways of manipulating widgets, albeit through the use of a keyboard.

Perhaps it's worthwhile to filter out the specifics of the keystrokes 
and see what the underlying implicit functions are.

[1] http://www.w3.org/WAI/PF/aria-practices/Overview.html#aria_ex
[2] http://www.w3.org/WAI/PF/aria-practices/Overview.html#slider

-- 
;;;;joseph.


'A: After all, it isn't rocket science.'
'K: Right. It's merely computer science.'
              - J. D. Klaun -

Received on Wednesday, 9 January 2013 16:51:15 UTC