Re: [csswg-drafts] Please add "tab-index" to CSS specification

@nadya678 I didn't mean that `tab-index-group:isolate` would prevent tabbing outside that group. I meant that once you had tabbed into the group, the tab-index property would only be affecting the tab order within that group. 

So suppose you had tab-index: 0 for every tabbable element outside the group, and 3, 2, and 1 respectively for the values inside the group. You would tab into the group in DOM order, but the first one in the group to tab to would be the one with tab-index:1. 

-- 
GitHub Notification of comment by bradkemper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1748#issuecomment-326087030 using your GitHub account

Received on Wednesday, 30 August 2017 18:59:45 UTC