[Webkit-unassigned] [Bug 179324] New: Dynamic media queries don't update in shadow tree stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 10:03:14 PST 2017


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

            Bug ID: 179324
           Summary: Dynamic media queries don't update in shadow tree
                    stylesheets
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

This doesn't update when view is resized:

<div id=test></div>
<script>
const shadow = test.attachShadow({mode: 'open'});
shadow.innerHTML = `
    <style>
    @media (min-width:700px) {
        div { color: green }
    }
    </style>
    <div>foo</div>
`;
</script>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171106/4bee760f/attachment-0001.html>


More information about the webkit-unassigned mailing list