You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-align/Overview.src.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -283,24 +283,24 @@ <h3 id='positional-values'>
283
283
Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
284
284
corresponding to the <i>flex container</i>’s main-start or cross-start side, as appropriate.
285
285
When used in layout modes other than Flexbox,
286
-
this is equivalent to ''start''.
286
+
this value computes to ''start''.
287
287
288
288
<dt><dfn>''flex-end''</dfn>
289
289
<dd><strong>Only used in flex layout.</strong>
290
290
Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
291
291
corresponding to the <i>flex container</i>’s main-end or cross-end side, as appropriate.
292
292
When used in layout modes other than Flexbox,
293
-
this is equivalent to ''start''.
293
+
this value computes to ''end''.
294
294
295
295
<dt><dfn>''left''</dfn>
296
296
<dd>Aligns the <i>alignment subject</i> to be flush with the <i>alignment container</i>’s <ahref="http://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a> edge.
297
297
If the property's axis is not parallel with the inline axis,
298
-
this is equivalent to ''start''.
298
+
this value computes to ''start''.
299
299
300
300
<dt><dfn>''right''</dfn>
301
301
<dd>Aligns the <i>alignment subject</i> to be flush with the <i>alignment container</i>’s <ahref="http://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a> edge.
302
302
If the property's axis is not parallel with the inline axis,
0 commit comments