[Webkit-unassigned] [Bug 236711] [content-visibility] Add support for css content-visibility: auto

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 03:39:51 PDT 2022


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

--- Comment #10 from cathiechen <cathiechen at igalia.com> ---
Comment on attachment 456817
  --> https://bugs.webkit.org/attachment.cgi?id=456817
Handle selection

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

> Source/WebCore/rendering/style/RenderStyle.h:543
> +    bool containsSize() const { return effectiveContainment().contains(Containment::Size) || skipsContents(); }

Maybe we can also move `skipsContents()` inside `effectiveContainment()`? Not sure why `containsLayout`, `containsStyle`, and `containsPaint` do not check `skipsContents()` like `containsSize`?

-- 
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/eee1b86a/attachment.htm>


More information about the webkit-unassigned mailing list