You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
potentially add LCP entry properly intersects the element's adjusted concrete dimensions with the input intersectionRect.
Element timing defines this input intersection rect as the intersection of the element and the viewport.
In the latter part, it seems like "viewport" can link to https://drafts.csswg.org/css2/#viewport and can indicate that it refers to the viewport of the document within which the element is attached.
This replaces the unlinked "viewport" term with a link to the document's initial
containing block, which will be the bounds of the browser window or iframe
containing the document.
Closes: w3c/largest-contentful-paint#26
Commented by @foolip on #21. Opening a separate issue to track it separately.
The text was updated successfully, but these errors were encountered: