File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,14 @@ Background: The W3C Process and CSS</h3>
255
255
[[CSS3-TRANSFORMS]]
256
256
<dd>
257
257
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
+
258
266
</dl>
259
267
260
268
<div class="note">
@@ -347,13 +355,6 @@ Background: The W3C Process and CSS</h3>
347
355
<dd>
348
356
Describes the fragmentation model that partitions a flow into pages, columns, or regions.
349
357
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
-
357
358
<dt> <a href="https://www.w3.org/TR/css-scroll-snap-1/">CSS Scroll Snap Module Level 1</a>
358
359
[[CSS-SCROLL-SNAP-1]]
359
360
<dd>
You can’t perform that action at this time.
0 commit comments