Skip to content

Commit b9d092a

Browse files
committed
[css-grid] Fix grammar error in auto-track-list. <https://lists.w3.org/Archives/Public/www-style/2016May/0189.html>
1 parent 176f246 commit b9d092a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,8 +1212,8 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
12121212

12131213
<pre>
12141214
<dfn>&lt;track-list></dfn> = [ <<line-names>>? [ <<track-size>> | <<track-repeat>> ] ]+ <<line-names>>?
1215-
<dfn>&lt;auto-track-list></dfn> = [ <<line-names>>? [ <<fixed-size>> | <<fixed-repeat>> ] ]+ <<auto-repeat>>
1216-
[ <<line-names>>? [ <<fixed-size>> | <<fixed-repeat>> ] ]+ <<line-names>>?
1215+
<dfn>&lt;auto-track-list></dfn> = [ <<line-names>>? [ <<fixed-size>> | <<fixed-repeat>> ] ]* <<line-names>>? <<auto-repeat>>
1216+
[ <<line-names>>? [ <<fixed-size>> | <<fixed-repeat>> ] ]* <<line-names>>?
12171217

12181218
<dfn>&lt;track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( [ <<length>> | <<percentage>> ] )
12191219
<dfn>&lt;fixed-size></dfn> = <<fixed-breadth>> | minmax( <<fixed-breadth>> , <<track-breadth>> ) | minmax( <<inflexible-breadth>> , <<fixed-breadth>> )

0 commit comments

Comments
 (0)