mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
Skip to buttons on tabbing in issues page This will skip tabbing right to "Add comment" or "close" buttons. http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute For tabindex: ``` If the value is a negative integer The user agent must set the element's tabindex focus flag, but should not allow the element to be reached using sequential focus navigation. ```