Raindrop.io Bookmarks 02/24/2023
著
- Style file selector button using CSS -- Amit Merchant -- A blog on PHP, JavaScript, and more
"Today I learned there's a handy little pseudo-class called :file-selector-button that you can use to style the file selector button using CSS."
- "Make it easier" is not a product strategy | by Pavel Samsonov | Feb, 2023 | UX Collective
"Guericke's unicorn is a famous case of validation: look, the bones fit together this way, so the skeleton must have belonged to a unicorn!"
- CSS { In Real Life } | Resizing with CSS
"I was vaguely aware of the resize property, but I hadn't really thought about any use case for it before, so it kind of passed me by. But it seems perfect for this! I'll definitely keep it in mind for future demos."
- A Practical Approach to Automated Accessibility - DEV Community
"As web or mobile developers your job can already be packed full of processes, code reviews, and more information that your brain can handle. So what is the most practical way in which we can bring automated accessibility into the development lifecycle, while effectively making it apart of the development culture? Let's dive in!"
- Safari 16.4 Is An Admission - Infrequently Noted
"Safari 16.4 is an admission that competition is effective and that Apple is spooked, but it isn't an answer. Only genuine browser choice will ensure the taps stay open."
- How Shadow DOM and accessibility are in conflict
"Shadow DOM encapsulation essentially makes children of a shadow root "private" to any siblings or ancestors of the shadow host. This means that any HTML feature which creates a relationship between elements can't work when a relationship needs to be expressed between an element within a shadow root and one outside of it."