Skip to content

Commit dc79051

Browse files
committed
Removed note about flexible margins in the main axis.
1 parent 279ab1d commit dc79051

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,18 +1293,6 @@ <h3 id=flex-pack><span class=secno>5.1. </span> Main Axis Alignment: the
12931293
keywords and their effects on a flexbox with three colored items.</p>
12941294
</div>
12951295

1296-
<p class=note>A previous revision of this spec allowed margins to flex
1297-
directly, which allowed an effect similar to &lsquo;<a
1298-
href="#flex-pack0"><code class=property>flex-pack</code></a>&rsquo;. In
1299-
particular, it allowed an author to, for example, split a flexbox in half,
1300-
with some of the items pushed toward the start and the rest pushed toward
1301-
the end, by flexing exactly one margin. This sort of effect is no longer
1302-
possible without either using the ::before or ::after pseudoelements or
1303-
adding additional elements to the document, to act as an empty item that
1304-
can then flex. It's expected that we will develop something in the future
1305-
to make this easier, such as a more general pseudoelement or perhaps the
1306-
ability to explicitly control individual spaces between flexbox items.
1307-
13081296
<h3 id=flex-align><span class=secno>5.2. </span> Cross Axis Alignment: the
13091297
&lsquo;<a href="#flex-align0"><code
13101298
class=property>flex-align</code></a>&rsquo; and &lsquo;<a

0 commit comments

Comments
 (0)