File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ with its top left corner at the canvas origin.
118
118
119
119
1. For each of |root|'s non-positioned floating descendants,
120
120
in tree order,
121
- [=paint a fake stacking context =]
121
+ [=paint a stacking container =]
122
122
given the descendant and |canvas|.
123
123
124
124
1.
@@ -155,7 +155,7 @@ with its top left corner at the canvas origin.
155
155
156
156
<dl class=switch>
157
157
: descendant has ''z-index: auto''
158
- :: [=Paint a fake stacking context =]
158
+ :: [=Paint a stacking container =]
159
159
given the descendant and |canvas|.
160
160
161
161
: descendant has ''z-index: 0''
@@ -266,7 +266,7 @@ with its top left corner at the canvas origin.
266
266
and |canvas|.
267
267
268
268
: If |root| is an [=inline-level=] [=block box|block=] or [=table wrapper box=]
269
- :: [=Paint a fake stacking context =]
269
+ :: [=Paint a stacking container =]
270
270
given |root| and |canvas|.
271
271
272
272
: If |root| is an [=inline-level=] replaced element
@@ -280,7 +280,7 @@ with its top left corner at the canvas origin.
280
280
</div>
281
281
282
282
<div algorithm>
283
- To <dfn>paint a fake stacking context </dfn> ,
283
+ To <dfn>paint a stacking container </dfn> ,
284
284
given a [=box=] |root|
285
285
and a canvas |canvas|:
286
286
You can’t perform that action at this time.
0 commit comments