Skip to content

Commit 0384db8

Browse files
committed
[css-flexbox] Put the pagination rule back with s/some/none/ as suggested in the proposed resolution. Switch OL to UL for two options
1 parent 8ecdbb1 commit 0384db8

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

css-flexbox/Overview.bs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,12 +686,13 @@ Flex Item Margins and Paddings</h3>
686686

687687
Percentage margins and paddings on <a>flex items</a> can be resolved against either:
688688

689-
1. their own axis (left/right percentages resolve against width, top/bottom resolve against height)
690-
2. the inline axis (left/right/top/bottom percentages all resolve against width)
689+
* their own axis (left/right percentages resolve against width, top/bottom resolve against height), or,
690+
* the inline axis (left/right/top/bottom percentages all resolve against width)
691691

692692
A User Agent must choose one of these two behaviors.
693693

694-
Note: This behavior sucks, but it accurately captures the current state of the world.
694+
Note: This variance sucks, but it accurately captures the current state of the world
695+
(no consensus among implementations, and no consensus within the CSSWG).
695696
It is the CSSWG's intention that browsers will converge on one of the behaviors,
696697
at which time the spec will be amended to require that.
697698

@@ -2859,6 +2860,11 @@ Fragmenting Flex Layout</h2>
28592860
If as a result of this adjustment the available space becomes negative,
28602861
it is set to zero.
28612862

2863+
<li>
2864+
If the first fragment of the flex container is not at the top of the page,
2865+
and none of its flex items fit in the remaining space on the page,
2866+
the entire fragment is moved to the next page.
2867+
28622868
<li>
28632869
When a <a>multi-line</a> column flex container breaks,
28642870
each fragment has its own "stack" of flex lines,

css-flexbox/issues-lc-20150514.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ Summary: Blink objects to percentage-margin change
9292
From: Tab Atkins Jr.
9393
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0521.html
9494
Note: Accepting this reversal will require a corresponding change to Grid.
95-
Open
95+
Open: Amended spec to allow both behaviors, as the CSSWG had no consensus.
96+
Minutes:
97+
https://lists.w3.org/Archives/Public/www-style/2015Sep/0038.html
98+
https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html
99+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Dec/0233.html
96100
----
97101
Issue 12.
98102
Summary: Intrinsic Cross size of flex container totally wrong
@@ -215,5 +219,7 @@ Issue 27.
215219
Summary: Fragmentation rule forces break-inside: avoid
216220
From: fantasai
217221
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0163.html
218-
Open
222+
Closed: Accepted
223+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Dec/0233.html
224+
Verified: Reporter is spec editor
219225
----

0 commit comments

Comments
 (0)