Skip to content

Commit 290fffb

Browse files
committed
[css-contain] fix typo
1 parent fa53d2d commit 290fffb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-contain-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Strong Containment: the 'contain' property</h2>
281281
<dt><dfn>paint</dfn>
282282
<dd>
283283
This value turns on <a>paint containment</a> for the element.
284-
This ensures that the descendants of the [=paint containment box|containment box] don't display outside its bounds,
284+
This ensures that the descendants of the [=paint containment box|containment box=] don't display outside its bounds,
285285
so if an element is off-screen or otherwise not visible,
286286
its descendants are also guaranteed to be not visible.
287287

@@ -795,11 +795,11 @@ Layout Containment</h3>
795795
as they're guaranteed not to affect each other.
796796

797797
2. When laying out the page,
798-
if the [=layout containment box|containment box] is off-screen or obscured
798+
if the [=layout containment box|containment box=] is off-screen or obscured
799799
and the layout of the visible parts of the screen do not depend on the size of the [=layout containment box|containment box=]
800800
(for example, if the [=layout containment box|containment box=] is near the end of a block container,
801801
and you're viewing the beginning of the block container),
802-
the layout of the [=layout containment box|containment box]' contents can be delayed or done at a lower priority.
802+
the layout of the [=layout containment box|containment box=]' contents can be delayed or done at a lower priority.
803803

804804
(When paired with <a>size containment</a>,
805805
this optimization can be applied more liberally.)

css-contain-2/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Strong Containment: the 'contain' property</h2>
329329
<dt><dfn>paint</dfn>
330330
<dd>
331331
This value turns on <a>paint containment</a> for the element.
332-
This ensures that the descendants of the [=paint containment box|containment box] don't display outside its bounds,
332+
This ensures that the descendants of the [=paint containment box|containment box=] don't display outside its bounds,
333333
so if an element is off-screen or otherwise not visible,
334334
its descendants are also guaranteed to be not visible.
335335

@@ -818,11 +818,11 @@ Layout Containment</h3>
818818
as they're guaranteed not to affect each other.
819819

820820
2. When laying out the page,
821-
if the [=layout containment box|containment box] is off-screen or obscured
821+
if the [=layout containment box|containment box=] is off-screen or obscured
822822
and the layout of the visible parts of the screen do not depend on the size of the [=layout containment box|containment box=]
823823
(for example, if the [=layout containment box|containment box=] is near the end of a block container,
824824
and you're viewing the beginning of the block container),
825-
the layout of the [=layout containment box|containment box]' contents can be delayed or done at a lower priority.
825+
the layout of the [=layout containment box|containment box=]' contents can be delayed or done at a lower priority.
826826

827827
(When paired with <a>size containment</a>,
828828
this optimization can be applied more liberally.)

0 commit comments

Comments
 (0)