Skip to content

Commit d9d0596

Browse files
committed
use callback in queue step
1 parent a95da45 commit d9d0596

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

css-position-4/Overview.bs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,8 @@ Top Layer Manipulation {#top-manip}
357357

358358
1. For each (element |el| and steps |afterRemoval|) in |doc|'s
359359
[=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|.
360+
'overlay' is ''none'', or |el| is [=not rendered=],
361+
[=remove from the top layer immediately=] |el|, and |afterRemoval|.
365362

366363
Note: This is intended to be called during the "Update the Rendering" step
367364
of HTML's rendering algorithm.

0 commit comments

Comments
 (0)