Commit 68d4c690 authored by Chris Harrelson's avatar Chris Harrelson Committed by Chromium LUCI CQ

Document effect of a bugfix on CLS

The bugfix is:
https://chromium-review.googlesource.com/c/chromium/src/+/2586969

Bug: 1141739

Change-Id: I8056b71d60442f53ab52d62066e152f76ed02db0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615305Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841175}
parent 82efa8a3
...@@ -61,6 +61,13 @@ their scores. ...@@ -61,6 +61,13 @@ their scores.
Sites using visibility:hidden to hide layout changes may see a decrease in Sites using visibility:hidden to hide layout changes may see a decrease in
their Cumulative Layout Shift scores. their Cumulative Layout Shift scores.
### Fixed bug when recording paint offset translation deltas
A bug was introduced in Chrome 86 in which Cumulative Layout Shift was measured
incorrectly for certain cases involving nested out-of-flow elements
(absolute-position or fixed-position). This caused reported shifts even in
some cases where there was not actually a shift.
## When were users affected? ## When were users affected?
Chrome 88 is currently scheduled to be released the week of January 19, 2021. Chrome 88 is currently scheduled to be released the week of January 19, 2021.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment