Re: Proposal to change documentation on tabindex to strongly discourage values greater 0

17.10.2014, 16:24, "White, Jason J" <jjwhite@ets.org>:
>> -----Original Message-----
>> From: Joseph Scheuhammer [mailto:clown@alum.mit.edu]
>> Whatever happens in terms of tabindex -- restrict its use to zero or -1,
>> or introduce context/hierarchy/scoping rules -- it looks like focus
>> navigation is a general issue with respect to multiple markup languages.
>
> In that case, if we're planning to develop a successor to tabindex as some have suggested in this thread, it ought to be created and then proposed for inclusion in SVG.

Given that SVG can be integrated directly into HTML, it makes more sense to work in parallel with them.

I note that they already had a concept of focus navigation that was probably more like what we are looking for than the current tabindex.

> Harmonization with a future version of HTML would, of course, also be desirable. It isn't clear to me what range of use cases would need to be addressed, nor what the requirements are.

A use case is to build a component that is used in various pages, in different locations, and locally assign tabindex within it, but not have that tabindex override the order of tabbing around the rest of the page.

So the requirement *might* be something like being able to scope a set of tabindex attributes, such that they only apply within the scope.

cheers

Chaals

--
Charles McCathie Nevile - web standards - CTO Office, Yandex
chaals@yandex-team.ru - - - Find more at http://yandex.com

Received on Friday, 17 October 2014 15:11:56 UTC