Skip to content

Commit 355862e

Browse files
committed
[css-flexbox] Change flexing algo issue into a note.
1 parent 4b36b96 commit 355862e

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,9 +2530,12 @@ Cross-Axis Alignment</h3>
25302530
<h3 id='resolve-flexible-lengths'>
25312531
Resolving Flexible Lengths</h3>
25322532

2533-
Issue: These two algorithms should give the same result.
2534-
Please let us know which is more understandable,
2535-
and also if you notice any discrepencies.
2533+
Note: These two algorithms should give the same result.
2534+
We will delete the "LC" version in favor of the "CR" version
2535+
immediately before publishing our next LC.
2536+
For now we are maintaining both
2537+
to aid in finding any discrepancies in behavior between the two,
2538+
as those are bugs we'll need to fix.
25362539

25372540
<h4 id="resolve-flexible-lengths-desired-free-space">
25382541
Free Space Focused Algorithm (LC version)</h4>

css-flexbox/Overview.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,9 +2453,12 @@ <h3 class="heading settled heading" data-level=9.6 id=cross-alignment><span clas
24532453
<h3 class="heading settled heading" data-level=9.7 id=resolve-flexible-lengths><span class=secno>9.7 </span><span class=content>
24542454
Resolving Flexible Lengths</span><a class=self-link href=#resolve-flexible-lengths></a></h3>
24552455

2456-
<p class=issue id=issue-1b47c007><a class=self-link href=#issue-1b47c007></a>These two algorithms should give the same result.
2457-
Please let us know which is more understandable,
2458-
and also if you notice any discrepencies.</p>
2456+
<p class=note>Note: These two algorithms should give the same result.
2457+
We will delete the "LC" version in favor of the "CR" version
2458+
immediately before publishing our next LC.
2459+
For now we are maintaining both
2460+
to aid in finding any discrepancies in behavior between the two,
2461+
as those are bugs we’ll need to fix.</p>
24592462

24602463
<h4 class="heading settled heading" data-level=9.7.1 id=resolve-flexible-lengths-desired-free-space><span class=secno>9.7.1 </span><span class=content>
24612464
Free Space Focused Algorithm (LC version)</span><a class=self-link href=#resolve-flexible-lengths-desired-free-space></a></h4>
@@ -3801,8 +3804,4 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
38013804
<div class=issue>This value was originally named "auto",
38023805
but that was confusing<a href=#issue-cdba524f></a></div>
38033806

3804-
<div class=issue>These two algorithms should give the same result.
3805-
Please let us know which is more understandable,
3806-
and also if you notice any discrepencies.<a href=#issue-1b47c007></a></div>
3807-
3808-
</div>
3807+
</div>

0 commit comments

Comments
 (0)