Skip to content

Commit e3bea42

Browse files
committed
[css-position-4] Whoops, left these edits in my buffer; part of the previous commit.
1 parent a236cff commit e3bea42

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-position-4/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,15 +597,18 @@ Inherited: no
597597
Animation Type: (see prose)
598598
</pre>
599599

600-
The 'overlay' property determines
601-
whether an element is [=rendered in the top layer=] or not.
600+
When an element is [=in the top layer=],
601+
the 'overlay' property determines
602+
whether it is actually [=rendered in the top layer=] or not.
602603

603604
<dl dfn-type=value dfn-for=overlay>
604605
: <dfn>none</dfn>
605606
:: The element isn't [=rendered in the top layer=].
606607

607608
: <dfn>auto</dfn>
608-
:: The element is [=rendered in the top layer=].
609+
:: The element is [=rendered in the top layer=]
610+
if it is [=in the top layer=].
611+
609612
Rather than generating boxes as part of its normal position in the document,
610613
it generates boxes as a sibling of the root element,
611614
rendered "above" it.

0 commit comments

Comments
 (0)