CSSRenderSubtree: Remove contain: size addition when element activates.
This patch only affects the CSS version of render-subtree. Right now, we keep size containment if the invisible token is present, even if the lock is activated. I don't think this was ever the intent, although the spec language suggests that if 'invisible' is present, we should have size containment. The language is speaking about the attribute version though, so I think we should reword that for CSS. See https://github.com/WICG/display-locking/issues/104 for more discussion. R=chrishtr@chromium.org, rakina@chromium.org Change-Id: Iaf03c234aa27024a76908ef2e14b11a17426703e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993389Reviewed-by:Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#730192}
Showing
Please register or sign in to comment