Content-Visibility & Intersection Debugger

Live rendering-cost instrument

px
content-visibility: auto

Watch the Browser Skip Work, in Real Time

content-visibility: auto tells the browser it may skip layout and paint entirely for any section currently off-screen, then resume the instant it approaches the viewport. Every reading in the console on the right is driven by a real contentvisibilityautostatechange event firing on that exact element — nothing here is simulated.