File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments