[Webkit-unassigned] [Bug 169245] @media rules ignored in user agent style sheet html.css

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 22 18:18:52 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=169245

--- Comment #5 from Dean Jackson <dino at apple.com> ---
Oops. The fallback is true.

But amazingly, because it is created with:

static NeverDestroyed<const MediaQueryEvaluator> staticScreenEval("screen");

which is cast to the MediaQueryEvaluator(bool fallback), and the "s" evaluates to true.  The fun of template programming.

-- 
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/20170323/064204b6/attachment.html>


More information about the webkit-unassigned mailing list