Raindrop.io Bookmarks 11/09/2022
著
- Responsive accessibility using visibility hidden | scottohara.me
"unlike with opacity, visibility: hidden will result in that content not being exposed by the browser's accessibility API (i.e., it won't show up in the a11y tree). This is similar behavior to display: none which also hides content from the a11y tree."
- Inside the mind of a frontend developer: Hero section - Ahmad Shadeed
"In this article, I will take you into the journey of building a hero section by showing you my thought process, why I picked a certain solution over another, the pros and cons of it, and if there are any potential challenges or issues along the way."
- Lamenting Twitter's and WCAG's potential · Eric Eggert
"I'm exhausted and sad. Because both Twitter and WCAG WG are squandering the potential to make the world a better place. Or at least make their own product the best it can be."
- Screenshotting VoiceOver on macOS | Kilian Valkhof
"Screencapture is a command-line interface to all the screenshot and screen capturing tools that are built into macOS, and that will let use screenshot VoiceOver because you can create a screenshot with a delay"
- james spencer: what? how? why? @layer
"Be aware that styles you define in layers will always be less important than your existing unlayered styles, unless you wrap all your existing styles in a layer. Also, if you define no order of importance to your layers then they will be subject to the usual rules of the cascade: the last layer to appear is the "winner"."
- Why you need to monitor and report on accessibility--all the time | Deque
"Looking back at the different ways and reasons to monitor and report on accessibility, it's clear that having a comprehensive monitoring system can save significant time and resources. But, to reach full compliance, manual testing is still required to complete that "last mile"."