{ "@context": "https://schema.org", "@id": "https://webspecification.com/spec/performance/visibility-aware-rendering.jsonld", "@graph": [ { "@type": "TechArticle", "@id": "https://webspecification.com/spec/performance/visibility-aware-rendering/#article", "headline": "Visibility-aware rendering", "description": "Use `content-visibility` with `contain-intrinsic-size` to skip layout and paint for off-screen content, and Intersection Observer to drive lazy behaviour, instead of scroll and resize listeners.", "url": "https://webspecification.com/spec/performance/visibility-aware-rendering/", "inLanguage": "en", "isPartOf": { "@type": "WebSite", "@id": "https://webspecification.com/#website", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "author": { "@type": "Person", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "publisher": { "@type": "Organization", "@id": "https://webspecification.com/#organization", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "license": "https://creativecommons.org/licenses/by/4.0/", "dateModified": "2026-07-06T00:00:00.000Z", "citation": [ { "@type": "CreativeWork", "name": "CSS Containment Module Level 2", "url": "https://drafts.csswg.org/css-contain-2/", "publisher": { "@type": "Organization", "name": "W3C CSSWG" } }, { "@type": "CreativeWork", "name": "MDN — content-visibility", "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/content-visibility", "publisher": { "@type": "Organization", "name": "MDN" } }, { "@type": "CreativeWork", "name": "Intersection Observer", "url": "https://www.w3.org/TR/intersection-observer/", "publisher": { "@type": "Organization", "name": "W3C" } }, { "@type": "CreativeWork", "name": "MDN — Intersection Observer API", "url": "https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API", "publisher": { "@type": "Organization", "name": "MDN" } } ] }, { "@type": "BreadcrumbList", "@id": "https://webspecification.com/spec/performance/visibility-aware-rendering/#breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://webspecification.com/" }, { "@type": "ListItem", "position": 2, "name": "Spec", "item": "https://webspecification.com/spec/" }, { "@type": "ListItem", "position": 3, "name": "Performance", "item": "https://webspecification.com/spec/performance/" }, { "@type": "ListItem", "position": 4, "name": "Visibility-aware rendering", "item": "https://webspecification.com/spec/performance/visibility-aware-rendering/" } ] } ] }