Raindrop.io Bookmarks 11/10/2020
著
- The Impact of Let's Encrypt Changes on Android Users - Simon Hearne
"Let's Encrypt will use its own root certificate in 2021, this may block access to 12% of Android users globally."
- App Design on Big Sur | Tower Blog
"Corners are more rounded than before. Colors are lighter and contrast is decreased. Increased spacing and more discreet icons contribute to the lightness of the interface. Sidebars can now take up the whole height of the window. The window title is integrated into the toolbar."
- Not so short note on aria-label usage - Big Table Edition - HTML Accessibility
"For HTML elements I have provided some guidance on aria-label usage (which by all means you may disagree with)"
- Chapter 5: Publishing | CSS-Tricks
"The second half of the 1990's would come to define publishing on the web. Most would be forced to reimagine themselves in the wake of the dot-com crash."
- Using max() for an inner-element max-width | CSS-Tricks
"The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it's also fun to look at the possibilities of making that work on a single element."
- Proportional Resizing with CSS Variables
"For this snippet, I want to share with you something I do while resizing elements in the browser DevTools."