Diigo Bookmarks 08/16/2017
著
-
Big news for our new Samsung Internet beta v6.2! – Samsung Internet Developers – Medium
"For the first time, Samsung Internet is becoming available for all Android L+ phones! Plus CSS Grid and lots more…"
-
"My point is, designing for the web requires an intimate knowledge of the browser that will be rendering the final output. You can’t stick your hands in there and change things directly."
-
A Book Apart, The New CSS Layout
"Learn to use Grid Layout within a system that includes existing methods to perform the tasks they were designed for—and take advantage of this pivotal moment in the evolution of layout."
-
Designing The Perfect Feature Comparison Table – Smashing Magazine
"After our close examination of accordions, time and date pickers and sliders, in this article we’ll look into all of the fine details that make a perfect, accessible and helpful feature comparison table."
-
Performant Web Animations and Interactions: Achieving 60 FPS - Milliseconds Matter
"Browsers are continuing to add more and more options for fine-tuning performance. One new property (currently supported in Chrome and Opera!) called contain allows you to indicate that an element’s subtree is independent from the rest of the page. Essentially, this is an easy way to tell the browser that it’s safe to optimize an element. "
-
Solving CSS Versioning Conflicts
"we decided to prefix each class with the version. This approach doesn’t impact the specificity of the selector. However, the process of adding the version to each class becomes too complex to be done manually, so we decided to automate it."