RESOLVED FIXED Bug 248790
[content-visibility] it should trigger a layout if the value of content-visibility is changed from hidden to others
https://bugs.webkit.org/show_bug.cgi?id=248790
Summary [content-visibility] it should trigger a layout if the value of content-visib...
cathiechen
Reported 2022-12-05 14:31:55 PST
Per[1], content-visibility: hidden turns on contain:size. Contain:size would change the layout size of an element. So when an element's content-visibility value changes from hidden to other, it should trigger a layout, vice versa. [1] https://w3c.github.io/csswg-drafts/css-contain-2/#skips-its-contents
Attachments
cathiechen
Comment 1 2022-12-05 16:54:38 PST
EWS
Comment 2 2022-12-07 09:14:11 PST
Committed 257484@main (2e92a10ead3d): <https://commits.webkit.org/257484@main> Reviewed commits have been landed. Closing PR #7181 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.