Skip to content

Commit 006aa76

Browse files
committed
[css-contain] Fix link
1 parent 3b46f87 commit 006aa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-contain-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Layout Containment</h3>
217217
layout containment has no effect.
218218
Otherwise, giving an element <dfn export>layout containment</dfn> has the following effects:
219219

220-
1. The element <a>establishes a formatting context</a>.
220+
1. The element establishes a new <a>formatting context</a>.
221221

222222
2. If a <a>fragmentation context</a> participates in <a>layout containment</a>,
223223
the first element with <a>layout containment</a>
@@ -354,7 +354,7 @@ Paint Containment</h3>
354354
<span class=note>This is as if to ''overflow: visible'' was changed to ''overflow: clip'' at used value.</span>
355355
2. The element acts as a containing block for absolutely positioned and fixed positioned descendants.
356356
3. The element creates a <a>stacking context</a>.
357-
4. The element <a>establishes a formatting context</a>.
357+
4. The element establishes a new <a>formatting context</a>.
358358

359359
Possible optimizations that can be enabled by <a>paint containment</a> include (but are not limited to):
360360

0 commit comments

Comments
 (0)