Re: [css-device-adapt] Bad way to solve circular dependency

> There is a proposal to drop min/max-prefixes and rely on media queries instead.
As I'm unaware of that, I don't understand how this would solve the
issue though. Sorry.

> That was discussed, but the argument against was that we would still need to handle the media query case for the media attribute
This regards how style is applied, I guess. Couldn't it be solved the same way?
What is the difference *for the rendering engine* between
/* CSS */ @media ...
<link rel="stylesheet" media="..." />
<style media="..."></style>
?

Received on Friday, 10 April 2015 12:15:01 UTC