Re: [whatwg] Simplified <picture> element draft

On 1/7/14 3:06 PM, Boris Zbarsky wrote:
> 4)  IE11 seems to do what Blink/WebKit do.

To test this, you'll need a testcase more like:

<style>
   div { color: purple; }
   @media (min-width: 300px) { #one { color: yellow; } }
   @media (max-width: 300px) { #two { color: yellow; } }
</style>

-Boris

Received on Tuesday, 7 January 2014 20:12:33 UTC