Skip to content

Commit effb302

Browse files
committed
Generated. Do not edit!
1 parent 4febbfe commit effb302

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

css3-layout/Overview.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,21 @@ <h2 id=position><span class=secno>8. </span>Flowing content into the
13521352
class=css>position: a -my-product</code>&rsquo; or &lsquo;<code
13531353
class=css>position: -my-product(a)</code>&rsquo;.
13541354

1355+
<p class=issue><a
1356+
href="http://www.w3.org/Style/CSS/Tracker/issues/201">ISSUE-201:</a> Terra
1357+
Informatica's <a
1358+
href="http://www.terrainformatica.com/htmlayout/">HTMLayout</a> program
1359+
proposes an interesting shortcut: if a slot's name is a number (instead of
1360+
a letter), it refers directly to the child with that number. That child is
1361+
positioned in the slot and doesn't need a &lsquo;<a
1362+
href="#position0"><code class=property>position</code></a>&rsquo;
1363+
property. See <a
1364+
href="http://www.terrainformatica.com/w3/flex-layout/flex-layout.htm">the
1365+
documentation by Andrew Fedoniouk and Ivan Goroun.</a> E.g., <code>&lt;ul
1366+
style="display: '2 1'">&lt;li>one &lt;li>two &lt;/ul></code> puts
1367+
“two” on the left and “one” on the right. (Note that this requires
1368+
that the names of slots are separated by spaces.)
1369+
13551370
<table class=propdef-extra>
13561371
<tbody>
13571372
<tr>

0 commit comments

Comments
 (0)