@@ -229,10 +229,6 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
229229 Containers: the ‘< code class =css > grid</ code > ’ and ‘< code
230230 class =css > inline-grid</ code > ’ ‘< code
231231 class =property > display</ code > ’ values</ a >
232-
233- < li > < a href ="#subgrids-the-subgrid-display-value "> < span class =secno > 3.2.
234- </ span > Subgrids: the ‘< code class =css > subgrid</ code > ’ ‘< code
235- class =property > display</ code > ’ value</ a >
236232 </ ul >
237233
238234 < li > < a href ="#grid-items "> < span class =secno > 4. </ span > Grid Items</ a >
@@ -960,32 +956,6 @@ <h3 id=grid-containers><span class=secno>3.1. </span> Grid Containers: the
960956 the "Specified Value" column and < a href ="#display-grid "> ‘< code
961957 class =css > grid</ code > ’</ a > in the "Computed Value" column.
962958
963- < h3 id =subgrids-the-subgrid-display-value > < span class =secno > 3.2.
964- </ span > Subgrids: the ‘< a href ="#subgrid0 "> < code
965- class =css > subgrid</ code > </ a > ’ ‘< code class =property > display</ code > ’
966- value</ h3 >
967-
968- < div class =issue > This is a proposal to address the alignment of sub-items
969- across grid items, so that, for example, a grid of labels + inputs (with
970- each pair styled as a unit) can still align the individual elements in a
971- greater grid. Potential issues:
972- < ul >
973- < li > If an item is positioned outside the subgrid's declared
974- rows/columns, does the subgrid expand further into the outer grid, or
975- just overflow within its declared bounds?
976-
977- < li > How to declare a subgrid? As a separate display type, as illustrated
978- here, or by assigning a "subgrid" value to grid-template-rows/columns
979- (which would allow aligning to the parent grid in only one dimension)?
980-
981- < li > Can auto-placement in the subgrid determine/increase the size of the
982- subgrid?
983-
984- < li > Should you be able to interleave lines from the parent grid with
985- subgrid lines?
986- </ ul >
987- </ div >
988-
989959 < h2 id =grid-items > < span class =secno > 4. </ span > Grid Items</ h2 >
990960
991961 < p > The contents of a < a href ="#grid-container "> < i > grid container</ i > </ a >
0 commit comments