-
Notifications
You must be signed in to change notification settings - Fork 3
/
RICG-newsletter-2014-08-08.html
27 lines (14 loc) · 3.22 KB
/
RICG-newsletter-2014-08-08.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<h1>Not without incident</h1>
<small><p>Picturefill 2.1 ships and some other stuff happened, too!</p></small>
<p>So — the Blink and Gecko <code>picture</code> implementations are <a href="http://bugzil.la/srcset-prefon">all</a> <a href="http://bugzil.la/picture-prefon">but</a> <a href="https://codereview.chromium.org/401403003/">finished</a> and IE is still <a href="http://status.modern.ie/imgsrcset">“considering”</a> <a href="http://status.modern.ie/pictureelement">things</a>. Yoav’s WebKit work is facing some <a href="http://ircbot.responsiveimages.org/bot/log/respimg/2014-08-07#T85645">initial technical hurdles</a>. So it was a relatively quiet couple of weeks around the RICG, but there was one bit of big news:</p>
<h2><a href="https://github.com/scottjehl/picturefill/releases/tag/2.1.0">Picturefill 2.1 has landed</a></h2>
<p>The new version of the polyfill brings it in line with many of the nittier, grittier aspects of the spec’s parsing algorithms. Edge cases and errors should all be handled as-per-spec, and identically to the first implementations. All the more reason to start using <code>picture</code> and <code>srcset</code> in production, now!</p>
<p>Other than that, a quiet fortnight. But it wasn’t completely without incident.</p>
<h2>Some other stuff happened, too</h2>
<p>Chris Ruppel <a href="http://fourword.fourkitchens.com/article/using-casperjs-test-picturefill">wrote a nice article on automated testing of <code>picture</code> using CasperJS</a>. I don’t know much about CasperJS but I do know this: when developers rely less on fiddly manual window-resizing to test their responsive pages, everybody wins! Chris dosen’t get into testing <code>srcset</code> but this sort of automated testing is going to be especially helpful there; <code>srcset</code>’s functionality is essentially invisible.</p>
<p>Speaking of managing complexity, Rachel Andrew provided an excellent primer on <a href="http://solutions.grabaperch.com/html-and-css/how-do-i-use-responsive-images-in-perch">how</a> and <a href="http://grabaperch.com/blog/archive/perch-and-the-picture-element-for-responsive-images">why</a> to responsify your images in <a href="http://grabaperch.com">Perch CMS</a>. Hand Perch a hi-res image (or possibly a couple of crops) and, armed with a bit of template code, it will spit out all of the necessary source files and markup.</p>
<p>Like I always say, teach a page to <code>picture</code>, and it’ll serve users images tailored to their particular browsing environment forever. Teach a <em>CMS</em> to <code>picture</code>, and the effects will be significantly multiplied.</p>
<p>More of this sort of CMS integration, please!</p>
<p>Finally, <a href="http://www.w3.org/2001/tag/">TAG</a>-alum and <a href="http://ircbot.responsiveimages.org/">#respimg</a> lurker <a href="http://berjon.com">Robin Berjon</a> published <a href="http://darobin.github.io/after5/">a short article proposing a way forward for the HTML specification after HTML5</a>. A biased TL;DR – make it work more like the RICG. Make developer-driven, feature-focused, partial spec work not just easy, but the norm. Decentralize the specs and lower the barriers to entry. Sounds good to me!</p>
<p>See you in a couple of weeks!</p>
<p>—eric</p>