[Webkit-unassigned] [Bug 236710] [content-visibility] Add support for css content-visibility: hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 01:58:58 PDT 2022


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

--- Comment #18 from cathiechen <cathiechen at igalia.com> ---
Comment on attachment 458860
  --> https://bugs.webkit.org/attachment.cgi?id=458860
Rebase

View in context: https://bugs.webkit.org/attachment.cgi?id=458860&action=review

> Source/WebCore/dom/Element.cpp:4780
> +        shouldSkip |= parent->isSkippedContent();

Looks like we can move this out of the function, and call `updateContentVisibilityData(parent->isSkippedContent(), newContentVisibility)` instead of `updateContentVisibilityData(false, newContentVisibility)` in `Element::updateContentVisibility`

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220510/5cf95344/attachment.htm>


More information about the webkit-unassigned mailing list