Skip to content

Commit f130ff1

Browse files
committed
[css-position-4][editorial] 'fake stacking context' -> 'stacking container', per fantasai suggestion
1 parent 2c1e0c4 commit f130ff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-position-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ with its top left corner at the canvas origin.
118118

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

124124
1.
@@ -155,7 +155,7 @@ with its top left corner at the canvas origin.
155155

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

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

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

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

282282
<div algorithm>
283-
To <dfn>paint a fake stacking context</dfn>,
283+
To <dfn>paint a stacking container</dfn>,
284284
given a [=box=] |root|
285285
and a canvas |canvas|:
286286

0 commit comments

Comments
 (0)