From 4bc26c103a07ab47e335d6c09d2fefa3ec4b0557 Mon Sep 17 00:00:00 2001 From: Lucas Genzelis Date: Sun, 7 Mar 2021 21:50:34 -0300 Subject: [PATCH 1/2] Update index.html Corrected grammar. --- files/en-us/web/css/content-visibility/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/content-visibility/index.html b/files/en-us/web/css/content-visibility/index.html index 06e5a29ddb04070..520579d64b9e2f5 100644 --- a/files/en-us/web/css/content-visibility/index.html +++ b/files/en-us/web/css/content-visibility/index.html @@ -14,7 +14,7 @@ ---

{{CSSRef}}

-

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work, including layout and painting, until it is needed, makes the initial page load much faster.

+

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work, including layout and painting, until it is needed, which makes the initial page load much faster.

Syntax

From f8402438374b5870a6d532a66d6f99b7877ac0db Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 8 Mar 2021 10:56:22 +0900 Subject: [PATCH 2/2] Update files/en-us/web/css/content-visibility/index.html --- files/en-us/web/css/content-visibility/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/content-visibility/index.html b/files/en-us/web/css/content-visibility/index.html index 520579d64b9e2f5..257cf1340683fdc 100644 --- a/files/en-us/web/css/content-visibility/index.html +++ b/files/en-us/web/css/content-visibility/index.html @@ -14,7 +14,7 @@ ---

{{CSSRef}}

-

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work, including layout and painting, until it is needed, which makes the initial page load much faster.

+

The content-visibility CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.

Syntax