Diigo Bookmarks 03/06/2017
著
-
On container queries. — Ethan Marcotte
"As our designs become more modular and pattern-driven, the value of media queries has decreased. That’s not to say media queries are, like, bad—not at all. After all, they’re the best tool we’ve got right now. But there’s a divide growing between what our responsive designs need to do, and the tools CSS gives us to meet those needs."
-
CSS Tip: Use :not to Save Time and Lines of Code :: The Bold Report
"Finally started making my life easier by using :not(:last-of-type) rather than overriding with a separate :last-of-type rule."
-
Touch Devices Should Not Be Judged By Their Size | CSS-Tricks
"On the Media Queries Level 4 Working Draft, there is a spec for Interaction Media Features that includes three definitions"
-
Annotation is now a web standard – Hypothesis
"Twenty four years after Marc Andreessen first built collaborative annotation into Mosaic and tested it on a few “guinea pigs” before turning it off, annotations have finally become first-class citizens of the web."
-
Home - Annotator - Annotating the Web
"Annotator is an open-source JavaScript library to easily add annotation functionality to any webpage."
-
How to Restart CSS Animations in Email Using The :active Pseudo-class
"The key to restarting a CSS animation is to set the animation-name of an animation to 'none' and then setting it back to the original animation."