Raindrop.io Bookmarks 01/31/2021
著
- How-to: Use the tabindex attribute - The A11Y Project
"tabindex="0" should be applied to any non-interactive element that has had CSS' overflow property applied to it. This will allow people using a keyboard to navigate to, and scroll around the overflowed content."
- An insider look at WCAG 3.0. The First Public Working Draft of W3C... | by Jeanne Spellman | Jan, 2021 | Medium
"I'm confident that we will receive a lot of feedback from the people who don't like what we have done."
- Consistency is the secret sauce of web accessibility - Pope Tech Blog
"The secret was she had a strategy and she was consistently working on it. They scheduled time in advance to do training. She periodically reached out to website owners. And she sends them tips."
- South African government releases its own browser just to re-enable Flash support | ZDNet
"The South African Revenue Service has released this week its own custom web browser for the sole purpose of re-enabling Adobe Flash Player support, rather than port its existing website from using Flash to HTML-based web forms."
- :focus-visible in WebKit - January 2021 - Rego's Everyday Life
"Chromium still uses :focus { outline: auto; } in the default UA style sheet, and the element matches :focus after the mouse click, that's why it's showing a focus indicator while not matching :focus-visible."
- Add scroll margin to all elements which can be targeted - Quick Tip - Piccalilli
"We can add an extra bit of space to targeted elements, thanks to modern CSS!"