Skip to content

Commit b9af989

Browse files
committed
[css-position] Elaborate a little bit on the issue about sticky and margin collapsing.
1 parent edd4b90 commit b9af989

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-position/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,12 @@ Sticky positioning</h3>
581581
<p class="issue">
582582
Say what happens if it already overflows the containing block
583583
</p>
584-
<p class="issue">
584+
<p class="issue" id="issue-sticky-margin-collapsing">
585585
Do margins collapse between the stickily positioned element and its containing
586586
block element?
587+
More generally, what margin is this referring to?
588+
Does it involve collapsing between the sticky element and
589+
its descendants, siblings, and/or ancestors?
587590
</p>
588591

589592
Intersection between the stickily positioned element and the bottom of the

0 commit comments

Comments
 (0)