Raindrop.io Bookmarks 05/16/2023
著
- Should the confirmation button come first or last? | by João Conceição | May, 2023 | Bootcamp
"After all, there's no golden rule. You just need to place your buttons where users expect to find them. But always keep the following in mind: Consistency should be a key principle in your UI's behavior."
- Using HTML landmark roles to improve accessibility | MDN Blog
"By defining landmarks on your webpage, you can help users navigate more easily and find the information they need quickly. Remember to use the appropriate HTML elements whenever possible and to label your landmarks clearly, so users know what they're for."
- Configuring ESLint, Prettier, and TypeScript Together | Goldblog
"Static analysis is tooling that scrutinizes code without running it. This is in contrast with dynamic analysis: tooling such as testing that executes your code and scrutinizes the result. Static analysis tools tend to exist on a spectrum from speed to power"
- An Introduction to Container Queries in CSS -- SitePoint
"Container queries enable the styling of elements based on available space. They allow us to build resilient components that are adaptable across infinite, unknown layout arrangements. This is in contrast to viewport media queries, which require style changes to be orchestrated at the page level."
- Redefining Accessibility Advocacy: Progress Over Perfection
"When anyone mentions adding an overlay to a website or how cool they are, it can lead to a backlash. This is why I preach progress over perfection so much. This applies to disability and accessibility supporters."
- Michelle Barker - Building a greener web - All Day Hey! 2023 - YouTube
"In this talk, Michelle will look at how better design and development decisions can mitigate the environmental and social impacts of the digital products we build, and the role that we as digital workers can play in shaping a more sustainable web."
- On browser compatibility and support baselines · molily
"This example illustrates that web authors need to check browser support for a feature and join it with browser market share data to get a clear impression. Can I Use is still the best tool for that. The simplistic "widely supported" claim of Baseline is not accurate."