[Webkit-unassigned] [Bug 158422] matchMedia late by 1px compared to CSS media query
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 7 01:00:36 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158422
--- Comment #1 from iyel <yeldinov at gmail.com> ---
Same in reverse order
@media (min-width: 480px) and (max-width: 719px) {
#css {
background-color: orangered;
}
}
Going from >720px down, on 719px color will be orangered and on 718 event will be fired
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160607/26c380a3/attachment.html>
More information about the webkit-unassigned
mailing list