Skip to content

Commit 93ee87c

Browse files
committed
[css-align] Use physical left/right as well as line-relative left/right for mapping left/right keywords. #1403
1 parent 64af996 commit 93ee87c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

css-align/Overview.bs

+10-4
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,19 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
303303
this value behaves as ''end'' when used in the <a>content-distribution properties</a>.
304304

305305
<dt><dfn for="<self-position>, <content-position>">left</dfn> <small>([[#self-alignment|self]], [[#content-distribution|content]])</small>
306-
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="https://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a> edge.
307-
If the property's axis is not parallel with the inline axis,
306+
<dd>Aligns the <a>alignment subject</a> to be flush with
307+
the <a>alignment container</a>’s <a href="https://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a>
308+
or <a>phyisical left</a> edge,
309+
whichever is in the appropriate axis.
310+
If the property's axis is not parallel with either left↔right axis,
308311
this value behaves as ''start''.
309312

310313
<dt><dfn for="<self-position>, <content-position>">right</dfn> <small>([[#self-alignment|self]], [[#content-distribution|content]])</small>
311-
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="https://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a> edge.
312-
If the property's axis is not parallel with the inline axis,
314+
<dd>Aligns the <a>alignment subject</a> to be flush with
315+
the <a>alignment container</a>’s <a href="https://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a>
316+
or <a>phyisical right</a> edge,
317+
whichever is in the appropriate axis.
318+
If the property's axis is not parallel with either left↔right axis,
313319
this value behaves as ''start''.
314320
</dl>
315321

0 commit comments

Comments
 (0)