Skip to content

Commit ce83e27

Browse files
committed
topics/flex-abspos-placeholders: edited
1 parent cb87109 commit ce83e27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

topics/flex-abspos-placeholders.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ 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+
; Proposal D : The static position of an abspos item is a placeholder anonymous flex item whose position coincides with the margin edge of the subsequent flex item (if any, else the preceding flex item, if any, else the main-start cross-start corner) and has no impact on flex layout such as justification.
3536

3637
=== Use Cases to Consider ===
3738

38-
????
39+
Nobody's come up with a use case for using the static position of an absolutely-positioned flex item. There might be reasons to absolutely-position such a child explicitly and have it not affect layout, however.
3940

4041
=== Links to More Info ===
4142

4243
- http://lists.w3.org/Archives/Public/www-style/2012Jul/0262.html (Alex's explanation of the LC spec approach, i.e. proposal C)
4344
- http://lists.w3.org/Archives/Public/www-style/2012Jul/0419.html (Kenny's original summary of proposals)
4445
- http://lists.w3.org/Archives/Public/www-style/2012Jul/0430.html (Brad's reply)
4546
- http://lists.w3.org/Archives/Public/www-style/2012Jul/0547.html (fantasai's summary/request for information)
47+
- http://lists.w3.org/Archives/Public/www-style/2012Jul/0558.html (origin of proposal D)

0 commit comments

Comments
 (0)