<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - @media queries in shadow root not evaluated"
href="https://bugs.webkit.org/show_bug.cgi?id=163477">163477</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>@media queries in shadow root not evaluated
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Safari 10
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>macOS 10.12
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Critical
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>CSS
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jshcrowthe@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Please take a look at the following JSBin in Safa:
<a href="http://jsbin.com/hokayuc/53/edit?html,output">http://jsbin.com/hokayuc/53/edit?html,output</a>
In the above code I am defining a custom element `card-swiper`. In the template for this element, I am using a @media query to control the `flex-wrap` property of my `.slot-container` class.
The @media query is completely ignored in Safari 10, Safari TP, and Webkit.
Chrome functions as expected.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>