Skip to content

Commit 4a9590d

Browse files
committed
[css-2020] include css-contain-1 in snapshot, it's now a REC
1 parent 0fa9b56 commit 4a9590d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

css-2020/Overview.bs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,14 @@ Background: The W3C Process and CSS</h3>
255255
[[CSS3-TRANSFORMS]]
256256
<dd>
257257
Introduces graphical transformations to CSS.
258+
259+
<dt><a href="https://www.w3.org/TR/css-contain-1/">CSS Containment Module Level 1</a>
260+
[[CSS-CONTAIN-1]]
261+
<dd>
262+
Describes the 'contain' property,
263+
which indicates that the element’s subtree is independent of the rest of the page.
264+
This enables heavy optimizations by user agents when used well.
265+
258266
</dl>
259267

260268
<div class="note">
@@ -347,13 +355,6 @@ Background: The W3C Process and CSS</h3>
347355
<dd>
348356
Describes the fragmentation model that partitions a flow into pages, columns, or regions.
349357

350-
<dt><a href="https://www.w3.org/TR/css-contain-1/">CSS Containment Module Level 1</a>
351-
[[CSS-CONTAIN-1]]
352-
<dd>
353-
Describes the 'contain' property,
354-
which indicates that the element’s subtree is independent of the rest of the page.
355-
This enables heavy optimizations by user agents when used well.
356-
357358
<dt><a href="https://www.w3.org/TR/css-scroll-snap-1/">CSS Scroll Snap Module Level 1</a>
358359
[[CSS-SCROLL-SNAP-1]]
359360
<dd>

0 commit comments

Comments
 (0)