Skip to content

Commit 94b3f2d

Browse files
committed
[css-grid] Add notes about the alternate grid algos status.
1 parent b2cb5b4 commit 94b3f2d

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

css-grid/Overview.bs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,6 +2592,9 @@ Grid Baselines</h3>
25922592
<h2 id="layout-algorithm">
25932593
Microsoft's Grid Track Sizing Algorithm</h2>
25942594

2595+
Note: We are exploring alternate ways of writing the same algorithm at the moment.
2596+
All three of these layout algorithms are intended to produce alternate results.
2597+
25952598
<h3 id="algo-terms">
25962599
Definition of Terms for use in Calculating Grid Track Sizes</h3>
25972600

@@ -3078,6 +3081,9 @@ Intrinsic Sizing</h3>
30783081
<h2 id='tab-layout-algorithm'>
30793082
Translated Grid Layout Algorithm</h2>
30803083

3084+
Note: We are exploring alternate ways of writing the same algorithm at the moment.
3085+
All three of these layout algorithms are intended to produce alternate results.
3086+
30813087
<h3 id='algo-terms'>
30823088
Definition of Terms for use in Calculating Grid Track Sizes</h3>
30833089

@@ -3379,9 +3385,8 @@ Process Flexible Tracks</h3>
33793385
<h2 id='layout-algorithm-fantasai'>
33803386
Rewritten Grid Layout Algorithm</h2>
33813387

3382-
<p class='issue'>
3383-
This should be functionally identical to the Microsoft algorithm.
3384-
If not, please let Tab and fantasai know in what cases it's not!
3388+
Note: We are exploring alternate ways of writing the same algorithm at the moment.
3389+
All three of these layout algorithms are intended to produce alternate results.
33853390

33863391
Each track has a <dfn title="minimum track size">minimum</dfn> and
33873392
a <dfn title="maximum track size">maximum</dfn> <i>sizing function</i>

css-grid/Overview.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,6 +2566,9 @@ <h3 class="heading settled heading" data-level=9.6 id=grid-baselines><span class
25662566
<h2 class="heading settled heading" data-level=10 id=layout-algorithm><span class=secno>10 </span><span class=content>
25672567
Microsoft’s Grid Track Sizing Algorithm</span><a class=self-link href=#layout-algorithm></a></h2>
25682568

2569+
<p class=note> Note: We are exploring alternate ways of writing the same algorithm at the moment.
2570+
All three of these layout algorithms are intended to produce alternate results.
2571+
25692572
<h3 class="heading settled heading" data-level=10.1 id=algo-terms0><span class=secno>10.1 </span><span class=content>
25702573
Definition of Terms for use in Calculating Grid Track Sizes</span><a class=self-link href=#algo-terms0></a></h3>
25712574

@@ -3052,6 +3055,9 @@ <h3 class="heading settled heading" data-level=10.3 id=intrinsic-sizes><span cla
30523055
<h2 class="heading settled heading" data-level=11 id=tab-layout-algorithm><span class=secno>11 </span><span class=content>
30533056
Translated Grid Layout Algorithm</span><a class=self-link href=#tab-layout-algorithm></a></h2>
30543057

3058+
<p class=note> Note: We are exploring alternate ways of writing the same algorithm at the moment.
3059+
All three of these layout algorithms are intended to produce alternate results.
3060+
30553061
<h3 class="heading settled heading" data-level=11.1 id=algo-terms><span class=secno>11.1 </span><span class=content>
30563062
Definition of Terms for use in Calculating Grid Track Sizes</span><a class=self-link href=#algo-terms></a></h3>
30573063

@@ -3351,9 +3357,8 @@ <h3 class="heading settled heading" data-level=11.6 id=algo-flex-tracks><span cl
33513357
<h2 class="heading settled heading" data-level=12 id=layout-algorithm-fantasai><span class=secno>12 </span><span class=content>
33523358
Rewritten Grid Layout Algorithm</span><a class=self-link href=#layout-algorithm-fantasai></a></h2>
33533359

3354-
<p class=issue id=issue-607e19e8><a class=self-link href=#issue-607e19e8></a>
3355-
This should be functionally identical to the Microsoft algorithm.
3356-
If not, please let Tab and fantasai know in what cases it’s not!
3360+
<p class=note> Note: We are exploring alternate ways of writing the same algorithm at the moment.
3361+
All three of these layout algorithms are intended to produce alternate results.
33573362

33583363
<p> Each track has a <dfn data-dfn-type=dfn data-noexport="" id=minimum-track-size title="minimum track size">minimum<a class=self-link href=#minimum-track-size></a></dfn> and
33593364
a <dfn data-dfn-type=dfn data-noexport="" id=maximum-track-size title="maximum track size">maximum<a class=self-link href=#maximum-track-size></a></dfn> <a data-link-type=dfn href=#sizing-function title="sizing function">sizing function</a>
@@ -3886,10 +3891,6 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
38863891
What situations trigger step 3?
38873892

38883893
<a href=#issue-1ef3ee57></a></div><div class=issue>
3889-
This should be functionally identical to the Microsoft algorithm.
3890-
If not, please let Tab and fantasai know in what cases it’s not!
3891-
3892-
<a href=#issue-607e19e8></a></div><div class=issue>
38933894
What is this solving and is this the right solution?
38943895
<a href=#issue-6778f1ae></a></div><div class=issue>This seems correct, but should be checked because it wasn’t in the original algorithm.<a href=#issue-b256823c></a></div>
38953896

0 commit comments

Comments
 (0)