File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments