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
%O Defined by: The Unicode Standard, Version 6.3.0, (Mountain View, CA: The Unicode Consortium, 2013. ISBN 978-1-936213-08-5), as updated from time to time by the publication of new versions
Copy file name to clipboardExpand all lines: css-align/Overview.src.html
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -269,34 +269,38 @@ <h3 id='positional-values'>
269
269
<dt><dfn>''self-start''</dfn>
270
270
<dd>Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
271
271
corresponding to the <i>alignment subject</i>’s start side.
272
+
If the <a>writing modes</a> of the <a>alignment subject</a> and the <a>alignment container</a> are <a>orthogonal</a>,
273
+
this value computes to ''start''.
272
274
273
275
<dt><dfn>''self-end''</dfn>
274
276
<dd>Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
275
277
corresponding to the <i>alignment subject</i>’s end side.
278
+
If the <a>writing modes</a> of the <a>alignment subject</a> and the <a>alignment container</a> are <a>orthogonal</a>,
279
+
this value computes to ''end''.
276
280
277
281
<dt><dfn>''flex-start''</dfn>
278
282
<dd><strong>Only used in flex layout.</strong> [[!CSS3-FLEXBOX]]
279
283
Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
280
284
corresponding to the <i>flex container</i>’s main-start or cross-start side, as appropriate.
281
285
When used in layout modes other than Flexbox,
282
-
this is equivalent to ''start''.
286
+
this value computes to ''start''.
283
287
284
288
<dt><dfn>''flex-end''</dfn>
285
289
<dd><strong>Only used in flex layout.</strong>
286
290
Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
287
291
corresponding to the <i>flex container</i>’s main-end or cross-end side, as appropriate.
288
292
When used in layout modes other than Flexbox,
289
-
this is equivalent to ''start''.
293
+
this value computes to ''end''.
290
294
291
295
<dt><dfn>''left''</dfn>
292
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.
293
297
If the property's axis is not parallel with the inline axis,
294
-
this is equivalent to ''start''.
298
+
this value computes to ''start''.
295
299
296
300
<dt><dfn>''right''</dfn>
297
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.
298
302
If the property's axis is not parallel with the inline axis,
0 commit comments