Skip to content

Commit 3acbf63

Browse files
committed
topics/flex-abspos-placeholders: edited
1 parent 6b80b5e commit 3acbf63

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

topics/flex-abspos-placeholders.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ Note: This does not affect absolutely-positioned children of a flex item.
3232
; Proposal A : The static position of the abspos item is the head start corner of the flex container. It has no impact on flex layout.
3333
; Proposal B : The static position of an abspos item is centered between the margin edges of the previous and next flex items in the line (need to define edge behavior), and has no impact on flex layout such as justification.
3434
; Proposal C : The static position of the abspos item is given by a placeholder anonymous flex item, which impacts layout during justification (space-around/space-between).
35-
36-
Possible edge behavior for B:
37-
- Use container's padding edge in place of no item on that side
38-
- Use adjacent item's margin edge in place of centering if no item on other side
39-
- ???
4035

4136
=== Use Cases to Consider ===
4237

0 commit comments

Comments
 (0)