Re: [w3ctag/design-reviews] saveData attribute in Network Information API (#204)

Will this property be exposed to CSS media queries? I'd love to be able to do:

```
<picture>
    <source type="image/webp" srcset="/img-low-quality.webp" media="(save-data: on)">
    <source type="image/webp" srcset="/img.webp">
    <img src="/img.jpg">
</picture>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/204#issuecomment-360277015

Received on Wednesday, 24 January 2018 21:20:50 UTC