Skip to content

Commit 134fd36

Browse files
committed
[css-grid] Remove solved issues. Fix line name handling of subgrids to match updated proposal.
1 parent 34257cf commit 134fd36

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,14 +1479,6 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
14791479
(This can result in <em>all</em> tracks being dropped,
14801480
if they're all empty.)
14811481

1482-
Issue: In order to simplify implementation and testing requirements for Level 1,
1483-
the <<auto-repeat>> syntax only accepts a single <<fixed-size>>.
1484-
Now that we have gutters, most use cases for auto-repetition will need only one track size.
1485-
However, if there are important use cases for having a full track listing,
1486-
the CSSWG is not opposed to expanding the syntax;
1487-
please send such use cases to www-style@w3.org
1488-
for consideration.
1489-
14901482
For the purpose of finding the number of auto-repeated tracks,
14911483
the UA must floor the track size to a UA-specified value
14921484
to avoid division by zero.
@@ -2354,18 +2346,10 @@ Establishing Subgrids: the ''subgrid'' 'display' value</h3>
23542346
(Note: the act of scrolling does not affect layout.)
23552347

23562348
<li>
2357-
If the <a>subgrid</a> has an explicit <a>grid position</a> as well as an explicit <a>grid span</a>,
2358-
it also automatically receives the line names specified for its parent <a>grid</a>.
2359-
(In such cases the author can rely on the names specified in the parent grid,
2360-
and does not need to duplicate those names in each subgrid declaration.)
2361-
2362-
Issue: People should review how subgrid line names are assigned, to ensure it is sane and useful.
2349+
Since <a>subgrids</a> can be placed before their contents are placed,
2350+
their lines automatically receive the line names specified on the parent <a>grid</a>.
23632351
</ul>
23642352

2365-
Issue: Need to expand grid-auto-rows/columns to allow for multi-track repetition,
2366-
so you can auto-generate properly-sized subgridded rows
2367-
in cases such as a catalog listing.
2368-
23692353
<!--
23702354
████████ ██ ███ ██████ ████ ██ ██ ██████
23712355
██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██ ██

css-grid/issues-wd-20150917.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2015-09-17 WD</h1>
164164
<span class="a">Closed: Accepted</span>
165165
<span>Verified:</span>
166166
<span>Resolved: Editorial</span></pre>
167-
<pre class='open ' id='issue-15'>
167+
<pre class=' a' id='issue-15'>
168168
<span>Issue 15. <a href='#issue-15'>#</a></span>
169169
<span>Summary: Example is confusing</span>
170170
<span>From: Manuel Rego Casasnovas</span>
171171
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0110.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0110.html</a></span>
172-
<span>Response:</span>
173-
<span>Open</span>
172+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0181.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0181.html</a></span>
173+
<span class="a">Closed: Accepted</span>
174174
<span>Verified:</span>
175175
<span>Resolved: Editorial</span></pre>
176176
<pre class=' a' id='issue-15'>

0 commit comments

Comments
 (0)