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

> Is tabindex="" even a useful HTML attribute today? 

Yes. It is useful. The most useful values are tabindex="0" (for example on `<span/>` or `<div/>` element and tabindex="-1" to disable tab stops or make elements focusable without tab-navigation. I created HTML+CSS libraries that use this. 

The tabindex="none" (currently not defined) will able used to make "disabled" visual effect for input, area, select etc. Disabled vithout disabling them from sending via http. 

Thank you for JS but I want to use JS to change navigation behaviour if I need "modal" dialog window with a form.  

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

Received on Wednesday, 30 August 2017 17:50:28 UTC