RESOLVED CONFIGURATION CHANGED 163477
@media queries in shadow root not evaluated
https://bugs.webkit.org/show_bug.cgi?id=163477
Summary @media queries in shadow root not evaluated
Josh Crowther
Reported 2016-10-14 18:19:34 PDT
Please take a look at the following JSBin in Safa: http://jsbin.com/hokayuc/53/edit?html,output 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.
Attachments
Brent Fulgham
Comment 1 2022-07-14 16:51:57 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.