Diigo Bookmarks 01/20/2019
著
- Firefox 69 will have Flash disabled by default - Neowin
"Mozilla has said that it will completely remove Flash support for consumer versions of Firefox in early 2020, while the Extended Support Release (ESR) version will have support until the end of the year. In 2021, Mozilla has said that Firefox will refuse entirely to load the plugin due to a lack of security updates from Adobe."
- CSS Feature Toggles - Chrome ウェブストア
"This extension allows developers to disable support of modern CSS features from devtools. Disabling features such as flexbox, grid or blend-modes allows developers to see how their pages/apps will render in browsers that don't support them."
- The mistake developers make when coding a hamburger menu
"Scrolling within the position: absolute menu is unpleasant: it does not scroll smoothly, and when it reaches the end of scroll, it does not bounce in that satisfying, patented rubber-band way."
- Scope and Goals of the Publishing Working Group | W3C Blog
"PWG is focusing on two things: how to define an ordered sequence of web resources, and how to express metadata about that collection of resources."
- How Well Do You Know CSS Layout? | CSS-Tricks
"This article is about those CSS patterns I use to get myself through layout challenges. It is also about approaching situations agnostically, regardless of the CSS methodologies used, whether that's SMACSS, BEM, or even the hot topic of CSS-in-JS because they all focus on the properties themselves rather than architecture, organization, or strategy."
- How To Learn CSS -- Smashing Magazine
"You don't need to commit to memorizing every CSS Property and Value, as there are good places to look them up. There are some fundamental things, however, which will make CSS much easier for you to use. This article aims to guide you along your path of learning CSS."
- Make Your ARIA Labels Sing on Key -- Knowbility
"Unfortunately many developers use WAI-ARIA incorrectly. This post will focus on the aria-label attribute."