File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -597,15 +597,18 @@ Inherited: no
597597Animation 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.
You can’t perform that action at this time.
0 commit comments