Confirmed users
1,085
edits
DavidBolter (talk | contribs) |
DavidBolter (talk | contribs) m (→Tab navigation) |
||
| Line 46: | Line 46: | ||
==Tab navigation== | ==Tab navigation== | ||
;interactive approach: | ;interactive approach: | ||
If the editor is focused then pressing tab should insert '\t' character or its | If the editor is focused then pressing tab should insert '\t' character or its analogue or move the focus to the next element in the tab order (outside or inside an editable area) according to editor preferences or platform. | ||
;stub approach: | ;stub approach: | ||
If the editor is focused then pressing tab should insert '\t' character or its used analogue or move the focus outside an editable area to the next tabable element | If the editor is focused then pressing tab should insert '\t' character or its used analogue or move the focus outside an editable area to the next tabable element depending on editor preferences or platform. | ||
==Keyboard interaction== | ==Keyboard interaction== | ||