Skip to content

Commit e6e894c

Browse files
committed
Add issue about display:flexbox-item
1 parent 9618a47 commit e6e894c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@ <h3 id=display-flexbox><span class=secno>2.1. </span> New values for
507507

508508
<h3 id=flex-items><span class=secno>2.2. </span> Flexbox Items</h3>
509509

510+
<p class=issue>Add a &lsquo;<code
511+
class=css>display:flexbox-item</code>&rsquo; value, so I can do
512+
flexbox-fixup (wrapping an anonymous flexbox around children that have
513+
declared themselves to be items).
514+
510515
<p>Flexbox layout algorithm operates on <a href="#flexbox-item"><i>flexbox
511516
items</i></a>, which are boxes that satisfy at least one of the following
512517
criteria:

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ <h3 id='display-flexbox'>
179179
<h3 id='flex-items'>
180180
Flexbox Items</h3>
181181

182+
<p class='issue'>Add a ''display:flexbox-item'' value, so I can do flexbox-fixup (wrapping an anonymous flexbox around children that have declared themselves to be items).</p>
183+
182184
<p>Flexbox layout algorithm operates on <i>flexbox items</i>, which are boxes that satisfy at least one of the following criteria:</p>
183185

184186
<ol>

0 commit comments

Comments
 (0)