[css-grid] Add issue for orthononal flows, since I can't think that one through immediately.

Fri, 18 Apr 2014 09:00:32 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Fri, 18 Apr 2014 09:00:32 -0700
changeset 13758
3e699695292b
parent 13757
7911368f0c77
child 13759
722df2d6cc21

[css-grid] Add issue for orthononal flows, since I can't think that one through immediately.

css-grid/Overview.bs file | annotate | diff | comparison | revisions
css-grid/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-grid/Overview.bs	Fri Apr 18 08:57:03 2014 -0700
     1.2 +++ b/css-grid/Overview.bs	Fri Apr 18 09:00:32 2014 -0700
     1.3 @@ -2512,9 +2512,6 @@
     1.4  <h2 id='layout-algorithm'>
     1.5  Grid Layout Algorithm</h2>
     1.6  
     1.7 -	Note: We are exploring alternate ways of writing the same algorithm at the moment.
     1.8 -	All three of these layout algorithms are intended to produce identical results.
     1.9 -
    1.10  <h3 id='algo-terms'>
    1.11  Definition of Terms for use in Calculating Grid Track Sizes</h3>
    1.12  
    1.13 @@ -2604,6 +2601,9 @@
    1.14  		<li><a href="#algo-flex-tracks">Process Flexible Tracks</a>
    1.15  	</ol>
    1.16  
    1.17 +	<p class="issue">Make sure orthogonal flows are correctly addressed.
    1.18 +	(<a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0389.html">discussion</a>)
    1.19 +
    1.20  <h3 id="algo-init">
    1.21  Initialize Track Sizes</h3>
    1.22  
     2.1 --- a/css-grid/Overview.html	Fri Apr 18 08:57:03 2014 -0700
     2.2 +++ b/css-grid/Overview.html	Fri Apr 18 09:00:32 2014 -0700
     2.3 @@ -2488,9 +2488,6 @@
     2.4  <h2 class="heading settled heading" data-level=10 id=layout-algorithm><span class=secno>10 </span><span class=content>
     2.5  Grid Layout Algorithm</span><a class=self-link href=#layout-algorithm></a></h2>
     2.6  
     2.7 -<p class=note>	Note: We are exploring alternate ways of writing the same algorithm at the moment.
     2.8 -	All three of these layout algorithms are intended to produce identical results.
     2.9 -
    2.10  <h3 class="heading settled heading" data-level=10.1 id=algo-terms><span class=secno>10.1 </span><span class=content>
    2.11  Definition of Terms for use in Calculating Grid Track Sizes</span><a class=self-link href=#algo-terms></a></h3>
    2.12  
    2.13 @@ -2580,6 +2577,9 @@
    2.14  		<li><a href=#algo-flex-tracks>Process Flexible Tracks</a>
    2.15  	</ol>
    2.16  
    2.17 +	<p class=issue id=issue-81045c64><a class=self-link href=#issue-81045c64></a>Make sure orthogonal flows are correctly addressed.
    2.18 +	(<a href=http://lists.w3.org/Archives/Public/www-style/2014Feb/0389.html>discussion</a>)
    2.19 +
    2.20  <h3 class="heading settled heading" data-level=10.3 id=algo-init><span class=secno>10.3 </span><span class=content>
    2.21  Initialize Track Sizes</span><a class=self-link href=#algo-init></a></h3>
    2.22  
    2.23 @@ -3360,7 +3360,10 @@
    2.24  			TODO: provide example
    2.25  	<a href=#issue-3a8dda12> ↵ </a></div><div class=issue>
    2.26  				What is this solving and is this the right solution?
    2.27 -	<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>
    2.28 +	<a href=#issue-6778f1ae> ↵ </a></div><div class=issue>Make sure orthogonal flows are correctly addressed.
    2.29 +	(<a href=http://lists.w3.org/Archives/Public/www-style/2014Feb/0389.html>discussion</a>)
    2.30 +
    2.31 +<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>
    2.32  
    2.33  <div class=issue>
    2.34  		This probably needs to be adjusted to handle sum(flex factors) approaches zero,

mercurial