Skip to content

Commit 92c1928

Browse files
committed
[css-position-4][editorial] Fixed Bikeshed issue
1 parent bd3130b commit 92c1928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-position-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ are rendered with the following qualities:
208208
otherwise, it's the initial containing block.
209209

210210
* If it is an element,
211-
it and its ''::backdrop'' pseudo-element are not rendered
211+
it and its ''::backdrop'' pseudo-element are [=element-not-rendered|not rendered=]
212212
if its [=shadow-including inclusive ancestor=] has the ''display: none''.
213213

214214
* If its specified 'display' property is ''display/contents'',
@@ -354,7 +354,7 @@ Top Layer Manipulation {#top-manip}
354354

355355
1. For each element |el| in |doc|'s [=pending top layer removals=]:
356356
if |el|'s computed value of 'overlay' is ''none'',
357-
or |el| is [=not rendered=],
357+
or |el| is [=element-not-rendered|not rendered=],
358358
[=remove from the top layer immediately=] |el|.
359359

360360
Note: This is intended to be called during the "Update the Rendering" step

0 commit comments

Comments
 (0)