Skip to content

Commit 4b2af62

Browse files
committed
[css-grid] Add issue for orthononal flows, since I can't think that one through immediately.
1 parent ee967e5 commit 4b2af62

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,9 +2512,6 @@ Grid Baselines</h3>
25122512
<h2 id='layout-algorithm'>
25132513
Grid Layout Algorithm</h2>
25142514

2515-
Note: We are exploring alternate ways of writing the same algorithm at the moment.
2516-
All three of these layout algorithms are intended to produce identical results.
2517-
25182515
<h3 id='algo-terms'>
25192516
Definition of Terms for use in Calculating Grid Track Sizes</h3>
25202517

@@ -2604,6 +2601,9 @@ Overall Sizing Algorithm</h3>
26042601
<li><a href="#algo-flex-tracks">Process Flexible Tracks</a>
26052602
</ol>
26062603

2604+
<p class="issue">Make sure orthogonal flows are correctly addressed.
2605+
(<a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0389.html">discussion</a>)
2606+
26072607
<h3 id="algo-init">
26082608
Initialize Track Sizes</h3>
26092609

css-grid/Overview.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,9 +2488,6 @@ <h3 class="heading settled heading" data-level=9.6 id=grid-baselines><span class
24882488
<h2 class="heading settled heading" data-level=10 id=layout-algorithm><span class=secno>10 </span><span class=content>
24892489
Grid Layout Algorithm</span><a class=self-link href=#layout-algorithm></a></h2>
24902490

2491-
<p class=note> Note: We are exploring alternate ways of writing the same algorithm at the moment.
2492-
All three of these layout algorithms are intended to produce identical results.
2493-
24942491
<h3 class="heading settled heading" data-level=10.1 id=algo-terms><span class=secno>10.1 </span><span class=content>
24952492
Definition of Terms for use in Calculating Grid Track Sizes</span><a class=self-link href=#algo-terms></a></h3>
24962493

@@ -2580,6 +2577,9 @@ <h3 class="heading settled heading" data-level=10.2 id=algo-overview><span class
25802577
<li><a href=#algo-flex-tracks>Process Flexible Tracks</a>
25812578
</ol>
25822579

2580+
<p class=issue id=issue-81045c64><a class=self-link href=#issue-81045c64></a>Make sure orthogonal flows are correctly addressed.
2581+
(<a href=http://lists.w3.org/Archives/Public/www-style/2014Feb/0389.html>discussion</a>)
2582+
25832583
<h3 class="heading settled heading" data-level=10.3 id=algo-init><span class=secno>10.3 </span><span class=content>
25842584
Initialize Track Sizes</span><a class=self-link href=#algo-init></a></h3>
25852585

@@ -3360,7 +3360,10 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
33603360
TODO: provide example
33613361
<a href=#issue-3a8dda12></a></div><div class=issue>
33623362
What is this solving and is this the right solution?
3363-
<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>
3363+
<a href=#issue-6778f1ae></a></div><div class=issue>Make sure orthogonal flows are correctly addressed.
3364+
(<a href=http://lists.w3.org/Archives/Public/www-style/2014Feb/0389.html>discussion</a>)
3365+
3366+
<a href=#issue-81045c64></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>
33643367

33653368
<div class=issue>
33663369
This probably needs to be adjusted to handle sum(flex factors) approaches zero,

0 commit comments

Comments
 (0)