Fokus

11 bookmarks
Custom sorting
Focus management and inert
Focus management and inert
Many forms of assistive technology use keyboard navigation to understand and take action on screen content. One way of navigating is via the Tab key. You
·css-tricks.com·
Focus management and inert
Adrian Roselli: Don't Use Tabindex Greater than 0
Adrian Roselli: Don't Use Tabindex Greater than 0
Animated GIF showing the tab order on a page using the default Re-CAPTCHA, which sets a tabindex, forcing a keyboard user through six tab-stops to get to the Skip to content link. Tabindex had the potential to be a useful attribute. A developer could set the order in which focus…
·blog.adrianroselli.com·
Adrian Roselli: Don't Use Tabindex Greater than 0
GOV.UK Focus Styles - Accessibility Wins, curated by Marcy Sutton
GOV.UK Focus Styles - Accessibility Wins, curated by Marcy Sutton
The award for most-visible focus styles goes to GOV.UK. The bright orange background color provides better-than-average contrast against the default background and text colors. It’s very consistent across the UI: clicking in an input field sets a visible border in the same color, well executed because there is no shift in layout (CSS outline for the win!).
·a11ywins.tumblr.com·
GOV.UK Focus Styles - Accessibility Wins, curated by Marcy Sutton
Brief Note on Buttons, Enter, and Space
Brief Note on Buttons, Enter, and Space
Keyboard interaction note for just one control from the entire panoply of HTML controls: A native button fires on key down when that key is Enter. If you hold down the Enter key, it continues to fire for as long you hold Enter (or something crashes). A native button fires…
·adrianroselli.com·
Brief Note on Buttons, Enter, and Space