Skip to content
Merged
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
10 changes: 7 additions & 3 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1583,9 +1583,9 @@ Named Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
</figure>
</div>

A line name cannot be <css>span</css>,
A line name cannot be <css>span</css> or <css>auto</css>,
i.e. the <<custom-ident>> in the <<line-names>> production
excludes the keyword <css>span</css>.
excludes the keywords <css>span</css> and <css>auto</css>.

<!--
████████ ████████ ████████ ████████ ███ ████████ ███ ███
Expand Down Expand Up @@ -2848,7 +2848,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
</dl>

In all the above productions,
the <<custom-ident>> additionally excludes the keyword <css>span</css>.
the <<custom-ident>> additionally excludes the keywords <css>span</css> and <css>auto</css>.

<div class='example'>
Given a single-row, 8-column grid and the following 9 named lines:
Expand Down Expand Up @@ -4438,6 +4438,10 @@ Major Changes</h4>
If a grid item is placed outside this limit,
its grid area must be <a>clamped</a> to within this limited grid.
</blockquote>

<li id="change-2018-line-name-auto">
Exclude 'auto' from line name <<custom-ident>>.
(<a href="https://github.com/w3c/csswg-drafts/issues/2856">Issue 2856</a>)
</ul>

<h4 id="clarify-2017">
Expand Down