Skip to content

Commit 90a7884

Browse files
committed
[css-grid] We solved all the subgrid issues, except the interleaving one which we're rejecting.
1 parent 82e5dfa commit 90a7884

2 files changed

Lines changed: 0 additions & 57 deletions

File tree

css-grid/Overview.html

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

css-grid/Overview.src.html

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -641,33 +641,6 @@ <h3 id='grid-containers'>
641641
and <a href="#display-grid">''grid''</a> in the "Computed Value" column.
642642

643643

644-
<h3>Subgrids: the ''subgrid'' 'display' value</h3>
645-
646-
<div class="issue">
647-
This is a proposal to address the alignment of sub-items across grid items,
648-
so that, for example,
649-
a grid of labels + inputs (with each pair styled as a unit)
650-
can still align the individual elements in a greater grid.
651-
Potential issues:
652-
653-
<ul>
654-
<li>
655-
If an item is positioned outside the subgrid's declared rows/columns,
656-
does the subgrid expand further into the outer grid,
657-
or just overflow within its declared bounds?
658-
<li>
659-
How to declare a subgrid?
660-
As a separate display type, as illustrated here,
661-
or by assigning a "subgrid" value to grid-template-rows/columns
662-
(which would allow aligning to the parent grid in only one dimension)?
663-
<li>
664-
Can auto-placement in the subgrid determine/increase the size of the subgrid?
665-
<li>
666-
Should you be able to interleave lines from the parent grid with subgrid lines?
667-
</ul>
668-
</div>
669-
670-
671644

672645
<h2 id="grid-items">
673646
Grid Items</h2>

0 commit comments

Comments
 (0)