Open
Description
Consider:
<div style="direction: ltr; width: 100px; border: solid lime 3px; position: relative;">
<div style="direction: rtl; margin: 20px; border: solid hotpink 3px;">
<img style="position: absolute; width: 10px; height: 10px; background: cornflowerblue;">
</div>
</div>
https://drafts.csswg.org/css-align-3/#justify-abspos
justify-self Axis | The block’s containing block’s inline axis.
Today the static-pos of will be on the right - however I think what the current spec text is suggesting is that it'd be on the left? I.e. justify-self:auto -> justify-self:normal -> justify-self:start
I suspect this isn't intentional - likely "normal" needs to be interpreted as what the natural alignment of the static-pos rect is.
cc/ @tabatkins @fantasai