I have a question:
Google is kind of recommending RWD for mobile sites.
Their crawlers are looking for stuff like this:
@media only screen and (max-width: 640px) {...}
in the css files. Fair enough…. But this media query uses pixels … While the ideal unit for RWD for mobile is ems.
Question: Anyone know if Google bots are smart enough to handle ems too?