Diigo Bookmarks 07/31/2015
著
-
CSS Vendor Prefixes - <Glazblog/>
"I think the solution is in the hands of browser vendors: they have to consider that experimental features are experimental whetever their spread in the wild."
-
"Absolute units are a digital representation of actual measurements in the physical world. These units are not related to the size of the screen or its resolution."
-
demosthenes.info - position sticky: scroll-to-top-then-fixed in pure CSS
"The Google development team felt that keeping position: sticky was too much of a challenge in their quest to improve composition and rendering speed in the browser, so it has been placed to one side."
-
"We can control the scrolling behavior of a scroll container by defining "snap points" on the x and y axis. With snap points, a scroll container will snap to a point in the content after a user scrolls vertically or horizontally."
-
How to Build Your Own CSS Preprocessor With PostCSS
"A custom PostCSS processor could be an attractive option if you're in a one-person team embarking on a small, relatively simple self-contained project."
-
Surfin' Safari - Blog Archive » Using the System Font in Web Content
"Web content is sometimes designed to fit in with the overall aesthetic of the underlying platform which it is being rendered on. One of the ways to achieve this is by using the platform's system font, which is possible on iOS and OS X by using the "-apple-system" CSS value for the "font-family" CSS property."