Skip to content

Commit 0069dce

Browse files
committed
[css-grid-2] Clarify computed value of subgridded axes. w3c#6165
1 parent 266a581 commit 0069dce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-grid-2/Overview.bs

+6-3
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ Flexible Lengths: the ''fr'' unit</h4>
20142014
<h4 id='computed-tracks'>
20152015
Computed Value of a Track Listing</h4>
20162016

2017-
The <dfn>computed track list</dfn> of a [=standalone axis=]
2017+
The <dfn>computed track list</dfn> of a non-''subgrid'' axis
20182018
is a <a spec=infra>list</a>
20192019
alternating between [=line name sets=] and [=track sections=],
20202020
with the first and last items being [=line name sets=].
@@ -2026,14 +2026,17 @@ Computed Value of a Track Listing</h4>
20262026

20272027
* a ''minmax()'' functional notation representing a single track's size,
20282028
with each <<length-percentage>> computed
2029+
(a <dfn>computed track size</dfn>)
20292030
* a ''repeat()'' functional notation representing a repeated track list section,
20302031
with its <<integer>> computed
20312032
and its <<track-list>> represented as a [=computed track list=]
2033+
(a <dfn>computed repeat notation</dfn>)
20322034

2033-
The [=computed track list=] of a [=subgridded axis=]
2035+
The [=computed track list=] of a ''subgrid'' axis
20342036
is the ''subgrid'' keyword followed by
20352037
a <a spec=infra>list</a> of [=line name sets=]
2036-
representing each line in that axis.
2038+
and [=computed repeat notations=]
2039+
representing the line names specified for that axis.
20372040

20382041
<!--
20392042
████████ ████████ ██████ ███████ ██ ██ ██ ████████ ████████

0 commit comments

Comments
 (0)