Skip to content

Commit 412c6f3

Browse files
committed
[css-grid] Don't say 'treat like 0fr', since that doesn't currently have the right behavior invocation.
1 parent 586028e commit 412c6f3

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,11 +2888,10 @@ Find the Size of an ''fr''</h4>
28882888
divided by the sum of the <a>flex factors</a> of the flexible tracks.
28892889

28902890
<li>
2891-
For the flexible tracks,
2892-
if the product of the <a>hypothetical flex fraction</a> and the track's <a>flex factor</a>
2891+
If the product of the <a>hypothetical flex fraction</a> and a flexible track's <a>flex factor</a>
28932892
is less than the track's base size,
28942893
restart this algorithm
2895-
treating all such tracks as having a <a>flex factor</a> of zero.
2894+
treating all such tracks as inflexible.
28962895

28972896
<li>
28982897
Return the <a>hypothetical flex fraction</a>.

css-grid/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,11 +2940,10 @@ <h4 class="heading settled heading" data-level=10.6.1 id=algo-find-fr-size><span
29402940
divided by the sum of the <a data-link-type=dfn title="flex factors">flex factors</a> of the flexible tracks.
29412941

29422942
<li>
2943-
For the flexible tracks,
2944-
if the product of the <a data-link-type=dfn href=#hypothetical-flex-fraction title="hypothetical flex fraction">hypothetical flex fraction</a> and the track’s <a data-link-type=dfn title="flex factor">flex factor</a>
2943+
If the product of the <a data-link-type=dfn href=#hypothetical-flex-fraction title="hypothetical flex fraction">hypothetical flex fraction</a> and a flexible track’s <a data-link-type=dfn title="flex factor">flex factor</a>
29452944
is less than the track’s base size,
29462945
restart this algorithm
2947-
treating all such tracks as having a <a data-link-type=dfn title="flex factor">flex factor</a> of zero.
2946+
treating all such tracks as inflexible.
29482947

29492948
<li>
29502949
Return the <a data-link-type=dfn href=#hypothetical-flex-fraction title="hypothetical flex fraction">hypothetical flex fraction</a>.

0 commit comments

Comments
 (0)