@@ -1173,18 +1173,17 @@ <h3 id=abspos-items><span class=secno>4.2. </span> Absolutely-positioned
11731173
11741174 < h3 id =visibility-collapse > < span class =secno > 4.3. </ span > Collapsed Grid
11751175 Items: the ‘< code class =property > visibility</ code > ’ property</ h3 >
1176+ <!--
1177+ <p>
1178+ Specifying ''visibility: collapse'' on a <i>grid item</i> causes it to become a <dfn title="collapsed grid item|collapsed">collapsed grid item</dfn>.
1179+ This has the same effect as ''visibility: hidden'',
1180+ except that if all the <i>grid items</i> spanning a track are <i>collapsed</i>,
1181+ the track's intrinsic size becomes zero.
1182+ -->
11761183
1177- < p > Specifying ‘< code class =css > visibility: collapse</ code > ’ on a < a
1178- href ="#grid-item "> < i > grid item</ i > </ a > causes it to become a < dfn
1179- id =collapsed-grid-item title ="collapsed grid item|collapsed "> collapsed
1180- grid item</ dfn > . This has the same effect as ‘< code
1181- class =css > visibility: hidden</ code > ’, except that if all the < a
1182- href ="#grid-item "> < i > grid items</ i > </ a > spanning a track are < a
1183- href ="#collapsed-grid-item "> < i > collapsed</ i > </ a > , the track's intrinsic
1184- size becomes zero.
1185-
1186- < p class =issue > Or should the track size be set to 0 regardless of its
1187- sizing function?
1184+ < p class =issue > We want the ability to collapse grid tracks (similar to
1185+ collapsing flex items or table rows/columns), but we're not sure exactly
1186+ how to do it. Ideas welcome, please post them to the list.
11881187
11891188 < h3 id =order-property > < span class =secno > 4.4. </ span > Reordered Grid Items:
11901189 the ‘< a href ="#order "> < code class =property > order</ code > </ a > ’ property</ h3 >
@@ -3754,12 +3753,6 @@ <h2 class=no-num id=index> Index</h2>
37543753 href ="#function-CalculateNormalizedFlexBreadth "
37553754 title ="section 8.2. "> < strong > 8.2.</ strong > </ a >
37563755
3757- < li > collapsed, < a href ="#collapsed-grid-item "
3758- title ="section 4.3. "> < strong > 4.3.</ strong > </ a >
3759-
3760- < li > collapsed grid item, < a href ="#collapsed-grid-item "
3761- title ="section 4.3. "> < strong > 4.3.</ strong > </ a >
3762-
37633756 < li > column, < a href ="#columns " title ="section 2. "> < strong > 2.</ strong > </ a >
37643757
37653758 < li > ‘< code class =css > columns</ code > ’, < a href ="#columns0 "
0 commit comments