Bug 160865
| Summary: | Shadow DOM: Toggling class in `::slotted(.class)` does not trigger style recalc | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keanu Lee <webkit> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez, rniwa |
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keanu Lee
Similar to, but may not be the same as https://bugs.webkit.org/show_bug.cgi?id=160864
Repro: http://jsbin.com/voviqe/1/edit?html,output
Toggling class "special" does not cause a style recalc:
::slotted(.special) {
background: green
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Reverse dup'ing into the bug 164577.
*** This bug has been marked as a duplicate of bug 164577 ***