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

Default value:
```
*
{
   tab-index: none;
}
input, textarea, a, button /* ... and other focusable by default */
{
   tab-index: 0;
}
[tabindex]
{
   tab-index: attr( tabindex );
}
```

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

Received on Tuesday, 22 August 2017 10:34:49 UTC