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

tab-index-group:isolate is not a good because I don't want to prevent TAB stops on the browser gui elements. Isolating may be annoying for users without mouse and without touch screen. 

I currently set visibility hidden for input type radio and checkbox. For "a" elements I style ::before and ::after and hide "a". This prevent tab stops for check boxes (still visible label) and "a" (stil visible before or span for IE) but... the text-box and password and textarea doesn't accept ::before and additionally visibility:hidden will hide text. I only can simulate `tab-index: none` for radios, checkbox and "a" element.  

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

Received on Tuesday, 29 August 2017 15:06:22 UTC