We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95da45 commit d9d0596Copy full SHA for d9d0596
css-position-4/Overview.bs
@@ -357,11 +357,8 @@ Top Layer Manipulation {#top-manip}
357
358
1. For each (element |el| and steps |afterRemoval|) in |doc|'s
359
[=pending top layer removals=]: if |el|'s computed value of
360
- 'overlay' is ''none'', or |el| is [=not rendered=]:
361
-
362
- 1. [=remove from the top layer immediately=] |el|.
363
364
- 2. Run |afterRemoval|.
+ 'overlay' is ''none'', or |el| is [=not rendered=],
+ [=remove from the top layer immediately=] |el|, and |afterRemoval|.
365
366
Note: This is intended to be called during the "Update the Rendering" step
367
of HTML's rendering algorithm.
0 commit comments