Skip to content

Commit 119b7d4

Browse files
committed
placeholder is start-aligned
1 parent bd47fee commit 119b7d4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,9 +1079,10 @@ <h3 id=abspos-items><span class=secno>4.1. </span> Absolutely-Positioned
10791079
</ol>
10801080

10811081
<p class=note> The static position is intended to more-or-less match the
1082-
position of an anonymous 0×0 in-flow flex item that participates in flex
1083-
layout, the only difference being that any packing spaces due to ‘<code
1084-
class=css>justify-content: space-around</code>’ or ‘<code
1082+
position of an anonymous 0×0 in-flow <a href="#align-self"><code
1083+
class=css>flex-start</code>’-aligned</a> flex item that participates in
1084+
flex layout, the only difference being that any packing spaces due to
1085+
<code class=css>justify-content: space-around</code>’ or ‘<code
10851086
class=css>justify-content: space-between</code>’ are suppressed around
10861087
the hypothetical item: between it and the next item if there is a real
10871088
item after it, else between it and the previous item (if any) if there

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,8 @@ <h3 id='abspos-items'>
724724

725725
<p class='note'>
726726
The static position is intended to more-or-less match the position of
727-
an anonymous 0&times;0 in-flow flex item that participates in flex layout,
727+
an anonymous 0&times;0 in-flow <a href="#align-self">''flex-start''-aligned</a>
728+
flex item that participates in flex layout,
728729
the only difference being that any packing spaces due to
729730
''justify-content: space-around'' or ''justify-content: space-between''
730731
are suppressed around the hypothetical item:

0 commit comments

Comments
 (0)