[Webkit-unassigned] [Bug 160754] New: Can't style nodes if using the :host pseudo class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 15:01:37 PDT 2016


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

            Bug ID: 160754
           Summary: Can't style nodes if using the :host pseudo class
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: egarciad at google.com
                CC: cdumez at apple.com

Created attachment 285767
  --> https://bugs.webkit.org/attachment.cgi?id=285767&action=review
Run in Safari TP

I'd expect complex selectors such as:

:host > div {
  ...
}

or

:host(.foo) > div {
  ...
}

to work in a style inside a shadow root.
Repro: http://jsbin.com/sinidob/edit?html,output

Tested in Safari TP, Chrome stable works as expected.

-- 
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/20160810/311184a8/attachment.html>


More information about the webkit-unassigned mailing list