Closed Bug 1758490 Opened 2 years ago Closed 2 years ago

Implement CSS Containment content-visibility: hidden

Categories

(Core :: Layout, enhancement)

enhancement

Tracking

()

RESOLVED FIXED

People

(Reporter: mrobinson, Unassigned)

References

(Blocks 2 open bugs)

Details

(Keywords: dev-doc-needed)

https://drafts.csswg.org/css-contain-2/#content-visibility

The content-visibility 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. It has the following values:

The hidden value is specified as:

hidden
The element skips its contents. The skipped contents must not be accessible to user-agent features, such as find-in-page, tab-order navigation, etc., nor be selectable or focusable.

Keywords: dev-doc-needed

While it's possible that there are still bugs and enhancements to make regarding content-visibility: hidden, I think it is safe to consider this feature complete.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Blocks: 1793747
You need to log in before you can comment on or make changes to this bug.