@@ -831,7 +831,7 @@ <h2 data-level=5 id=grid-definition><span class=secno>5 </span><span class=conte
831831< h3 data-level =5.1 id =track-sizing > < span class =secno > 5.1 </ span > < span class =content >
832832Track Sizing: the < a class =property data-link-type =propdesc href =#propdef-grid-template-rows title =grid-template-rows > grid-template-rows</ a > and < a class =property data-link-type =propdesc href =#propdef-grid-template-columns title =grid-template-columns > grid-template-columns</ a > properties</ span > < a class =section-link href =#track-sizing > §</ a > </ h3 >
833833
834- < table class =propdef > < tr > < th > Name:< td > < dfn data-dfn-type =property data-export ="" id =propdef-grid-template-columns > grid-template-columns</ dfn > , < dfn data-dfn-type =property data-export ="" id =propdef-grid-template-rows > grid-template-rows</ dfn > < tr > < th > Value:< td > none | < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > | subgrid < a class =production data-link-type =type href =#typedef-line-names > <line-names ></ a > * < tr > < th > Initial:< td > none< tr > < th > Applies to:< td > < a href =#grid-container > grid containers</ a > < tr > < th > Inherited:< td > no< tr > < th > Percentages:< td > n/a< tr > < th > Media:< td > visual< tr > < th > Computed value:< td > As specified, except for < a data-link-for =grid-template-columns data-link-type =value href =#valuedef-auto > auto</ a > (see prose)</ table >
834+ < table class =propdef > < tr > < th > Name:< td > < dfn data-dfn-type =property data-export ="" id =propdef-grid-template-columns > grid-template-columns</ dfn > , < dfn data-dfn-type =property data-export ="" id =propdef-grid-template-rows > grid-template-rows</ dfn > < tr > < th > Value:< td > none | < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > | subgrid < a class =production data-link-type =type href =#typedef-line-name-list > <line-name-list ></ a > ? < tr > < th > Initial:< td > none< tr > < th > Applies to:< td > < a href =#grid-container > grid containers</ a > < tr > < th > Inherited:< td > no< tr > < th > Percentages:< td > n/a< tr > < th > Media:< td > visual< tr > < th > Computed value:< td > As specified, except for < a data-link-for =grid-template-columns data-link-type =value href =#valuedef-auto > auto</ a > (see prose)</ table >
835835 < p >
836836 These properties specify,
837837 as a space-separated < dfn data-dfn-type =dfn data-export ="" id =track-list > track list</ dfn > ,
@@ -848,10 +848,11 @@ <h3 data-level=5.1 id=track-sizing><span class=secno>5.1 </span><span class=cont
848848 while < a class =property data-link-type =propdesc href =#propdef-grid-template-rows title =grid-template-rows > grid-template-rows</ a > specifies the < a href =#track-list > track list</ a > for the grid's rows.
849849 The syntax of a < a href =#track-list > track list</ a > is:
850850
851- < pre > < dfn data-dfn-type =type data-export ="" id =typedef-track-list > <track-list></ dfn > = [ < a class =production data-link-type =type href =#typedef-line-names > <line-names></ a > ? [ < a class =production data-link-type =type href =#typedef-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 > <line-names></ a > ?
852- < dfn data-dfn-type =type data-export ="" id =typedef-track-size > <track-size></ dfn > = minmax( < a class =production data-link-type =type href =#typedef-track-breadth > <track-breadth></ a > , < a class =production data-link-type =type href =#typedef-track-breadth > <track-breadth></ a > ) | auto | < a class =production data-link-type =type href =#typedef-track-breadth > <track-breadth></ a >
853- < dfn data-dfn-type =type data-export ="" id =typedef-track-breadth > <track-breadth></ dfn > = < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#length-value > <length></ a > | < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#percentage-value > <percentage></ a > | < a class =production data-link-type =type href =#typedef-flex > <flex></ a > | min-content | max-content
854- < dfn data-dfn-type =type data-export ="" id =typedef-line-names > <line-names></ dfn > = ( < a class =production data-link-type =type > <ident></ a > * )
851+ < pre > < dfn data-dfn-type =type data-export ="" id =typedef-track-list > <track-list></ dfn > = [ < a class =production data-link-type =type href =#typedef-line-names > <line-names></ a > ? [ < a class =production data-link-type =type href =#typedef-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 > <line-names></ a > ?
852+ < dfn data-dfn-type =type data-export ="" id =typedef-track-size > <track-size></ dfn > = minmax( < a class =production data-link-type =type href =#typedef-track-breadth > <track-breadth></ a > , < a class =production data-link-type =type href =#typedef-track-breadth > <track-breadth></ a > ) | auto | < a class =production data-link-type =type href =#typedef-track-breadth > <track-breadth></ a >
853+ < dfn data-dfn-type =type data-export ="" id =typedef-track-breadth > <track-breadth></ dfn > = < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#length-value > <length></ a > | < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#percentage-value > <percentage></ a > | < a class =production data-link-type =type href =#typedef-flex > <flex></ a > | min-content | max-content
854+ < dfn data-dfn-type =type data-export ="" id =typedef-line-names > <line-names></ dfn > = ( < a class =production data-link-type =type > <ident></ a > * )
855+ < dfn data-dfn-type =type data-export ="" id =typedef-line-name-list > <line-name-list></ dfn > = [ < a class =production data-link-type =type href =#typedef-line-names > <line-names></ a > || repeat(< a class =production data-link-type =type > <positive-integer></ a > , < a class =production data-link-type =type href =#typedef-line-names > <line-names></ a > ) ]+
855856</ pre >
856857 < p > Where:
857858
@@ -1148,9 +1149,6 @@ <h4 data-level=5.1.4 id=subgrids><span class=secno>5.1.4 </span><span class=cont
11481149 grid-column: 2;
11491150}</ pre > </ div >
11501151
1151- < p class =issue >
1152- Do we want to allow < a class =css data-link-type =maybe href =#funcdef-repeat > repeat()</ a > when specifying named lines for subgrids?
1153-
11541152< h4 data-level =5.1.5 id =resolved-track-list > < span class =secno > 5.1.5 </ span > < span class =content >
11551153Resolved Values</ span > < a class =section-link href =#resolved-track-list > §</ a > </ h4 >
11561154
@@ -2759,6 +2757,7 @@ <h2 class="no-num no-ref" id=index><span class=content>
27592757< li > inline-grid (value), < a href =#valuedef-inline-grid title ="section 3.1 "> 3.1</ a >
27602758< li > <integer> && <ident>? (value), < a href =#grid-placement-int title ="section 7.1 "> 7.1</ a >
27612759< li > <length> (value), < a href =#valuedef-length title ="section 5.1 "> 5.1</ a >
2760+ < li > <line-name-list>, < a href =#typedef-line-name-list title ="section 5.1 "> 5.1</ a >
27622761< li > <line-names>, < a href =#typedef-line-names title ="section 5.1 "> 5.1</ a >
27632762< li > max-content (value), < a href =#valuedef-max-content title ="section 5.1 "> 5.1</ a >
27642763< li > MaxTrackSizingFunction, < a href =#MaxTrackSizingFunction-definition title ="section 10.1 "> 10.1</ a >
@@ -2797,8 +2796,8 @@ <h2 class="no-num no-ref" id=property-index><span class=content>
27972796Property index</ span > < a class =section-link href =#property-index > §</ a > </ h2 >
27982797< div data-fill-with =property-index > < table class =proptable > < thead > < tr > < th scope =col > Name< th scope =col > Value< th scope =col > Initial< th scope =col > Applies To< th scope =col > Inh.< th scope =col > %ages< th scope =col > Media< th scope =col > Applies to< th scope =col > Computed value< th scope =col > New Values< tbody >
27992798< tr > < th scope =row > < a data-property =""> display</ a > < td > < td > < td > < td > < td > < td > < td > < td > < td > grid | inline-grid
2800- < tr > < th scope =row > < a data-property =""> grid-template-columns</ a > < td > none | < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > | subgrid < a class =production data-link-type =type href =#typedef-line-names > <line-names ></ a > * < td > none< td > < td > no< td > n/a< td > visual< td > < a href =#grid-container > grid containers</ a > < td > As specified, except for < a data-link-for =grid-template-columns data-link-type =value href =#valuedef-auto > auto</ a > (see prose)< td >
2801- < tr > < th scope =row > < a data-property =""> grid-template-rows</ a > < td > none | < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > | subgrid < a class =production data-link-type =type href =#typedef-line-names > <line-names ></ a > * < td > none< td > < td > no< td > n/a< td > visual< td > < a href =#grid-container > grid containers</ a > < td > As specified, except for < a data-link-for =grid-template-columns data-link-type =value href =#valuedef-auto > auto</ a > (see prose)< td >
2799+ < tr > < th scope =row > < a data-property =""> grid-template-columns</ a > < td > none | < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > | subgrid < a class =production data-link-type =type href =#typedef-line-name-list > <line-name-list ></ a > ? < td > none< td > < td > no< td > n/a< td > visual< td > < a href =#grid-container > grid containers</ a > < td > As specified, except for < a data-link-for =grid-template-columns data-link-type =value href =#valuedef-auto > auto</ a > (see prose)< td >
2800+ < tr > < th scope =row > < a data-property =""> grid-template-rows</ a > < td > none | < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > | subgrid < a class =production data-link-type =type href =#typedef-line-name-list > <line-name-list ></ a > ? < td > none< td > < td > no< td > n/a< td > visual< td > < a href =#grid-container > grid containers</ a > < td > As specified, except for < a data-link-for =grid-template-columns data-link-type =value href =#valuedef-auto > auto</ a > (see prose)< td >
28022801< tr > < th scope =row > < a data-property =""> grid-template-areas</ a > < td > none | < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#string-value > <string></ a > +< td > none< td > < td > no< td > n/a< td > visual< td > < a href =#grid-container > grid containers</ a > < td > specified value< td >
28032802< tr > < th scope =row > < a data-property =""> grid-template</ a > < td > none | < a class =production data-link-type =propdesc href =#propdef-grid-template-columns title =grid-template-columns > <‘grid-template-columns’></ a > / < a class =production data-link-type =propdesc href =#propdef-grid-template-rows title =grid-template-rows > <‘grid-template-rows’></ a > |< br > [ < a class =production data-link-type =type href =#typedef-track-list > <track-list></ a > / ]? [ < a class =production data-link-type =type href =#typedef-line-names > <line-names></ a > ? < a class =production data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#string-value > <string></ a > [ < a class =production data-link-type =type href =#typedef-track-size > <track-size></ a > < a class =production data-link-type =type href =#typedef-line-names > <line-names></ a > ]? ]+< td > see individual properties< td > < td > see individual properties< td > see individual properties< td > visual< td > < a href =#grid-container > grid containers</ a > < td > see individual properties< td >
28042803< tr > < th scope =row > < a data-property =""> grid-auto-columns</ a > < td > < a class =production data-link-type =type href =#typedef-track-size > <track-size></ a > < td > auto< td > < td > no< td > see < a href =#track-sizing > Track Sizing</ a > < td > visual< td > < a href =#grid-container > grid containers</ a > < td > see < a href =#track-sizing > Track Sizing</ a > < td >
0 commit comments