Skip to content

Commit 3d0f4c0

Browse files
committed
[css-flexbox] Add an issue to the static pos section about how 2.1's static pos text is dumb.
--HG-- extra : rebase_source : 54ac70ead5b7c9e6485f93d881ab8f28520c5d66
1 parent b4a016c commit 3d0f4c0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,9 @@ Absolutely-Positioned Flex Children</h3>
617617
An absolutely-positioned child of a <i>flex container</i> does not participate in flex layout
618618
beyond the <a href="#algo-flex-order">reordering step</a>.
619619

620+
Issue: This section is worded badly,
621+
because 2.1 is incoherent about what "static position" really is.
622+
620623
The static position of an absolutely-positioned child of a <a>flex container</a>
621624
is determined such that the child is positioned
622625
as if it were the sole <a>flex item</a> in the <a>flex container</a>,

css-flexbox/Overview.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,9 @@ <h3 class="heading settled heading" data-level=4.1 id=abspos-items><span class=s
770770
<p>An absolutely-positioned child of a <a data-link-type=dfn href=#flex-container title="flex container">flex container</a> does not participate in flex layout
771771
beyond the <a href=#algo-flex-order>reordering step</a>.</p>
772772

773+
<p class=issue id=issue-6ac7bdcf><a class=self-link href=#issue-6ac7bdcf></a>Issue: This section is worded badly,
774+
because 2.1 is incoherent about what "static position" really is.</p>
775+
773776
<p>The static position of an absolutely-positioned child of a <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
774777
is determined such that the child is positioned
775778
as if it were the sole <a data-link-type=dfn href=#flex-item title="flex item">flex item</a> in the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>,
@@ -3687,7 +3690,10 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
36873690
<tr><th scope=row><a class=css-code data-link-type=property href=#propdef-align-content title=align-content>align-content</a><td>flex-start | flex-end | center | space-between | space-around | stretch<td>stretch<td>multi-line flex containers<td>no<td><td>visual<td><td><td>specified value</table></div>
36883691

36893692

3690-
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Issue: These two algorithms should give the same result.
3693+
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Issue: This section is worded badly,
3694+
because 2.1 is incoherent about what "static position" really is.<a href=#issue-6ac7bdcf></a></div>
3695+
3696+
<div class=issue>Issue: These two algorithms should give the same result.
36913697
Please let us know which is more understandable,
36923698
and also if you notice any discrepencies.<a href=#issue-70e3eb44></a></div>
36933699

0 commit comments

Comments
 (0)