Skip to content

[css-grid-1] Exclude implicit tracks from track listing resolved value. #4475 #4584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1912,9 +1912,9 @@ Resolved Value of a Track Listing</h4>

<ul>
<li>
Every track listed individually,
whether implicitly or explicitly created,
without using the ''repeat()'' notation.
Every explicitly created track listed individually,
without using the ''repeat()'' notation,
and excluding implicitly created tracks.

<li>
Every track size given as a length in pixels,
Expand Down Expand Up @@ -4753,6 +4753,19 @@ Major Changes</h4>
The used <a>flex fraction</a> is zero.
</dl>
</blockquote>

<li id="change-2017-resolved-track-list-exclude-implicit">
Don't include implicit tracks in the resolved value of a track listing,
so that the value round-trips.
(<a href="https://github.com/w3c/csswg-drafts/issues/4475">Issue 4475</a>)
<blockquote>
<del>Every track listed individually,
whether implicitly or explicitly created,
without using the ''repeat()'' notation.</del>
<ins>Every explicitly created track listed individually,
without using the ''repeat()'' notation,
and excluding implicitly created tracks.</ins>
</blockquote>
</ul>
<h4 id="minor-2017">
Minor Changes</h4>
Expand Down