@@ -898,11 +898,11 @@ <h3 class="heading settled" data-level=5.1 id=track-sizing><span class=secno>5.1
898898 while < a class =property data-link-type =propdesc href =#propdef-grid-template-rows title =grid-template-rows > grid-template-rows</ a > specifies the < a data-link-type =dfn href =#track-list title ="track list "> track list</ a > for the grid’s rows.
899899 The syntax of a < a data-link-type =dfn href =#track-list title ="track list "> track list</ a > is:</ p >
900900
901- < pre > < dfn class = css data-dfn-type =type data-export ="" id =typedef-track-list > <track-list>< a class =self-link href =#typedef-track-list > </ a > </ dfn > = [ < a class =" production css " data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > ? [ < a class =" production css " data-link-type =type href =#typedef-track-size title ="<track-size> "> <track-size></ a > | < a class =" production css " data-link-type =function href =#funcdef-repeat title =repeat() > <repeat()></ a > ] ]+ < a class =" production css " data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > ?
902- < dfn class = css data-dfn-type =type data-export ="" id =typedef-track-size > <track-size>< a class =self-link href =#typedef-track-size > </ a > </ dfn > = minmax( < a class =" production css " data-link-type =type href =#typedef-track-breadth title ="<track-breadth> "> <track-breadth></ a > , < a class =" production css " data-link-type =type href =#typedef-track-breadth title ="<track-breadth> "> <track-breadth></ a > ) | auto | < a class =" production css " data-link-type =type href =#typedef-track-breadth title ="<track-breadth> "> <track-breadth></ a >
903- < dfn class = css data-dfn-type =type data-export ="" id =typedef-track-breadth > <track-breadth>< a class =self-link href =#typedef-track-breadth > </ a > </ dfn > = < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#length-value title ="<length> "> <length></ a > | < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#percentage-value title ="<percentage> "> <percentage></ a > | < a class =" production css " data-link-type =type href =#typedef-flex title ="<flex> "> <flex></ a > | min-content | max-content
904- < dfn class = css data-dfn-type =type data-export ="" id =typedef-line-names > <line-names>< a class =self-link href =#typedef-line-names > </ a > </ dfn > = ( < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > * )
905- < dfn class = css data-dfn-type =type data-export ="" id =typedef-line-name-list > <line-name-list>< a class =self-link href =#typedef-line-name-list > </ a > </ dfn > = [ < a class =" production css " data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > | repeat(< a class =" production css " data-link-type =type title ="<positive-integer> "> <positive-integer></ a > , < a class =" production css " data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > +) ]+
901+ < pre > < dfn data-dfn-type =type data-export ="" id =typedef-track-list > <track-list>< a class =self-link href =#typedef-track-list > </ a > </ dfn > = [ < a class =production data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > ? [ < a class =production data-link-type =type href =#typedef-track-size title ="<track-size> "> <track-size></ a > | < a class =production data-link-type =function href =#funcdef-repeat title =repeat() > <repeat()></ a > ] ]+ < a class =production data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > ?
902+ < dfn data-dfn-type =type data-export ="" id =typedef-track-size > <track-size>< a class =self-link href =#typedef-track-size > </ a > </ dfn > = minmax( < a class =production data-link-type =type href =#typedef-track-breadth title ="<track-breadth> "> <track-breadth></ a > , < a class =production data-link-type =type href =#typedef-track-breadth title ="<track-breadth> "> <track-breadth></ a > ) | auto | < a class =production data-link-type =type href =#typedef-track-breadth title ="<track-breadth> "> <track-breadth></ a >
903+ < dfn data-dfn-type =type data-export ="" id =typedef-track-breadth > <track-breadth>< a class =self-link href =#typedef-track-breadth > </ a > </ dfn > = < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#length-value title ="<length> "> <length></ a > | < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#percentage-value title ="<percentage> "> <percentage></ a > | < a class =production data-link-type =type href =#typedef-flex title ="<flex> "> <flex></ a > | min-content | max-content
904+ < dfn data-dfn-type =type data-export ="" id =typedef-line-names > <line-names>< a class =self-link href =#typedef-line-names > </ a > </ dfn > = ( < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > * )
905+ < dfn data-dfn-type =type data-export ="" id =typedef-line-name-list > <line-name-list>< a class =self-link href =#typedef-line-name-list > </ a > </ dfn > = [ < a class =production data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > | repeat(< a class =production data-link-type =type title ="<positive-integer> "> <positive-integer></ a > , < a class =production data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > +) ]+
906906</ pre >
907907
908908< p > Where:</ p >
@@ -1051,7 +1051,7 @@ <h4 class="heading settled" data-level=5.1.2 id=repeat-notation><span class=secn
10511051 in a more compact form.
10521052 The syntax of the < a class =css data-link-type =maybe href =#funcdef-repeat title =repeat() > repeat()</ a > notation is:</ p >
10531053
1054- < pre class =prod > < dfn class =css data-dfn-type =function data-export ="" id =funcdef-repeat > repeat()< a class =self-link href =#funcdef-repeat > </ a > </ dfn > = repeat( < a class ="production css " data-link-type =type title ="<positive-integer> "> <positive-integer></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-comma title =, > ,</ a > [ < a class ="production css " data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#mult-opt title =? > ?</ a > < a class ="production css " data-link-type =type href =#typedef-track-size title ="<track-size> "> <track-size></ a > ]< a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#mult-one-plus title =+ > +</ a > < a class ="production css " data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#mult-opt title =? > ?</ a > )</ pre >
1054+ < pre class =prod > < dfn data-dfn-type =function data-export ="" id =funcdef-repeat > repeat()< a class =self-link href =#funcdef-repeat > </ a > </ dfn > = repeat( < a class =production data-link-type =type title ="<positive-integer> "> <positive-integer></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-comma title =, > ,</ a > [ < a class =production data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#mult-opt title =? > ?</ a > < a class =production data-link-type =type href =#typedef-track-size title ="<track-size> "> <track-size></ a > ]< a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#mult-one-plus title =+ > +</ a > < a class =production data-link-type =type href =#typedef-line-names title ="<line-names> "> <line-names></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#mult-opt title =? > ?</ a > )</ pre >
10551055
10561056< p > The first argument specifies the number of repetitions.
10571057 The second argument is a < a data-link-type =dfn href =#track-list title ="track list "> track list</ a > ,
@@ -1584,8 +1584,8 @@ <h3 class="heading settled" data-level=6.2 id=grid-auto-flow-property><span clas
15841584
15851585< table class ="definition propdef "> < tr > < th > Name:< td > < dfn class =css data-dfn-type =property data-export ="" id =propdef-grid-auto-flow > grid-auto-flow< a class =self-link href =#propdef-grid-auto-flow > </ a > </ dfn > < tr > < th > Value:< td class =prod > < a class ="production css " data-link-type =type href =#typedef-auto-flow-direction title ="<auto-flow-direction> "> <auto-flow-direction></ a > < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-any title =|| > ||</ a > < a class ="production css " data-link-type =type href =#typedef-auto-flow-algorithm title ="<auto-flow-algorithm> "> <auto-flow-algorithm></ a > < tr > < th > Initial:< td > row< tr > < th > Applies to:< td > < a data-link-type =dfn href =#grid-container title ="grid containers "> grid containers</ a > < tr > < th > Inherited:< td > no< tr > < th > Media:< td > visual< tr > < th > Computed value:< td > specified value< tr > < th > Percentages:< td > n/a</ table >
15861586
1587- < pre class =prod > < dfn class = css data-dfn-type =type data-export ="" id =typedef-auto-flow-direction > < a class =" production css " data-link-type = type href = #typedef-auto-flow-direction title =" <auto-flow-direction> " > <auto-flow-direction></ a > < a class =self-link href =#typedef-auto-flow-direction > </ a > </ dfn > = row < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-one title =| > |</ a > column
1588- < dfn class = css data-dfn-type =type data-export ="" id =typedef-auto-flow-algorithm > < a class =" production css " data-link-type = type href = #typedef-auto-flow-algorithm title =" <auto-flow-algorithm> " > <auto-flow-algorithm></ a > < a class =self-link href =#typedef-auto-flow-algorithm > </ a > </ dfn > = dense < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-one title =| > |</ a > stack
1587+ < pre class =prod > < dfn data-dfn-type =type data-export ="" id =typedef-auto-flow-direction > <auto-flow-direction>< a class =self-link href =#typedef-auto-flow-direction > </ a > </ dfn > = row < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-one title =| > |</ a > column
1588+ < dfn data-dfn-type =type data-export ="" id =typedef-auto-flow-algorithm > <auto-flow-algorithm>< a class =self-link href =#typedef-auto-flow-algorithm > </ a > </ dfn > = dense < a class =prod-punc data-link-type =grammar href =http://dev.w3.org/csswg/css-values-3/#comb-one title =| > |</ a > stack
15891589</ pre >
15901590
15911591< p > < a data-link-type =dfn href =#grid-item title ="Grid items "> Grid items</ a > that aren’t explicitly placed are automatically placed
@@ -2029,11 +2029,11 @@ <h3 class="heading settled" data-level=8.2 id=line-placement><span class=secno>8
20292029
20302030< table class ="definition propdef "> < tr > < th > Name:< td > < dfn class =css data-dfn-type =property data-export ="" id =propdef-grid-row-start > grid-row-start< a class =self-link href =#propdef-grid-row-start > </ a > </ dfn > , < dfn class =css data-dfn-type =property data-export ="" id =propdef-grid-column-start > grid-column-start< a class =self-link href =#propdef-grid-column-start > </ a > </ dfn > , < dfn class =css data-dfn-type =property data-export ="" id =propdef-grid-row-end > grid-row-end< a class =self-link href =#propdef-grid-row-end > </ a > </ dfn > , < dfn class =css data-dfn-type =property data-export ="" id =propdef-grid-column-end > grid-column-end< a class =self-link href =#propdef-grid-column-end > </ a > </ dfn > < tr > < th > Value:< td class =prod > < a class ="production css " data-link-type =type href =#typedef-grid-line title ="<grid-line> "> <grid-line></ a > < tr > < th > Initial:< td > auto< tr > < th > Applies to:< td > < a data-link-type =dfn href =#grid-item title ="grid items "> grid items</ a > < tr > < th > Inherited:< td > no< tr > < th > Media:< td > visual< tr > < th > Computed value:< td > specified value< tr > < th > Percentages:< td > n/a</ table >
20312031
2032- < pre > < dfn class = css data-dfn-for ="grid-row-start grid-column-start grid-row-end grid-column-end " data-dfn-type =type data-export ="" id =typedef-grid-line > < a class =" production css " data-link-type =type href =#typedef-grid-line title ="<grid-line> "> <grid-line></ a > < a class =self-link href =#typedef-grid-line > </ a > </ dfn > =
2032+ < pre > < dfn data-dfn-for ="grid-row-start grid-column-start grid-row-end grid-column-end " data-dfn-type =type data-export ="" id =typedef-grid-line > < a class =production data-link-type =type href =#typedef-grid-line title ="<grid-line> "> <grid-line></ a > < a class =self-link href =#typedef-grid-line > </ a > </ dfn > =
20332033 auto |
2034- < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > |
2035- [ < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-syntax-3/#typedef-integer title ="<integer> "> <integer></ a > && < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > ? ] |
2036- [ span && [ < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-syntax-3/#typedef-integer title ="<integer> "> <integer></ a > || < a class =" production css " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > ] ]
2034+ < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > |
2035+ [ < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-syntax-3/#typedef-integer title ="<integer> "> <integer></ a > && < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > ? ] |
2036+ [ span && [ < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-syntax-3/#typedef-integer title ="<integer> "> <integer></ a > || < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#identifier-value title ="<custom-ident> "> <custom-ident></ a > ] ]
20372037</ pre >
20382038
20392039< p > The < a class =property data-link-type =propdesc href =#propdef-grid-row-start title =grid-row-start > grid-row-start</ a > , < a class =property data-link-type =propdesc href =#propdef-grid-column-start title =grid-column-start > grid-column-start</ a > , < a class =property data-link-type =propdesc href =#propdef-grid-row-end title =grid-row-end > grid-row-end</ a > , and < a class =property data-link-type =propdesc href =#propdef-grid-column-end title =grid-column-end > grid-column-end</ a > properties
@@ -2118,7 +2118,7 @@ <h3 class="heading settled" data-level=8.2 id=line-placement><span class=secno>8
21182118grid-column-start: span C; grid-column-end: span C;
21192119/* Error: The end span is ignored, and an auto-placed
21202120 item can’t span to a named line.
2121- Equivalent to < a class = css data-link-type =propdesc href =#propdef-grid-column title =grid-column > grid-column: span 1;</ a > . */
2121+ Equivalent to < a data-link-type =propdesc href =#propdef-grid-column title =grid-column > grid-column: span 1;</ a > . */
21222122grid-column-start: 5; grid-column-end: C -1;
21232123/* Line 5 to line 9 */
21242124grid-column-start: 5; grid-column-end: span C;
0 commit comments