Interesting idea by Felipe G on using a new at-rule, @-vendor-unlock, to tell the browser to use it's experimental implementation of any particular property, rather than using a vendor prefix on that property. Unfortunately at this point, even if you could get all the browsers on board, you'd need to use this and vendor prefixes to get deep support, which makes the problem worse. What we really need is for all browsers to implement auto-updating so eventually "supporting older …
A proposal to drop browser vendor prefixes is a post from CSS-Tricks
Full story...
Mat Marquis keeping us up to date on the responsive images hot drama. Good reminder at the end about not picking sides.
With ol' Mean Gene Crawford! We talk about crazy clients, responsive images, health, and all kinds of other shoptalk.
There are a bunch of techniques going around for dealing with responsive images lately. That is, solutions to help us serve the right image for the occasion (e.
I recently heard Chris Eppstein give a talk (slides) about creating better stylesheets and using SASS to do it.
Another RAPIDFIRE show where Dave and I answer as many lister questions as we possibly can.
Direct Link to Article — Permalink…
ShopTalk Show #17 is a post from CSS-Tricks
CSS3 has some new values for sizing things relative to the current viewport size: vw, vh, and vmin.
Dave and I were joined by Ian Stewart, a Theme Wrangler at Automattic for WordPress.com (he's probably thinking about WordPress themes right this very minute).
Jeremy Keith has a great article on his journey to allowing JavaScript to load in content based on the currently active media query.
I've you've ever used CSS transitions on structural elements on your page, you may have noticed a case where you see that transition happen when the page loads and is laying itself out.