Diigo Bookmarks 09/16/2016
著
-
HTML – from 5.1 to 5.2 | W3C Blog
"We hope to break out at least one substantial more module in the next year. Whether it happens depends on sufficient participation and commitment from across the community."
-
Google Apps Developer Blog: Your emails, optimized for every screen with responsive design
"Later this month, you’ll be able to use CSS media queries with Gmail and Inbox by Gmail to ensure that your message is formatted the way you intended, whether it's viewed on a computer, a phone in portrait mode, or a tablet in landscape mode."
-
It's Time to Be Honest about Image Replacement Techniques
"Today, image replacement looks fairly hacky and Google’s stance on hidden text doesn’t encourage its use. However, there are edge cases, mostly involving accessibility considerations, when image replacement techniques can still find limited application, hopefully not for long."
-
Design System Doc Components – EightShapes LLC – Medium
"Here’s my eight favorite documentation components, why to build each, and special ingredients you can add to make each even more useful."
-
the new code – MinMaxing: Understanding vMin and vMax in CSS
"vmin and vmax is an excellent substitute for, or addition to, CSS orientation media queries (@media screen and (orientation : portrait) or @media screen and (orientation : landscape)), since they respond immediately to the aspect ratio of the screen."
-
Building Resizeable Components with Relative CSS Units | CSS-Tricks
"In this article, we will explore a concept that lets us resize our components by using CSS relative units (%, em, or rem). Not just the type size, but all the UI in that component."