[Webkit-unassigned] [Bug 150237] New: Computed style should work correctly with slotted elements that have display:none
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 16 10:14:25 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=150237
Bug ID: 150237
Summary: Computed style should work correctly with slotted
elements that have display:none
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: koivisto at iki.fi
If an element has display:none we don't normally retain or even compute its style (as it is not rendered). If getComputedStyle is invoked for such element we resolve the style (along with any ancestors) and cache it separately to rare data. This path needs to work with slotted elements in shadow trees.
--
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/20151016/d482d074/attachment.html>
More information about the webkit-unassigned
mailing list