Skip to content

Commit

Permalink
[css-position-4][editorial] 'fake stacking context' -> 'stacking cont…
Browse files Browse the repository at this point in the history
…ainer', per fantasai suggestion
  • Loading branch information
tabatkins committed Mar 24, 2023
1 parent 2c1e0c4 commit f130ff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css-position-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ with its top left corner at the canvas origin.

1. For each of |root|'s non-positioned floating descendants,
in tree order,
[=paint a fake stacking context=]
[=paint a stacking container=]
given the descendant and |canvas|.

1.
Expand Down Expand Up @@ -155,7 +155,7 @@ with its top left corner at the canvas origin.

<dl class=switch>
: descendant has ''z-index: auto''
:: [=Paint a fake stacking context=]
:: [=Paint a stacking container=]
given the descendant and |canvas|.

: descendant has ''z-index: 0''
Expand Down Expand Up @@ -266,7 +266,7 @@ with its top left corner at the canvas origin.
and |canvas|.

: If |root| is an [=inline-level=] [=block box|block=] or [=table wrapper box=]
:: [=Paint a fake stacking context=]
:: [=Paint a stacking container=]
given |root| and |canvas|.

: If |root| is an [=inline-level=] replaced element
Expand All @@ -280,7 +280,7 @@ with its top left corner at the canvas origin.
</div>

<div algorithm>
To <dfn>paint a fake stacking context</dfn>,
To <dfn>paint a stacking container</dfn>,
given a [=box=] |root|
and a canvas |canvas|:

Expand Down

0 comments on commit f130ff1

Please sign in to comment.