Diigo Bookmarks 11/18/2019
著
- Upgrade Your HTML (the Booklet) · Jens Oliver Meiert
"Upgrade Your HTML is about one thing: Picking examples of HTML in the wild, and explaining how to make that code better. Kindly. Constructively."
- Accessible Drop Caps | Adrian Roselli
"VoiceOver on iOS and macOS generally handle the incorrect pattern without the pause. JAWS does reasonably well depending on browser. TalkBack pauses as in the example here."
- Design systems: 5 lessons in enabling contribution by Amy Hupe, content designer.
"While I still believe that allowing a design system's users to contribute to it is critical, my beliefs about why that's the case, and how to do it effectively, have evolved."
- Blending Modes in CSS
"In CSS, there are two properties responsible for blending. mix-blend-mode is used to blend DOM elements, and background-blend-mode is used to combine multiple CSS Backgrounds."
- The elements of responsive typography - LogRocket Blog
"The parts of the formula: minimum font-size, the "viewport multiplier," and the font-size difference."
- CSS Variables With Inline Styles
"it's possibe to use a CSS variable inside an inline CSS style."
- Responsive Floats Using the "Switcher Expression"
"What we really need is something like the "Switcher" from Every Layout: a component that can switch between floated and un-floated versions based on the container size."