Skip to content

Commit ba8d93f

Browse files
committed
Added Andrew Fedoniouk's remark that templates with numbers are also a
shortcut for 'flex-order'.
1 parent 4cc3b1a commit ba8d93f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css3-layout/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,9 @@ <h2 id=position>Flowing content into the template: the 'position'
10801080
>the documentation by Andrew Fedoniouk and Ivan Goroun.</a> E.g.,
10811081
<code>&lt;ul style="display: '2 1'">&lt;li>one &lt;li>two
10821082
&lt;/ul></code> puts “two” on the left and “one” on the right. (Note
1083-
that this requires that the names of slots are separated by spaces.)
1083+
that this requires that the names of slots are separated by spaces.)
1084+
It is thus also a shortcut for some applications of <a
1085+
href="http://www.w3.org/TR/css3-flexbox/#flex-order">'flex-order'.</a>
10841086

10851087
<table class=propdef-extra>
10861088
<tr>

0 commit comments

Comments
 (0)