File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1167,9 +1167,19 @@ this property determines which [=position option=] to use.
11671167 that didn't result in overflow,
11681168 use that option.
11691169
1170+ Note: In other words, if all of the options cause the element to overflow,
1171+ then by default
1172+ the element will stay with the last successful [=position option=] it found
1173+ that <em> didn't</em> cause overflow,
1174+ keeping its position reasonably stable.
1175+ With ''always'' specified, however,
1176+ it will instead use the specified strategy
1177+ to select the "fallback" [=position overflow=] ,
1178+ regardless of what was previously successful.
1179+
11701180 : <dfn>hide</dfn>
11711181 ::
1172- Use the first option (as for ''first'' ),
1182+ Use the first [=position option=] (as for ''first'' ),
11731183 but also hide the box such that it (and all of its contents)
11741184 are invisible (like ''visibility: hidden'' )
11751185 and do not contribute to [=scrollable overflow=] .
You can’t perform that action at this time.
0 commit comments