[Webkit-unassigned] [Bug 160864] New: Shadow DOM: Toggling class in `.class ::slotted(*)` does not trigger style recalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 14:32:52 PDT 2016


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

            Bug ID: 160864
           Summary: Shadow DOM: Toggling class in `.class ::slotted(*)`
                    does not trigger style recalc
    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: webkit at keanulee.com
                CC: cdumez at apple.com

Repro: http://jsbin.com/pureji/2/edit?html,output

If I have this style rule:

.class ::slotted(*) {
  background: green;
}

Toggling .class does not cause style recalc.

-- 
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/20160815/fb58531a/attachment-0001.html>


More information about the webkit-unassigned mailing list