Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove a comma for great clarity
  • Loading branch information
keithamus committed Sep 24, 2025
commit e0f86d169803af4e7be93d74bdc96ea80ee8c940
2 changes: 1 addition & 1 deletion css-position-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Top Layer Manipulation {#top-manip}
1. For each (element |el| and steps |afterRemoval|) in |doc|'s
[=pending top layer removals=]: if |el|'s computed value of
'overlay' is ''none'', or |el| is [=not rendered=],
[=remove from the top layer immediately=] |el|, and |afterRemoval|.
[=remove from the top layer immediately=] |el| and |afterRemoval|.

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