[Webkit-unassigned] [Bug 110763] New: [Shadow]: @host rules defined within @media selectors are not applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 09:48:22 PST 2013


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

           Summary: [Shadow]: @host rules defined within @media selectors
                    are not applied
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sorvell at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org


Created an attachment (id=190076)
 --> (https://bugs.webkit.org/attachment.cgi?id=190076&action=review)
reduction

With a construction like this, an @host rule is not applied.

@media screen and (max-width: 800px) {
   @host {
     * {
       background: green;
     }
   }
}

See the attached reduction and resize the window > and < 800px width to observe results.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list