Some people can memorize everything, and I am not one of them. So when a colleague asked about a certain attribute selector today, I could think of no better source than the one I refer to whenever I need to remind myself of selector syntax: http://www.w3.org/TR/css3-selectors/#selectors. You can be reasonably sure it’s complete and up-to-date.
Coping with CSS vendor prefixes
Peter-Paul Koch drops a PPK-bomb on CSS vendor prefixes, the latest post in what seems to be a series of rants which get everyone thinking and talking: not necessarily agreeing. But if you know PPK, then you know that’s probably not the point. You should read the post. Then form an opinion. Mine is that […]
A gentle introduction to CSS3 Flexible Box Module (Part 1)
This article is outdated and no longer accurate. Find up-to-date information about flexbox at HTML5 Please. Note: There is no Part 2 to this introduction, as the Flexbox spec has been changed significantly since this post was written. I did, however, write up an introduction to the newer version of the spec, though I couldn’t […]